类 ApplicationRegisterConfig
- java.lang.Object
-
- cn.authing.sdk.java.dto.ApplicationRegisterConfig
-
public class ApplicationRegisterConfig extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classApplicationRegisterConfig.DefaultRegisterMethod默认的注册类型 - `PASSWORD`: 密码类型,支持邮箱 + 密码进行登录 - `PASSCODE`: 验证码类型,取决于你开启的注册方式,支持手机号/邮箱 + 验证码进行登录
-
构造器概要
构造器 构造器 说明 ApplicationRegisterConfig()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ApplicationRegisterConfig.DefaultRegisterMethodgetDefaultRegisterMethod()List<String>getEnabledBasicRegisterMethods()voidsetDefaultRegisterMethod(ApplicationRegisterConfig.DefaultRegisterMethod defaultRegisterMethod)voidsetEnabledBasicRegisterMethods(List<String> enabledBasicRegisterMethods)
-
-
-
方法详细资料
-
setEnabledBasicRegisterMethods
public void setEnabledBasicRegisterMethods(List<String> enabledBasicRegisterMethods)
-
getDefaultRegisterMethod
public ApplicationRegisterConfig.DefaultRegisterMethod getDefaultRegisterMethod()
-
setDefaultRegisterMethod
public void setDefaultRegisterMethod(ApplicationRegisterConfig.DefaultRegisterMethod defaultRegisterMethod)
-
-