C# Класс Glipho.OAuth.Providers.Database.RequestToken

Наследование: IssuedToken
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Equals ( RequestToken token ) : bool

Determines whether the specified RequestToken is equal to the current RequestToken.

Equals ( object obj ) : bool

Determines whether the specified System.Object is equal to the current RequestToken.

GetHashCode ( ) : int

Serves as a hash function for a RequestToken.

RequestToken ( ) : System

Initialises a new instance of the RequestToken class.

RequestToken ( Uri callback, string consumerKey, string token, string tokenSecret, IEnumerable scope ) : System

Initialises a new instance of the RequestToken class.

ToString ( ) : string

Returns a System.String that represents the current RequestToken.

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

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

Determines whether the specified RequestToken is equal to the current RequestToken.
public Equals ( RequestToken token ) : bool
token RequestToken The to compare with the current .
Результат bool

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

Determines whether the specified System.Object is equal to the current RequestToken.
public Equals ( object obj ) : bool
obj object The to compare with the current .
Результат bool

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

Serves as a hash function for a RequestToken.
public GetHashCode ( ) : int
Результат int

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

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

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

Initialises a new instance of the RequestToken class.
public RequestToken ( Uri callback, string consumerKey, string token, string tokenSecret, IEnumerable scope ) : System
callback System.Uri The callback.
consumerKey string The consumer key.
token string The token.
tokenSecret string The token secret.
scope IEnumerable The scope.
Результат System

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

Returns a System.String that represents the current RequestToken.
public ToString ( ) : string
Результат string