Skip to content

@wembat/client / WembatClientToken

Interface: WembatClientToken

Represents a Wembat client token.

Properties

appDomain

appDomain: string

The domain of the Wembat application.

Source

types.ts:10


appUId

appUId: string

The unique identifier of the Wembat application.

Source

types.ts:15


aud

aud: string

The audience of the token.

Source

types.ts:20


iat

iat: number

The issued at timestamp of the token.

Source

types.ts:25


iss

iss: string

The issuer of the token.

Source

types.ts:30


Generated using typedoc-plugin-markdown and TypeDoc