Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Acceptance ¶
type Acceptance struct { Subject string `json:"subject"` ACR oidc.ClassRef `json:"acr"` Remember bool `json:"remember"` RememberFor int `json:"remember_for"` Context oidc.Context `json:"context"` }
Acceptance contains data about the user authentication approval
type Context ¶
type Context struct { Challenge string Subject string RequestedScope []string Client struct { ID string Name string LogoURL null.String TosURL null.String PolicyURL null.String } RequestURL string OIDCContext oidc.Context // login session Skip bool SessionID string }
Context bears internal data about current user authentication request
Click to show internal directories.
Click to hide internal directories.