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.
1 parent abd1715 commit 1b81587Copy full SHA for 1b81587
packages/shared/src/types/json.ts
@@ -113,7 +113,7 @@ export interface ClientJSON extends ClerkResourceJSON {
113
captcha_bypass?: boolean; // this is used by the @clerk/testing package
114
last_active_session_id: string | null;
115
last_authentication_strategy: LastAuthenticationStrategy | null;
116
- client_trust_state: ClientTrustState | null;
+ client_trust_state?: ClientTrustState;
117
cookie_expires_at: number | null;
118
created_at: number;
119
updated_at: number;
0 commit comments