Skip to content
Roomful is in public beta — install with the @beta tag. Share feedback →

Interface: RelayJwtPayload

@roomful/relay


@roomful/relay / RelayJwtPayload

Defined in: packages/relay/src/auth.ts:8

Describes the decoded JWT payload accepted by the relay.

  • Record<string, unknown>

[key: string]: unknown

optional exp: number

Defined in: packages/relay/src/auth.ts:12

Stores the expiration time as a Unix timestamp in seconds.


optional iat: number

Defined in: packages/relay/src/auth.ts:22

Stores the issued-at time as a Unix timestamp in seconds.


optional nbf: number

Defined in: packages/relay/src/auth.ts:17

Stores the not-before time as a Unix timestamp in seconds.