PasskeyIdpAdmin class
Collection of Passkey account admin methods.
Constructors
- PasskeyIdpAdmin({required Duration challengeLifetime, required PasskeyIdpUtils utils})
- Creates a new instance of PasskeyIdpAdmin.
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
-
deleteExpiredChallenges(
Session session) → Future< void> - Removes all challenges from the database which are older than the challenge lifetime.
-
deletePasskeyAccountById(
Session session, {required UuidValue passkeyAccountId, Transaction? transaction}) → Future< void> - Deletes the passkey account with the given ID.
-
deletePasskeyAccountsByAuthUserId(
Session session, {required UuidValue authUserId, Transaction? transaction}) → Future< List< DeletedPasskeyAccount> > -
Deletes all passkey accounts for the given
authUserId. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited