Method WithAllowedUrls
- Namespace
- GuildWars2.Authorization
- Assembly
- GuildWars2.dll
WithAllowedUrls(IEnumerable<Uri>)
Replaces the allowed URLs.
public SubtokenOptionsBuilder WithAllowedUrls(IEnumerable<Uri> values)
Parameters
valuesIEnumerable<Uri>The URLs to allow.
Returns
- SubtokenOptionsBuilder
The current builder.