Skip to main content

TokenInfo Class

Abblix.Oidc.Server

Abblix.Oidc.Server.Features.Storages.Proto

TokenInfo Class

Represents information about an issued token

public sealed class TokenInfo : Google.Protobuf.IMessage<Abblix.Oidc.Server.Features.Storages.Proto.TokenInfo>, Google.Protobuf.IMessage, System.IEquatable<Abblix.Oidc.Server.Features.Storages.Proto.TokenInfo>, Google.Protobuf.IDeepCloneable<Abblix.Oidc.Server.Features.Storages.Proto.TokenInfo>, Google.Protobuf.IBufferMessage

Inheritance System.Object → TokenInfo

Implements Google.Protobuf.IMessage<TokenInfo>, Google.Protobuf.IMessage, System.IEquatable<TokenInfo>, Google.Protobuf.IDeepCloneable<TokenInfo>, Google.Protobuf.IBufferMessage

Fields

TokenInfo.ExpiresAtFieldNumber Field

Field number for the "expires_at" field.

public const int ExpiresAtFieldNumber = 2;

Field Value

System.Int32

TokenInfo.JwtIdFieldNumber Field

Field number for the "jwt_id" field.

public const int JwtIdFieldNumber = 1;

Field Value

System.Int32

Properties

TokenInfo.ExpiresAt Property

The expiration time

public Google.Protobuf.WellKnownTypes.Timestamp ExpiresAt { get; set; }

Property Value

Google.Protobuf.WellKnownTypes.Timestamp

TokenInfo.JwtId Property

The unique identifier (JWT ID) of the token

public string JwtId { get; set; }

Property Value

System.String