type
AuthSessionInfo
Safe session/device metadata without the bearer secret.
IDstring- The revocable session identifier, not the bearer token.
CreatedAttime.Time- When the session was issued.
LastSeenAttime.Time- Persisted activity metadata updated when the session is issued or its token rotates.
ExpiresAttime.Time- When the session expires.
IPAddressstring- Recorded client address metadata.
UserAgentstring- Recorded device user-agent metadata.
Currentbool- Reports whether this is the session making the request.