|
|
@ -15,7 +15,6 @@ export class OidcStateStore { |
|
|
appState?: unknown; |
|
|
appState?: unknown; |
|
|
ctx: { issued?: string; maxAge?: number; nonce?: string }; |
|
|
ctx: { issued?: string; maxAge?: number; nonce?: string }; |
|
|
linkToken?: string; |
|
|
linkToken?: string; |
|
|
meta?: unknown; |
|
|
|
|
|
timestamp: number; |
|
|
timestamp: number; |
|
|
} |
|
|
} |
|
|
>(); |
|
|
>(); |
|
|
@ -41,7 +40,6 @@ export class OidcStateStore { |
|
|
appState, |
|
|
appState, |
|
|
ctx, |
|
|
ctx, |
|
|
linkToken, |
|
|
linkToken, |
|
|
meta: _meta, |
|
|
|
|
|
timestamp: Date.now() |
|
|
timestamp: Date.now() |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
|