Method GetAccountWvwGuild
- Namespace
- GuildWars2.Wvw
- Assembly
- GW2SDK.dll
GetAccountWvwGuild(string?, CancellationToken)
Retrieves the WvW guild associated with the account. This endpoint is only accessible with a valid access token.
public Task<(AccountWvwGuild Value, MessageContext Context)> GetAccountWvwGuild(string? accessToken, CancellationToken cancellationToken = default)
Parameters
accessToken
stringAn API key or subtoken.
cancellationToken
CancellationTokenA token to cancel the request.
Returns
- Task<(AccountWvwGuild Value, MessageContext Context)>
A task that represents the API request.