type
AuthSessionsEnvelope
type AuthSessionsEnvelope struct {
Sessions []AuthSessionInfo `json:"sessions"`
}Safe session metadata owned by the current identity.
Source protocol/envelope.go:226
Sessions[]AuthSessionInfo- The Sessions value.