intuit-oauth-ts
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "intuit-oauth-ts", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Intuit Node.js client for OAuth2.0 and OpenIDConnect", | ||
@@ -5,0 +5,0 @@ "main": "./src/OAuthClient.js", |
@@ -82,3 +82,3 @@ import * as winston from "winston"; | ||
makeApiCall(params: { transport: popsicle.TransportOptions, url: string, method: string, headers: Record<string, string>, body: Record<string, any> }): Promise<AuthResponse>; | ||
validateIdToken(params?: { id_token: string }): Promise<AuthResponse>; | ||
validateIdToken(params?: { id_token: string }): Promise<boolean>; | ||
getKeyFromJWKsURI(id_token: string, kid: string, request: popsicle.Request): Promise<ReturnType<typeof jwt.verify>>; | ||
@@ -85,0 +85,0 @@ getPublicKey(): string; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90375