JwtPayload.AuthTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.