Versions in this module Expand all Collapse all v1 v1.1.6 Jan 6, 2022 Changes in this version type Key + Prefix string v1.1.5 Jan 3, 2022 v1.1.4 Dec 5, 2021 Changes in this version type Upstream + Name string type User + Challenges []string v1.1.3 Nov 24, 2021 v1.1.2 Jun 22, 2021 v1.1.1 Jun 11, 2021 Changes in this version + type Flags struct + Enabled bool + MfaApp bool + MfaConfigured bool + MfaRequired bool + MfaUniversal bool + type Key struct + Comment string + Disabled bool + ID string + Payload 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 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 + 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 + Realm string + Request *http.Request + SessionID string + type User struct + Disabled bool + Email string + FullName string + OldPassword string + Password string + Roles []string + Username string + type WebAuthn struct + Challenge string + Register string + Request string