IdentityToken(String, DateTimeOffset, IReadOnlyCollection) Constructor

Definition

Assembly PackagingTools.Core.dll

Represents a security token with expiration metadata.

public IdentityToken(string Value, DateTimeOffset ExpiresAtUtc, IReadOnlyCollection<string> Scopes)

Parameters

Value
String

Opaque token value.

ExpiresAtUtc
DateTimeOffset

UTC expiration instant.

Scopes
IReadOnlyCollection<String>

Scopes included in the token.