类 RegistrationCredential.Response
- java.lang.Object
-
- cn.authing.guard.data.RegistrationCredential.Response
-
public static class RegistrationCredential.Response extends Object
-
-
构造器概要
构造器 构造器 说明 Response()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAttestationObject()StringgetClientDataJSON()voidsetAttestationObject(String attestationObject)voidsetClientDataJSON(String clientDataJSON)JSONObjecttoJSON()
-
-
-
方法详细资料
-
getAttestationObject
public String getAttestationObject()
-
setAttestationObject
public void setAttestationObject(String attestationObject)
-
getClientDataJSON
public String getClientDataJSON()
-
setClientDataJSON
public void setClientDataJSON(String clientDataJSON)
-
toJSON
public JSONObject toJSON()
-
-