Passage class

Annotations
  • @JS('Passage')

Constructors

Passage(String appId)
factory

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
authorizeWith(String connection) → 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
newLoginOneTimePasscode(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