Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetSecurityTokenInfo ¶
type GetSecurityTokenInfo struct { /* 操作保护验证方式:1-短信,2-邮箱,3-MFA */ Type int `json:"type"` /* 验证码 */ Code string `json:"code"` /* 操作action serviceName:actionName */ Action string `json:"action"` /* 令牌有效期,单位秒,OpenAPI第三方MFA方式验证有效,默认短信、邮箱token有效期300秒,MFA有效期30秒 (Optional) */ DurationSeconds *int `json:"durationSeconds"` }
type VerificationCodeInfo ¶
type VerifySecurityTokenInfo ¶
type VerifySecurityTokenInfo struct { /* 操作action serviceName:actionName */ Action string `json:"action"` }
Click to show internal directories.
Click to hide internal directories.