PassageFlutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • PassageFlutterPlatform
Implementers

Constructors

PassageFlutterPlatform()
Constructs a PassageFlutterPlatform.

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

addPasskey(PasskeyCreationOptions? options) Future<Passkey>
authorizeIOSWith(PassageSocialConnection connection) Future<AuthResult>
authorizeWith(PassageSocialConnection connection) Future<void>
changeEmail(String newEmail) Future<String>
changePhone(String newPhone) Future<String>
deletePasskey(String passkeyId) Future<void>
deviceSupportsPasskeys() Future<bool>
editPasskeyName(String passkeyId, String newPasskeyName) Future<Passkey>
finishSocialAuthentication(String code) Future<AuthResult>
getAppInfo() Future<PassageAppInfo?>
getAuthToken() Future<String?>
getCurrentUser() Future<PassageUser?>
getMagicLinkStatus(String magicLinkId) Future<AuthResult?>
hostedAuthFinish(String code, String state) Future<AuthResult>
hostedAuthIOS() Future<AuthResult>
hostedAuthStart() Future<void>
hostedLogout() Future<void>
identifierExists(String identifier) Future<PassageUser?>
initWithAppId(String appId) Future<void>
isAuthTokenValid(String authToken) Future<bool>
loginWithPasskey(String? identifier) Future<AuthResult>
magicLinkActivate(String magicLink) Future<AuthResult>
newLoginOneTimePasscode(String identifier) Future<String>
newRegisterOneTimePasscode(String identifier) Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
oneTimePasscodeActivate(String otp, String otpId) Future<AuthResult>
overrideBasePath(String path) Future<void>
refreshAuthToken() Future<String>
registerWithPasskey(String identifier, PasskeyCreationOptions? options) Future<AuthResult>
signOut() Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance PassageFlutterPlatform
The default instance of PassageFlutterPlatform to use.
getter/setter pair