TokenResponse
Fields
access_tokenstring requiredThe access token issued by the authorization server.
token_typestring requiredMust be
beareras in RFC 6750.expires_instring requiredThe lifetime in seconds of the access token. For example, the value "3600" denotes that the access token will expire in one hour from the time the response was generated.
scopestringOPTIONAL, if identical to the scope requested by the client; otherwise, REQUIRED.