Package io.hanko.sdk.models.webauthn
Class AuthenticatorResponse
- java.lang.Object
-
- io.hanko.sdk.models.webauthn.AuthenticatorResponse
-
- Direct Known Subclasses:
AssertionAuthenticatorResponse
,AttestationAuthenticatorResponse
public abstract class AuthenticatorResponse extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
clientDataJSON
-
Constructor Summary
Constructors Constructor Description AuthenticatorResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getClientDataJSON()
void
setClientDataJSON(java.lang.String clientDataJSON)
-