Interface: RelayJwtPayload
@roomful/relay / RelayJwtPayload
Interface: RelayJwtPayload
Section titled “Interface: RelayJwtPayload”Defined in: packages/relay/src/auth.ts:8
Describes the decoded JWT payload accepted by the relay.
Extends
Section titled “Extends”Record<string,unknown>
Indexable
Section titled “Indexable”[key: string]: unknown
Properties
Section titled “Properties”
optionalexp:number
Defined in: packages/relay/src/auth.ts:12
Stores the expiration time as a Unix timestamp in seconds.
optionaliat:number
Defined in: packages/relay/src/auth.ts:22
Stores the issued-at time as a Unix timestamp in seconds.
optionalnbf:number
Defined in: packages/relay/src/auth.ts:17
Stores the not-before time as a Unix timestamp in seconds.