AdminSessions
Who is signed in, and the ability to end a session before it expires.
List active sessions
Returns the sessions currently valid in this tenant. Requires `session.read`.
Revoke a session
Ends one session immediately rather than waiting for its token to expire. Requires `session.delete`.