Documentation ¶
Overview ¶
SPDX-License-Identifier: GPL-3.0-or-later
Index ¶
Constants ¶
View Source
const ( SUCCESS ReturnStatus = 0 ACCOUNTMFA = 1 FAILED = 2 CONNFAIL = 3 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AwsLoginResponse ¶
type AwsLoginResponse struct { State string `json:"state"` Properties struct { Result string `json:"result"` RedirectURL string `json:"redirectUrl"` Text string `json:"text"` MFAType string `json:"mfaType"` } `json:"properties"` }
AWS Login Response JSON Structure as of 6/10/2022
Click to show internal directories.
Click to hide internal directories.