C# Class CoreSprint.Trello.TrelloConnection

Inheritance: ITrelloConnection
Afficher le fichier Open project: fortesinformatica/CoreSprint Class Usage Examples

Méthodes publiques

Méthode Description
IsAuthenticated ( ) : bool
TrelloConnection ( string appKey, string userToken ) : TrelloNet

Private Methods

Méthode Description
Authenticate ( string appKey, string userToken ) : void

Method Details

IsAuthenticated() public méthode

public IsAuthenticated ( ) : bool
Résultat bool

TrelloConnection() public méthode

public TrelloConnection ( string appKey, string userToken ) : TrelloNet
appKey string
userToken string
Résultat TrelloNet