Skip to content

Commit 71b3d8e

Browse files
author
Kadi Kraman
authored
Merge pull request #457 from kjng/kjng/authconfiguration-warmandprefetchchrome
Add warmAndPrefetchChrome property to AuthConfiguration type
2 parents 7291753 + 8f993cf commit 71b3d8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ export type AuthConfiguration = BaseAuthConfiguration & {
7171
customHeaders?: CustomHeaders;
7272
useNonce?: boolean;
7373
usePKCE?: boolean;
74+
warmAndPrefetchChrome?: boolean;
7475
};
7576

7677
export interface AuthorizeResult {
@@ -81,7 +82,7 @@ export interface AuthorizeResult {
8182
idToken: string;
8283
refreshToken: string;
8384
tokenType: string;
84-
scopes: [string];
85+
scopes: string[];
8586
}
8687

8788
export interface RefreshResult {

0 commit comments

Comments
 (0)