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.
2 parents 7291753 + 8f993cf commit 71b3d8eCopy full SHA for 71b3d8e
index.d.ts
@@ -71,6 +71,7 @@ export type AuthConfiguration = BaseAuthConfiguration & {
71
customHeaders?: CustomHeaders;
72
useNonce?: boolean;
73
usePKCE?: boolean;
74
+ warmAndPrefetchChrome?: boolean;
75
};
76
77
export interface AuthorizeResult {
@@ -81,7 +82,7 @@ export interface AuthorizeResult {
81
82
idToken: string;
83
refreshToken: string;
84
tokenType: string;
- scopes: [string];
85
+ scopes: string[];
86
}
87
88
export interface RefreshResult {
0 commit comments