Table of Contents

Method WithAllowedUrlStrings

Namespace
GuildWars2.Authorization
Assembly
GuildWars2.dll

WithAllowedUrlStrings(IEnumerable<string>)

Replaces the allowed URLs.

public SubtokenOptionsBuilder WithAllowedUrlStrings(IEnumerable<string> values)

Parameters

values IEnumerable<string>

The URLs to allow.

Returns

SubtokenOptionsBuilder

The current builder.