AuthenticationTokensAdmin class final
Collection of admin functions for managing authentication tokens.
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
-
deleteExpiredRefreshTokens(
Session session, {Transaction? transaction}) → Future< void> - Removes all expired refresh tokens from the database.
-
listAuthenticationTokens(
Session session, {UuidValue? authUserId, Transaction? transaction, int limit = 100, int offset = 0}) → Future< List< AuthenticationTokenInfo> > - List all authentication tokens matching the given filters.
-
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