Skip to content

Commit 587a9f6

Browse files
committed
feat: add nonce to StorageKeys
1 parent 925b8ba commit 587a9f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/sessionManager/types.ts

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export enum StorageKeys {
1010
idToken = "idToken",
1111
refreshToken = "refreshToken",
1212
state = "state",
13+
nonce = "nonce",
1314
}
1415

1516
export type StorageSettingsType = {

0 commit comments

Comments
 (0)