-
public class WebAuthnAttestationResponse
-
-
Field Summary
Fields Modifier and Type Field Description public StringclientDataJSONBase64public StringattestationObjectBase64public StringidBase64public StringrawIdBase64
-
Constructor Summary
Constructors Constructor Description WebAuthnAttestationResponse(String clientDataJSONBase64, String attestationObjectBase64, String idBase64, String rawIdBase64)
-
Method Summary
Modifier and Type Method Description Map<String, String>getResponse()StringgetAttestation()-
-
Method Detail
-
getResponse
Map<String, String> getResponse()
-
getAttestation
String getAttestation()
-
-
-
-