Skip to content

@wembat/client / WembatLoginResult

Interface: WembatLoginResult

Represents the result of a Wembat login.

Properties

token

token: string

The JSON Web Token (JWT) associated with the user's session.

Source

types.ts:130


verified

verified: boolean

Indicates whether the login was successful.

Source

types.ts:125


Generated using typedoc-plugin-markdown and TypeDoc