GetBoardsCurrentTokenCanAccessAsync - rwjdk/TrelloDotNet GitHub Wiki
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();