Docs
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
CodeRabbit
Cloudflare
AG Grid
SerpAPI
Netlify
OpenRouter
Neon
WorkOS
Clerk
Convex
Electric
PowerSync
Sentry
Railway
Prisma
Strapi
Unkey
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;

Defined in: realtime/types.ts:66

Session configuration embedded in the token


expiresAt

ts
expiresAt: number;

Defined in: realtime/types.ts:64

Token expiration timestamp (ms since epoch)


provider

ts
provider: string;

Defined in: realtime/types.ts:60

Provider identifier


token

ts
token: string;

Defined in: realtime/types.ts:62

The ephemeral token value