Represents a security token with expiration metadata.
public sealed record IdentityToken(string Value, DateTimeOffset ExpiresAtUtc, IReadOnlyCollection<string> Scopes) : IEquatable<IdentityToken>
kind:method, kind:property, kind:ctor. Press Esc to clear.IdentityToken(String, DateTimeOffset, IReadOnlyCollection<String>)Represents a security token with expiration metadata.