touch abstract method
Atomically advances last-used time for an active session.
Implementation
FutureOr<AuthSessionRecord?> touch(String tokenHash, DateTime lastUsedAt);
Atomically advances last-used time for an active session.
FutureOr<AuthSessionRecord?> touch(String tokenHash, DateTime lastUsedAt);