public class ApplicationRegisterConfigInputDto extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ApplicationRegisterConfigInputDto.DefaultRegisterMethod
默认的注册类型
- `PASSWORD`: 密码类型,支持邮箱 + 密码进行登录
- `PASSCODE`: 验证码类型,取决于你开启的注册方式,支持手机号/邮箱 + 验证码进行登录
|
| 构造器和说明 |
|---|
ApplicationRegisterConfigInputDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
ApplicationRegisterConfigInputDto.DefaultRegisterMethod |
getDefaultRegisterMethod() |
List<String> |
getEnabledBasicRegisterMethods() |
void |
setDefaultRegisterMethod(ApplicationRegisterConfigInputDto.DefaultRegisterMethod defaultRegisterMethod) |
void |
setEnabledBasicRegisterMethods(List<String> enabledBasicRegisterMethods) |
public void setEnabledBasicRegisterMethods(List<String> enabledBasicRegisterMethods)
public ApplicationRegisterConfigInputDto.DefaultRegisterMethod getDefaultRegisterMethod()
public void setDefaultRegisterMethod(ApplicationRegisterConfigInputDto.DefaultRegisterMethod defaultRegisterMethod)
Copyright © 2022. All rights reserved.