Table of Contents

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 string

An API key or subtoken.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<(AccountWvwGuild Value, MessageContext Context)>

A task that represents the API request.