Interface TokenResponse

The shape of the response of the token endpoint.

Hierarchy

Properties

access_token: string
expires_in?: number

Lifetime in seconds of the access token, after which the token SHALL NOT be accepted by the resource server

refresh_token?: string

Token that can be used to obtain a new access token, using the same or a subset of the original authorization grants. If present, the app should discard any previous refresh_token associated with this launch and replace it with this new value.

scope: string

Scope of access authorized. Note that this can be different from the scopes requested by the app.

token_type: "Bearer"

Generated using TypeDoc