We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8fe119 commit c4bb1e3Copy full SHA for c4bb1e3
index.d.ts
@@ -38,6 +38,7 @@ export interface AuthorizeResult {
38
accessTokenExpirationDate: string;
39
authorizeAdditionalParameters?: { [name: string]: string };
40
tokenAdditionalParameters?: { [name: string]: string };
41
+ additionalParameters?: { [name: string]: string };
42
idToken: string;
43
refreshToken: string;
44
tokenType: string;
0 commit comments