simple-oauth2-ts-client
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -99,3 +99,2 @@ "use strict"; | ||
redirect_uri: this.client.redirect_uri, | ||
client_id: this.client.client_id, | ||
code_verifier: params.codeVerifier, | ||
@@ -102,0 +101,0 @@ }; |
@@ -23,3 +23,3 @@ export type OAuth2Token = { | ||
redirect_uri: string; | ||
client_id: string; | ||
client_id?: string; | ||
code_verifier?: string; | ||
@@ -26,0 +26,0 @@ client_secret?: string; |
{ | ||
"name": "simple-oauth2-ts-client", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A TypeScript OAuth 2.0 client library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
36358
576