models

package
v1.12.0 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2019 License: Apache-2.0 Imports: 0 Imported by: 8

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 VerificationCodeInfo struct {

	/* 操作action serviceName:actionName  */
	Action string `json:"action"`

	/* 验证dcd 方式:mobile-1  email-2  */
	Type int `json:"type"`
}

type VerifySecurityTokenInfo

type VerifySecurityTokenInfo struct {

	/* 操作action serviceName:actionName  */
	Action string `json:"action"`
}

Jump to

Keyboard shortcuts

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