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

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

공개 메소드들

메소드 설명
AccessToken ( ) : System.Collections.Generic

Initialises a new instance of the AccessToken class.

AccessToken ( string accessToken, string accessTokenSecret, string consumerKey, IEnumerable scope, string username ) : System.Collections.Generic

Initialises a new instance of the AccessToken class.

ToString ( ) : string

Returns a System.String that represents the current IssuedToken.

메소드 상세

AccessToken() 공개 메소드

Initialises a new instance of the AccessToken class.
public AccessToken ( ) : System.Collections.Generic
리턴 System.Collections.Generic

AccessToken() 공개 메소드

Initialises a new instance of the AccessToken class.
public AccessToken ( string accessToken, string accessTokenSecret, string consumerKey, IEnumerable scope, string username ) : System.Collections.Generic
accessToken string The access token.
accessTokenSecret string The access token secret.
consumerKey string The consumer key.
scope IEnumerable The scope.
username string The username.
리턴 System.Collections.Generic

ToString() 공개 메소드

Returns a System.String that represents the current IssuedToken.
public ToString ( ) : string
리턴 string