Component schema
O Auth Token Response
object1 direct reference
Definition
stringrequired
The access token issued by the authorization server.
stringrequired
The type of token issued (always "Bearer").
integerrequired
Lifetime of the access token in seconds.
string
The refresh token for obtaining new access tokens.
string
Space-separated list of granted scopes.
"restricted""unrestricted"string[]
Used by 1
These schemas and endpoints reference this type directly.