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