Interface TokenSet

Hierarchy

  • TokenSet

Properties

access_token: string

The access token.

expires_in: number

The duration in secs that the access token is valid.

id_token?: string

The user's ID Token.

refresh_token?: string

The refresh token, available with the offline_access scope.

token_type: "Bearer"

The token type of the access token.