C# Class DotNetOpenAuth.OAuth2.ChannelElements.AuthorizationCode

Represents the authorization code created when a user approves authorization that allows the client to request an access/refresh token.
Inheritance: DotNetOpenAuth.OAuth2.ChannelElements.AuthorizationDataBag
Afficher le fichier Open project: OneCare/dotnetopenid Class Usage Examples

Private Properties

Свойство Type Description
AuthorizationCode System
CalculateCallbackHash byte[]
CreateFormatter IDataBagFormatter
VerifyCallback void

Méthodes publiques

Méthode Description
AuthorizationCode ( ) : System

Initializes a new instance of the AuthorizationCode class.

Private Methods

Méthode Description
AuthorizationCode ( string clientIdentifier, Uri callback, IEnumerable scopes, string username ) : System

Initializes a new instance of the AuthorizationCode class.

CalculateCallbackHash ( Uri callback ) : byte[]
CreateFormatter ( IAuthorizationServer authorizationServer ) : IDataBagFormatter

Creates a serializer/deserializer for this type.

VerifyCallback ( Uri callback ) : void

Method Details

AuthorizationCode() public méthode

Initializes a new instance of the AuthorizationCode class.
public AuthorizationCode ( ) : System
Résultat System