Represents authorization results.
Inheritance Hierarchy
Nemiro.OAuth AuthorizationResult
Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax
The AuthorizationResult type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AuthorizationResult |
Initializes a new instance of the AuthorizationResult class.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AccessToken |
The access token which is used to query the provider.
| |
| AccessTokenValue |
Gets the access token value.
| |
| ClientName |
Provider and custom client name.
| |
| ErrorInfo |
Gets error info when the authorization is not successful.
| |
| IsSuccessfully |
Gets a value indicating whether the authorization is successful.
| |
| ProtocolVersion |
OAuth version. For example: 1.0, 2.0.
| |
| ProviderName |
Provider name. For example: facebook, twitter, google.
| |
| UserId |
Gets the user ID that is returned from the provider.
| |
| UserInfo |
The user profile details that is returned from the provider.
| |
| UserName |
Gets the username that is returned from the provider.
|
See Also