$CreateSessionOutputExtension extension
Properties
- hasDidDoc → bool
-
Available on CreateSessionOutput, provided by the $CreateSessionOutputExtension extension
Returns true ifdidDoc
is not null, otherwise false.no setter - hasEmail → bool
-
Available on CreateSessionOutput, provided by the $CreateSessionOutputExtension extension
Returns true ifemail
is not null, otherwise false.no setter - hasNotDidDoc → bool
-
Available on CreateSessionOutput, provided by the $CreateSessionOutputExtension extension
Returns true ifdidDoc
is null, otherwise false.no setter - hasNotEmail → bool
-
Available on CreateSessionOutput, provided by the $CreateSessionOutputExtension extension
Returns true ifemail
is null, otherwise false.no setter - hasNotStatus → bool
-
Available on CreateSessionOutput, provided by the $CreateSessionOutputExtension extension
Returns true ifstatus
is null, otherwise false.no setter - hasNotUnknown → bool
-
Available on CreateSessionOutput, provided by the $CreateSessionOutputExtension extension
Returns true if this object has not unknown objects, otherwise false.no setter - hasStatus → bool
-
Available on CreateSessionOutput, provided by the $CreateSessionOutputExtension extension
Returns true ifstatus
is not null, otherwise false.no setter - hasUnknown → bool
-
Available on CreateSessionOutput, provided by the $CreateSessionOutputExtension extension
Returns true if this object has unknown objects, otherwise false.no setter - isActive → bool
-
Available on CreateSessionOutput, provided by the $CreateSessionOutputExtension extension
Returns true or false fromactive
.no setter - isEmailAuthFactor → bool
-
Available on CreateSessionOutput, provided by the $CreateSessionOutputExtension extension
Returns true or false fromemailAuthFactor
.no setter - isEmailConfirmed → bool
-
Available on CreateSessionOutput, provided by the $CreateSessionOutputExtension extension
Returns true or false fromemailConfirmed
.no setter - isNotActive → bool
-
Available on CreateSessionOutput, provided by the $CreateSessionOutputExtension extension
Returns negated true or false fromactive
.no setter - isNotEmailAuthFactor → bool
-
Available on CreateSessionOutput, provided by the $CreateSessionOutputExtension extension
Returns negated true or false fromemailAuthFactor
.no setter - isNotEmailConfirmed → bool
-
Available on CreateSessionOutput, provided by the $CreateSessionOutputExtension extension
Returns negated true or false fromemailConfirmed
.no setter
Methods
-
toSession(
) → Session -
Available on CreateSessionOutput, provided by the $CreateSessionOutputExtension extension
Returns this object as Session.