listForUser abstract method

FutureOr<List<AuthSessionRecord>> listForUser(
  1. String userId
)

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);