Class AuthenticationResponse
java.lang.Object
com.jadaptive.webauthn.server.model.AuthenticationResponse
When a relying party app sends a Webauthn authentication request to a Webauthn device to sign the challenge,
the Webauthn device sends back a response with signature. This response is captured by this object.
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationResponse(com.yubico.webauthn.data.ByteArray requestId, com.yubico.webauthn.data.PublicKeyCredential<com.yubico.webauthn.data.AuthenticatorAssertionResponse, com.yubico.webauthn.data.ClientAssertionExtensionOutputs> credential) -
Method Summary
Modifier and TypeMethodDescriptioncom.yubico.webauthn.data.PublicKeyCredential<com.yubico.webauthn.data.AuthenticatorAssertionResponse,com.yubico.webauthn.data.ClientAssertionExtensionOutputs> com.yubico.webauthn.data.ByteArray
-
Constructor Details
-
AuthenticationResponse
public AuthenticationResponse(com.yubico.webauthn.data.ByteArray requestId, com.yubico.webauthn.data.PublicKeyCredential<com.yubico.webauthn.data.AuthenticatorAssertionResponse, com.yubico.webauthn.data.ClientAssertionExtensionOutputs> credential)
-
-
Method Details
-
getRequestId
public com.yubico.webauthn.data.ByteArray getRequestId() -
getCredential
public com.yubico.webauthn.data.PublicKeyCredential<com.yubico.webauthn.data.AuthenticatorAssertionResponse,com.yubico.webauthn.data.ClientAssertionExtensionOutputs> getCredential()
-