类 RegistrationParams
- java.lang.Object
-
- cn.authing.guard.data.RegistrationParams
-
public class RegistrationParams extends Object
-
-
构造器概要
构造器 构造器 说明 RegistrationParams()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAuthenticatorCode()RegistrationCredentialgetRegistrationCredential()StringgetTicket()voidsetAuthenticatorCode(String authenticatorCode)voidsetRegistrationCredential(RegistrationCredential registrationCredential)voidsetTicket(String ticket)JSONObjecttoJSON()
-
-
-
方法详细资料
-
getTicket
public String getTicket()
-
setTicket
public void setTicket(String ticket)
-
getRegistrationCredential
public RegistrationCredential getRegistrationCredential()
-
setRegistrationCredential
public void setRegistrationCredential(RegistrationCredential registrationCredential)
-
getAuthenticatorCode
public String getAuthenticatorCode()
-
setAuthenticatorCode
public void setAuthenticatorCode(String authenticatorCode)
-
toJSON
public JSONObject toJSON()
-
-