C# Класс DotNetOpenAuth.OAuth2.ChannelElements.AuthorizationCode

Represents the authorization code created when a user approves authorization that allows the client to request an access/refresh token.
Наследование: DotNetOpenAuth.OAuth2.ChannelElements.AuthorizationDataBag
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AuthorizationCode System
CalculateCallbackHash byte[]
CreateFormatter IDataBagFormatter
VerifyCallback void

Открытые методы

Метод Описание
AuthorizationCode ( ) : System

Initializes a new instance of the AuthorizationCode class.

Приватные методы

Метод Описание
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

Описание методов

AuthorizationCode() публичный Метод

Initializes a new instance of the AuthorizationCode class.
public AuthorizationCode ( ) : System
Результат System