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