类 VerifyRegistrationDto
- java.lang.Object
-
- cn.authing.sdk.java.dto.VerifyRegistrationDto
-
public class VerifyRegistrationDto extends Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classVerifyRegistrationDto.AuthenticatorCode凭证信息类型: - `FINGERPRINT`: 指纹 - `FACE`: 人脸 - `OTHER` 其他
-
构造器概要
构造器 构造器 说明 VerifyRegistrationDto()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 VerifyRegistrationDto.AuthenticatorCodegetAuthenticatorCode()RegistrationCredentialDtogetRegistrationCredential()StringgetTicket()voidsetAuthenticatorCode(VerifyRegistrationDto.AuthenticatorCode authenticatorCode)voidsetRegistrationCredential(RegistrationCredentialDto registrationCredential)voidsetTicket(String ticket)
-
-
-
方法详细资料
-
getTicket
public String getTicket()
-
setTicket
public void setTicket(String ticket)
-
getRegistrationCredential
public RegistrationCredentialDto getRegistrationCredential()
-
setRegistrationCredential
public void setRegistrationCredential(RegistrationCredentialDto registrationCredential)
-
getAuthenticatorCode
public VerifyRegistrationDto.AuthenticatorCode getAuthenticatorCode()
-
setAuthenticatorCode
public void setAuthenticatorCode(VerifyRegistrationDto.AuthenticatorCode authenticatorCode)
-
-