OPENAPI / COMPONENTS / SCHEMAS

OAuth Token Response

OAuthTokenResponse

OAuthTokenResponse data structure

object5properties
access_tokenstring

token_typestring

refresh_tokenstring

expires_ininteger

Number of seconds until the `access_token` expires. Uses epoch time.

statestring