Skip to content

Commit 91a7a01

Browse files
author
Kevin Jang
committed
Add warmAndPrefetchChrome property to AuthConfiguration type
1 parent 29de148 commit 91a7a01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
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 {

0 commit comments

Comments
 (0)