IOpenIDConnectToken.EmailVerified Property

IOpenIDConnectTokenEmailVerified Property

true if all the emails in the account have been verified; false otherwise.

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

Property Value

Type: NullableBoolean
See Also