Package io.hanko.sdk.models.webauthn
Class AssertionAuthenticatorResponse
- java.lang.Object
-
- io.hanko.sdk.models.webauthn.AuthenticatorResponse
-
- io.hanko.sdk.models.webauthn.AssertionAuthenticatorResponse
-
public class AssertionAuthenticatorResponse extends AuthenticatorResponse
-
-
Field Summary
-
Fields inherited from class io.hanko.sdk.models.webauthn.AuthenticatorResponse
clientDataJSON
-
-
Constructor Summary
Constructors Constructor Description AssertionAuthenticatorResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAuthenticatorData()
java.lang.String
getSignature()
void
setAuthenticatorData(java.lang.String authenticatorData)
void
setSignature(java.lang.String signature)
-
Methods inherited from class io.hanko.sdk.models.webauthn.AuthenticatorResponse
getClientDataJSON, setClientDataJSON
-
-