Package io.hanko.sdk.models
Class UafValidationRequest
- java.lang.Object
-
- io.hanko.sdk.models.UafValidationRequest
-
public class UafValidationRequest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UafValidationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientDeviceKeyInformation
getDeviceKeyInfo()
java.lang.String
getUafResponse()
void
setDeviceKeyInfo(ClientDeviceKeyInformation deviceKeyInfo)
void
setUafResponse(java.lang.String uafResponse)
-
-
-
Method Detail
-
setUafResponse
public void setUafResponse(java.lang.String uafResponse)
-
setDeviceKeyInfo
public void setDeviceKeyInfo(ClientDeviceKeyInformation deviceKeyInfo)
-
getUafResponse
public java.lang.String getUafResponse()
-
getDeviceKeyInfo
public ClientDeviceKeyInformation getDeviceKeyInfo()
-
-