The AuthorizationResult type exposes the following members.
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