C# Class trellow.api.Tokens.Internal.AsyncTokens

Inheritance: IAsyncTokens
显示文件 Open project: Bunk/trellow Class Usage Examples

Public Methods

Method Description
AsyncTokens ( IRequestClient restClient ) : System.Threading.Tasks
WithToken ( string token ) : Task

Method Details

AsyncTokens() public method

public AsyncTokens ( IRequestClient restClient ) : System.Threading.Tasks
restClient IRequestClient
return System.Threading.Tasks

WithToken() public method

public WithToken ( string token ) : Task
token string
return Task