Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionResource ¶
SessionResource is an HTTP resource that manages authentication sessions.
func NewSessionResource ¶
func NewSessionResource(handler *oidc.Handler) *SessionResource
NewSessionResource creates a new session resource with the provided OIDC handler.
func (*SessionResource) Handler ¶
func (dr *SessionResource) Handler() http.Handler
Handler returns the HTTP handler for the session resource.
func (*SessionResource) Status ¶
func (dr *SessionResource) Status() (any, error)
Status returns the status of the session resource.
type SessionResourceStatus ¶
type SessionResourceStatus struct {
Status string
}
SessionResourceStatus represents the status of the session resource.
Click to show internal directories.
Click to hide internal directories.