touch abstract method

FutureOr<AuthSessionRecord?> touch(
  1. String tokenHash,
  2. DateTime lastUsedAt
)

Atomically advances last-used time for an active session.

Implementation

FutureOr<AuthSessionRecord?> touch(String tokenHash, DateTime lastUsedAt);