Versions in this module Expand all Collapse all v0 v0.7.1 Jan 15, 2026 v0.7.0 Jan 15, 2026 Changes in this version + const ClientIDClaimKey + const TokenSessionIDClaimKey + type Factory func(subject, idpSessionID, clientID string) fosite.Session + type Session struct + UpstreamSessionID string + func New(subject, idpSessionID, clientID string) *Session + func (s *Session) Clone() fosite.Session + func (s *Session) GetIDPSessionID() string + func (s *Session) SetIDPSessionID(id string) + type UpstreamSession interface + GetIDPSessionID func() string