boolean oauthCallbackConfirmed
MUST be present and set to "true". The parameter is used to differentiate from previous versions of the protocol.
String accessToken
REQUIRED. The access token issued by the authorization server.
String tokenType
REQUIRED. The type of the token issued as described in http://tools.ietf.org/html/rfc6749#section-7.1 Value is case insensitive.
Integer expiresIn
RECOMMENDED. The 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. If omitted, the authorization server SHOULD provide the expiration time via other means or document the default value.
String refreshToken
OPTIONAL. The refresh token, which can be used to obtain new access tokens using the same authorization grant as described in http://tools.ietf.org/html/rfc6749#section-6
String scope
OPTIONAL, if identical to the scope requested by the client; otherwise, REQUIRED. The scope of the access token as described by http://tools.ietf.org/html/rfc6749#section-3.3
OAuth2AccessTokenErrorResponse.ErrorCode errorCode
String errorDescription
URI errorUri
String rawResponse
String rawResponse
Copyright © 2016. All rights reserved.