AuthorizationResult ClassNemiro.OAuth
Represents authorization results.
Inheritance Hierarchy

System Object
  Nemiro.OAuth AuthorizationResult

Namespace: Nemiro.OAuth
Assembly: Nemiro.OAuth (in Nemiro.OAuth.dll) Version: 1.9.4.725 (1.9.4.725)
Syntax

public class AuthorizationResult

The AuthorizationResult type exposes the following members.

Constructors

  NameDescription
Public methodAuthorizationResult
Initializes a new instance of the AuthorizationResult class.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
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