client-oauth2
Advanced tools
Comparing version 3.4.0 to 3.4.1
@@ -8,3 +8,3 @@ declare class ClientOAuth2 { | ||
constructor(options: ClientOAuth2.Options, request: ClientOAuth2.Request); | ||
constructor(options: ClientOAuth2.Options, request?: ClientOAuth2.Request); | ||
@@ -28,3 +28,3 @@ createToken(data: ClientOAuth2.Data): ClientOAuth2.Token; | ||
redirectUri?: string | ||
scopes?: string | ||
scopes?: string[] | ||
state?: string | ||
@@ -31,0 +31,0 @@ body?: { |
{ | ||
"name": "client-oauth2", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "Straight-forward execution of OAuth 2.0 flows and authenticated API requests", | ||
@@ -5,0 +5,0 @@ "main": "src/client-oauth2.js", |
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
32685