public class RegistrationCredentialDto extends Object
| 构造器和说明 |
|---|
RegistrationCredentialDto() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getId() |
String |
getRawId() |
AuthenticatorAttestationResponseDto |
getResponse() |
List<String> |
getTransports() |
String |
getType() |
void |
setId(String id) |
void |
setRawId(String rawId) |
void |
setResponse(AuthenticatorAttestationResponseDto response) |
void |
setTransports(List<String> transports) |
void |
setType(String type) |
public String getId()
public void setId(String id)
public String getRawId()
public void setRawId(String rawId)
public AuthenticatorAttestationResponseDto getResponse()
public void setResponse(AuthenticatorAttestationResponseDto response)
public String getType()
public void setType(String type)
Copyright © 2024. All rights reserved.