type
SessionEnvelope
type SessionEnvelope[User any] struct {
Session AuthSession[User] `json:"session"`
}One typed current or newly rotated session.
Source protocol/envelope.go:231
SessionAuthSession[User]- The Session value.
type
type SessionEnvelope[User any] struct {
Session AuthSession[User] `json:"session"`
}One typed current or newly rotated session.
Source protocol/envelope.go:231
SessionAuthSession[User]