sessions property

List<SessionInfo>? sessions
getter/setter pair

A user's sessions (i.e. what they did with an access token from one login).

Implementation

List<SessionInfo>? sessions;