Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetOtpQuery ¶
type GetOtpQuery struct {
Udid string `json:"udid,omitempty" url:"udid,omitempty"`
}
type OtpResponse ¶
type OtpResponse struct { AntiTemperingDisableOtp string `json:"antiTemperingDisableOtp"` DeceptionSettingsOtp string `json:"deceptionSettingsOtp"` ExitOtp string `json:"exitOtp"` LogoutOtp string `json:"logoutOtp"` Otp string `json:"otp"` RevertOtp string `json:"revertOtp"` UninstallOtp string `json:"uninstallOtp"` ZdpDisableOtp string `json:"zdpDisableOtp"` ZdxDisableOtp string `json:"zdxDisableOtp"` ZiaDisableOtp string `json:"ziaDisableOtp"` ZpaDisableOtp string `json:"zpaDisableOtp"` }
Click to show internal directories.
Click to hide internal directories.