IdentityToken Class

Definition

Represents a security token with expiration metadata.

public sealed record IdentityToken(string Value, DateTimeOffset ExpiresAtUtc, IReadOnlyCollection<string> Scopes) : IEquatable<IdentityToken>
Tip: use kind:method, kind:property, kind:ctor. Press Esc to clear.

Constructors (1)

Properties (3)