listForUser abstract method
Lists persisted sessions belonging to userId.
The adapter may include expired or revoked records; callers decide which lifecycle states are appropriate for a public session-management view.
Implementation
FutureOr<List<AuthSessionRecord>> listForUser(String userId);