Table of Contents

Property Urls

Namespace
GuildWars2.Authorization
Assembly
GuildWars2.dll

Urls

The list of allowed URLs which may be accessed with the token. If this is not present, all URLs are allowed.

public required IReadOnlyCollection<Uri>? Urls { get; init; }

Property Value

IReadOnlyCollection<Uri>