C# Class CoreSprint.Trello.TrelloConnection

Inheritance: ITrelloConnection
Mostrar archivo Open project: fortesinformatica/CoreSprint Class Usage Examples

Public Methods

Method Description
IsAuthenticated ( ) : bool
TrelloConnection ( string appKey, string userToken ) : TrelloNet

Private Methods

Method Description
Authenticate ( string appKey, string userToken ) : void

Method Details

IsAuthenticated() public method

public IsAuthenticated ( ) : bool
return bool

TrelloConnection() public method

public TrelloConnection ( string appKey, string userToken ) : TrelloNet
appKey string
userToken string
return TrelloNet