Table of Contents

Method WithAllowedUrls

Namespace
GuildWars2.Authorization
Assembly
GuildWars2.dll

WithAllowedUrls(IEnumerable<Uri>)

Replaces the allowed URLs.

public SubtokenOptionsBuilder WithAllowedUrls(IEnumerable<Uri> values)

Parameters

values IEnumerable<Uri>

The URLs to allow.

Returns

SubtokenOptionsBuilder

The current builder.