IOpenIDConnectToken.Exp Property

IOpenIDConnectTokenExp Property

The date the token expires.

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

Property Value

Type: NullableDateTime
See Also