Share via


TokenResponse interface

Represents the response containing OAuth token information. This interface encapsulates all data related to an OAuth token response.

Properties

token

The OAuth token string, or undefined if no token is available.

Property Details

token

The OAuth token string, or undefined if no token is available.

token: undefined | string

Property Value

undefined | string