Table of Contents

Class SubtokenInfo

Namespace
GuildWars2.Authorization
Assembly
GW2SDK.dll

Information about a subtoken.

public sealed record SubtokenInfo : TokenInfo, IEquatable<TokenInfo>, IEquatable<SubtokenInfo>
Inheritance
SubtokenInfo
Implements
Inherited Members

Properties

ExpiresAt

The absolute expiration date of the subtoken.

IssuedAt

The creation date of the subtoken.

Urls

The list of allowed URLs which may be accessed with the token. If this is not present, all URLs are allowed.