Docs
Code Rabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
Sentry
Prisma
Strapi
Unkey
UI.dev
Code Rabbit
Cloudflare
AG Grid
Netlify
Neon
WorkOS
Clerk
Convex
Electric
Sentry
Prisma
Strapi
Unkey
UI.dev
Class References
Function References
Interface References
Type Alias References
Variable References
Interface References

RealtimeToken

Interface: RealtimeToken

Defined in: realtime/types.ts:58

Token returned by the server for client authentication

Properties

config

ts
config: RealtimeSessionConfig;
config: RealtimeSessionConfig;

Defined in: realtime/types.ts:66

Session configuration embedded in the token


expiresAt

ts
expiresAt: number;
expiresAt: number;

Defined in: realtime/types.ts:64

Token expiration timestamp (ms since epoch)


provider

ts
provider: string;
provider: string;

Defined in: realtime/types.ts:60

Provider identifier


token

ts
token: string;
token: string;

Defined in: realtime/types.ts:62

The ephemeral token value