Property Urls
- Namespace
- GuildWars2.Authorization
- Assembly
- GW2SDK.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; }
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; }