Defined in: realtime/types.ts:58
Token returned by the server for client authentication
config: RealtimeSessionConfig;
Defined in: realtime/types.ts:66
Session configuration embedded in the token
expiresAt: number;
Defined in: realtime/types.ts:64
Token expiration timestamp (ms since epoch)
provider: string;
Defined in: realtime/types.ts:60
Provider identifier
token: string;
Defined in: realtime/types.ts:62
The ephemeral token value