-
-
Class Summary
Class |
Description |
DeviceAuthorization |
Device Authorization Response
|
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.
|
OAuthRequest |
The representation of an OAuth HttpRequest.
|
Parameter |
|
ParameterList |
|
Response |
An HTTP response.
|
Token |
Represents an abstract OAuth (1 and 2) token (either request or access token)
|
-
Enum Summary
Enum |
Description |
Verb |
An enumeration containing the most common HTTP Verbs.
|
-