Versions in this module Expand all Collapse all v1 v1.0.47 Jan 26, 2024 Changes in this version + type AuthorizationRequest struct + ID string + Redirect RedirectResponse + Response AuthorizationResponse + SessionID string + Token AuthorizationToken + func NewAuthorizationRequest() *AuthorizationRequest + type AuthorizationResponse struct + Authorized bool + Bypassed bool + Error error + User map[string]interface{} + type AuthorizationToken struct + Found bool + Name string + Payload string + Source string + type Flags struct + Enabled bool + MfaApp bool + MfaConfigured bool + MfaRequired bool + MfaUniversal bool + type IdentityTokenCookie struct + Enabled bool + Name string + Payload string + type Key struct + Comment string + Disabled bool + ID string + Payload string + Prefix string + Usage string + type MfaToken struct + Algorithm string + Comment string + Digits int + Disabled bool + ID string + Passcode string + Period int + Secret string + Type string + type Query struct + ID string + Name string + type RedirectResponse struct + AdditionalScopes string + AuthURL string + Enabled bool + LoginHint string + QueryDisabled bool + QueryParameter string + Separator string + StatusCode int + URL string + type Request struct + Flags Flags + ID string + Key Key + Logger *zap.Logger + MfaToken MfaToken + Query Query + Response Response + Sandbox Sandbox + Upstream Upstream + User User + WebAuthn WebAuthn + func NewRequest() *Request + type Response struct + Authenticated bool + Authorized bool + Code int + IdentityTokenCookie IdentityTokenCookie + Message string + Payload interface{} + RedirectTokenName string + RedirectURL string + Title string + Workflow string + type Sandbox struct + Action string + ID string + View string + type Upstream struct + BasePath string + BaseURL string + ContentType string + CookieNames []string + Method string + Name string + Realm string + Request *http.Request + SessionID string + type User struct + Challenges []string + Disabled bool + Email string + FullName string + OldPassword string + Password string + Roles []string + Username string + type WebAuthn struct + Challenge string + Register string + Request string