Method GetAccountWvwGuild
- Namespace
- GuildWars2.Wvw
- Assembly
- GuildWars2.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
accessTokenstringAn API key or subtoken.
cancellationTokenCancellationTokenA token to cancel the request.
Returns
- Task<(AccountWvwGuild Value, MessageContext Context)>
A task that represents the API request.