C# Class Glipho.OAuth.Providers.Database.AccessToken

Inheritance: IssuedToken
Show file Open project: Glipho/oauth-providers Class Usage Examples

Public Methods

Method Description
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.

Method Details

AccessToken() public method

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

AccessToken() public method

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.
return System.Collections.Generic

ToString() public method

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