Passage class
- Annotations
-
- @JS('Passage')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
appInfo(
) → dynamic -
finishSocialAuthentication(
String code) → dynamic -
getCredentialAvailable(
) → IGetCredentialFeatures -
getCurrentSession(
) → Session -
getCurrentUser(
) → User -
getMagicLinkStatus(
String magicLinkId) → dynamic -
identifierExists(
String identifier) → dynamic -
login(
String identifier) → dynamic -
magicLinkActivate(
String magicLink) → dynamic -
newLoginMagicLink(
String identifier) → dynamic -
newLoginOneTimePasscode(
String identifier) → dynamic -
newRegisterMagicLink(
String identifier) → dynamic -
newRegisterOneTimePasscode(
String identifier) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
oneTimePasscodeActivate(
String otp, String otpId) → dynamic -
register(
String identifier, dynamic options) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited