AuthorizationResult PropertiesNemiro.OAuth

The AuthorizationResult type exposes the following members.

Properties

  NameDescription
Public propertyAccessToken
The access token which is used to query the provider.
Public propertyAccessTokenValue
Gets the access token value.
Public propertyClientName
Provider and custom client name.
Public propertyErrorInfo
Gets error info when the authorization is not successful.
Public propertyIsSuccessfully
Gets a value indicating whether the authorization is successful.
Public propertyProtocolVersion
OAuth version. For example: 1.0, 2.0.
Public propertyProviderName
Provider name. For example: facebook, twitter, google.
Public propertyUserId
Gets the user ID that is returned from the provider.
Public propertyUserInfo
The user profile details that is returned from the provider.
Public propertyUserName
Gets the username that is returned from the provider.
Top
See Also