Type alias Token

Token: string | undefined

Represents an OAuth2 access token, which is a string value that grants access to protected resources. If undefined, the client does not have an access token.

Generated using TypeDoc