Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginDetails ¶
type LoginDetails struct {
ClientID string // used by OneLogin
ClientSecret string // used by OneLogin
DownloadBrowser bool // used by Browser
MFAIPAddress string // used by OneLogin
Username string
Password string
MFAToken string
DuoMFAOption string
URL string
StateToken string // used by Okta
OktaSessionCookie string // used by Okta
}
LoginDetails used to authenticate
Click to show internal directories.
Click to hide internal directories.