GetBoardsCurrentTokenCanAccessAsync - rwjdk/TrelloDotNet GitHub Wiki

Back to Board Features

Get the Boards that the token provided to the TrelloClient can Access

Signature

/// <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) {...}

Examples

List<Board> boardsForTokenMember = await _trelloClient.GetBoardsCurrentTokenCanAccessAsync();
⚠️ **GitHub.com Fallback** ⚠️