Package io.hanko.sdk.models.webauthn
Class WebAuthnValidationRequest
- java.lang.Object
-
- io.hanko.sdk.models.webauthn.WebAuthnValidationRequest
-
public class WebAuthnValidationRequest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description WebAuthnValidationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientDeviceKeyInformation
getDeviceKeyInfo()
WebAuthnResponse
getWebAuthnResponse()
void
setDeviceKeyInfo(ClientDeviceKeyInformation deviceKeyInfo)
void
setWebAuthnResponse(WebAuthnResponse webAuthnResponse)
-
-
-
Method Detail
-
setWebAuthnResponse
public void setWebAuthnResponse(WebAuthnResponse webAuthnResponse)
-
setDeviceKeyInfo
public void setDeviceKeyInfo(ClientDeviceKeyInformation deviceKeyInfo)
-
getWebAuthnResponse
public WebAuthnResponse getWebAuthnResponse()
-
getDeviceKeyInfo
public ClientDeviceKeyInformation getDeviceKeyInfo()
-
-