IOpenIDConnectToken.Iat Property

IOpenIDConnectTokenIat Property

The date the token was issued.

Namespace:  Rhino.Runtime.RhinoAccounts
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
Nullable<DateTime> Iat { get; }
ReadOnly Property Iat As Nullable(Of DateTime)
	Get

Property Value

Type: NullableDateTime
See Also