-
Notifications
You must be signed in to change notification settings - Fork 4
GetOrganizationsCurrentTokenCanAccessAsync
Rasmus Wulff Jensen edited this page Nov 1, 2023
·
2 revisions
/// <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)
List<Organization> organizations = await _trelloClient.GetOrganizationsCurrentTokenCanAccessAsync();
If you are looking for info on a specific method in TrelloDotNet then expand the Pages above and input the 'MethodName' (Example: 'AddCardAsync')