Package io.hanko.sdk.models.webauthn
Class AttestationAuthenticatorResponse
- java.lang.Object
-
- io.hanko.sdk.models.webauthn.AuthenticatorResponse
-
- io.hanko.sdk.models.webauthn.AttestationAuthenticatorResponse
-
public class AttestationAuthenticatorResponse extends AuthenticatorResponse
-
-
Field Summary
-
Fields inherited from class io.hanko.sdk.models.webauthn.AuthenticatorResponse
clientDataJSON
-
-
Constructor Summary
Constructors Constructor Description AttestationAuthenticatorResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAttestationObject()
void
setAttestationObject(java.lang.String attestationObject)
-
Methods inherited from class io.hanko.sdk.models.webauthn.AuthenticatorResponse
getClientDataJSON, setClientDataJSON
-
-