-
Notifications
You must be signed in to change notification settings - Fork 4
GetBoardsCurrentTokenCanAccessAsync
Rasmus Wulff Jensen edited this page Nov 1, 2023
·
4 revisions
Get the Boards that the token provided to the TrelloClient can Access
/// <summary>
/// Get the Boards that the token provided to the TrelloClient can Access
/// </summary>
/// <returns>The Active Boards there is access to</returns>
public async Task<List<Board>> GetBoardsCurrentTokenCanAccessAsync(CancellationToken cancellationToken = default) {...}
List<Board> boardsForTokenMember = await _trelloClient.GetBoardsCurrentTokenCanAccessAsync();
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')