PassagePasskey class

Constructors

PassagePasskey()

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

deviceSupportsPasskeys() Future<bool>
Checks if the device supports passkeys.
login([String? identifier]) Future<AuthResult>
Attempts to login a user with a passkey.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
register(String identifier, [PasskeyCreationOptions? options]) Future<AuthResult>
Attempts to create and register a new user with a passkey.
toString() String
A string representation of this object.
inherited

Operators

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