getotp

package
v2.61.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2024 License: MIT Imports: 3 Imported by: 0

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"`
}

func GetOtp added in v2.61.0

func GetOtp(service *services.Service, udid string) (*OtpResponse, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL