Classes
AuthorizationCodeResponseUrl
Authorization Code response for the redirect URL after end user grants or denies authorization as specified in http://tools.ietf.org/html/rfc6749#section-4.1.2.
Check that Code is not null
or empty to verify the end-user granted authorization.
TokenErrorResponse
OAuth 2.0 model for a unsuccessful access token response as specified in http://tools.ietf.org/html/rfc6749#section-5.2.
TokenResponse
OAuth 2.0 model for a successful access token response as specified in http://tools.ietf.org/html/rfc6749#section-5.1.
TokenResponseException
Token response exception which is thrown in case of receiving a token error when an authorization code or an access token is expected.