Skip to content

GetOrganizationsCurrentTokenCanAccessAsync

Rasmus Wulff Jensen edited this page Nov 1, 2023 · 2 revisions

Back to Organization Features

Signature

/// <summary>
/// Get the Organizations that the token provided to the TrelloClient can Access
/// </summary>
/// <returns>The Organizations there is access to</returns>
public async Task<List<Organization>> GetOrganizationsCurrentTokenCanAccessAsync(CancellationToken cancellationToken = default)

Examples

List<Organization> organizations = await _trelloClient.GetOrganizationsCurrentTokenCanAccessAsync();
Clone this wiki locally