C# 클래스 Glipho.OAuth.Providers.Database.RequestToken

상속: IssuedToken
파일 보기 프로젝트 열기: Glipho/oauth-providers 1 사용 예제들

공개 메소드들

메소드 설명
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