Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdvanceAuthentication ¶
type AdvanceAuthentication struct { SessionID string `json:"SessionId"` MechanismID string `json:"MechanismId"` Action string `json:"Action"` Answer string `json:"Answer,omitempty"` }
AdvanceAuthentication is the request body for the AdvanceAuthentication API call
type StartAuthentication ¶
type StartAuthentication struct { TenantID string `json:"TenantId,omitempty"` User string `json:"User"` Version string `json:"Version"` }
StartAuthentication is the request to start authentication
Click to show internal directories.
Click to hide internal directories.