Share via


JwtPayload.AuthTime Property

Definition

Gets the 'value' of the 'auth_time' claim { auth_time, 'value' }.

public int? AuthTime { get; }
member this.AuthTime : Nullable<int>
Public ReadOnly Property AuthTime As Nullable(Of Integer)

Property Value

Remarks

If the 'auth_time' claim is not found OR could not be converted to Int32, null is returned.

Applies to