type

AuthSessionInfo

type AuthSessionInfo struct { ID string `json:"id"` CreatedAt string `json:"createdAt"` LastSeenAt string `json:"lastSeenAt"` ExpiresAt string `json:"expiresAt"` IPAddress string `json:"ipAddress,omitempty"` UserAgent string `json:"userAgent,omitempty"` Current bool `json:"current"` }

Safe device/session metadata.

Source protocol/envelope.go:215

IDstring
The ID value.
CreatedAtstring
The CreatedAt value.
LastSeenAtstring
The LastSeenAt value.
ExpiresAtstring
The ExpiresAt value.
IPAddressstring
The IPAddress value.
UserAgentstring
The UserAgent value.
Currentbool
The Current value.

Never contains a bearer token or token digest.