Represents a security token with expiration metadata.
public IdentityToken(string Value, DateTimeOffset ExpiresAtUtc, IReadOnlyCollection<string> Scopes)
Opaque token value.
UTC expiration instant.
Scopes included in the token.