Interface | Description |
---|---|
OAuthAsyncRequestCallback<T> | |
OAuthConstants |
This class contains OAuth constants, used project-wide
|
OAuthRequest.ResponseConverter<T> |
Class | Description |
---|---|
OAuth1AccessToken |
Represents an OAuth 1 Access Token http://tools.ietf.org/html/rfc5849#section-2.3
|
OAuth1RequestToken |
Represents an OAuth 1 Request Token http://tools.ietf.org/html/rfc5849#section-2.1
|
OAuth1Token |
Represents an abstract OAuth 1 Token (either request or access token)
|
OAuth2AccessToken |
Represents an OAuth 2 Access token.
|
OAuth2Authorization |
represents Authorization Response http://tools.ietf.org/html/rfc6749#section-4.1.2
If the resource owner grants the access request, the authorization server issues an authorization code and delivers
it to the client by adding the following parameters to the query component of the redirection URI using the
"application/x-www-form-urlencoded" format.
|
OAuthConfig |
Parameter object that groups OAuth config values
|
OAuthRequest |
The representation of an OAuth HttpRequest.
|
Parameter | |
ParameterList | |
Response | |
Token |
Represents an abstract OAuth (1 and 2) token (either request or access token)
|
Enum | Description |
---|---|
OAuth2AccessTokenErrorResponse.ErrorCode | |
Verb |
An enumeration containing the most common HTTP Verbs.
|
Exception | Description |
---|---|
OAuth2AccessTokenErrorResponse |
Representing "5.2.
|
Copyright © 2017. All rights reserved.