public class VerifyRegistrationDto extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
VerifyRegistrationDto.AuthenticatorCode
凭证信息类型:
- `FINGERPRINT`: 指纹
- `FACE`: 人脸
- `OTHER` 其他
|
| 构造器和说明 |
|---|
VerifyRegistrationDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
VerifyRegistrationDto.AuthenticatorCode |
getAuthenticatorCode() |
RegistrationCredentialDto |
getRegistrationCredential() |
String |
getTicket() |
void |
setAuthenticatorCode(VerifyRegistrationDto.AuthenticatorCode authenticatorCode) |
void |
setRegistrationCredential(RegistrationCredentialDto registrationCredential) |
void |
setTicket(String ticket) |
public String getTicket()
public void setTicket(String ticket)
public RegistrationCredentialDto getRegistrationCredential()
public void setRegistrationCredential(RegistrationCredentialDto registrationCredential)
public VerifyRegistrationDto.AuthenticatorCode getAuthenticatorCode()
public void setAuthenticatorCode(VerifyRegistrationDto.AuthenticatorCode authenticatorCode)
Copyright © 2024. All rights reserved.