public class SendEnrollFactorRequestDto extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SendEnrollFactorRequestDto.FactorType
MFA 认证要素类型:
- `OTP`: OTP
- `SMS`: 短信
- `EMAIL`: 邮件
- `FACE`: 人脸
|
| 构造器和说明 |
|---|
SendEnrollFactorRequestDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
SendEnrollFactorRequestDto.FactorType |
getFactorType() |
FactorProfile |
getProfile() |
void |
setFactorType(SendEnrollFactorRequestDto.FactorType factorType) |
void |
setProfile(FactorProfile profile) |
public FactorProfile getProfile()
public void setProfile(FactorProfile profile)
public SendEnrollFactorRequestDto.FactorType getFactorType()
public void setFactorType(SendEnrollFactorRequestDto.FactorType factorType)
Copyright © 2022. All rights reserved.