Contents

TokenResponse

The response token object returned on a successful request.

Declaration

object TokenResponse

Properties

NameTypeDescription
access_tokenstring

A token used to access allowed data.

expires_innumber

The amount of time, in seconds, before the access token expires.

id_tokenstring

A JWT that contains the user’s identity information.

refresh_tokenstring

The refresh token used to regenerate new access tokens when validating an authorization code. Store this token securely on your server. The refresh token isn’t returned when validating an existing refresh token.

token_typestring

The type of access token, which is always bearer.

See Also

Common objects