PassageFlutterWeb class
A web implementation of the PassageFlutterPlatform of the PassageFlutter plugin.
- Inheritance
-
- Object
- PlatformInterface
- PassageFlutterPlatform
- PassageFlutterWeb
Constructors
- PassageFlutterWeb()
- Constructs a PassageFlutterWeb
Properties
Methods
-
addPasskey(
PasskeyCreationOptions? options) → Future< Passkey> -
override
-
inherited
-
override
-
changeEmail(
String newEmail) → Future< String> -
override
-
changePhone(
String newPhone) → Future< String> -
override
-
deletePasskey(
String passkeyId) → Future< void> -
override
-
deviceSupportsPasskeys(
) → Future< bool> -
override
-
editPasskeyName(
String passkeyId, String newPasskeyName) → Future< Passkey> -
override
-
finishSocialAuthentication(
String code) → Future< AuthResult> -
override
-
getAppInfo(
) → Future< PassageAppInfo?> -
override
-
getAuthToken(
) → Future< String?> -
override
-
getCurrentUser(
) → Future< PassageUser?> -
override
-
getMagicLinkStatus(
String magicLinkId) → Future< AuthResult?> -
override
-
hostedAuthFinish(
String code, String state) → Future< AuthResult> -
inherited
-
hostedAuthIOS(
) → Future< AuthResult> -
inherited
-
hostedAuthStart(
) → Future< void> -
inherited
-
hostedLogout(
) → Future< void> -
inherited
-
identifierExists(
String identifier) → Future< PassageUser?> -
override
-
initWithAppId(
String appId) → Future< void> -
override
-
isAuthTokenValid(
String authToken) → Future< bool> -
override
-
loginWithPasskey(
String? identifier) → Future< AuthResult> -
override
-
magicLinkActivate(
String magicLink) → Future< AuthResult> -
override
-
newLoginMagicLink(
String identifier) → Future< String> -
override
-
newLoginOneTimePasscode(
String identifier) → Future< String> -
override
-
newRegisterMagicLink(
String identifier) → Future< String> -
override
-
newRegisterOneTimePasscode(
String identifier) → Future< String> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
oneTimePasscodeActivate(
String otp, String otpId) → Future< AuthResult> -
override
-
overrideBasePath(
String path) → Future< void> -
inherited
-
refreshAuthToken(
) → Future< String> -
override
-
registerWithPasskey(
String identifier, PasskeyCreationOptions? options) → Future< AuthResult> -
override
-
signOut(
) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void