Class AuthenticatorResponse

java.lang.Object
com.webauthn4j.data.AuthenticatorResponse
Direct Known Subclasses:
AuthenticatorAssertionResponse, AuthenticatorAttestationResponse

public abstract class AuthenticatorResponse extends Object
Authenticators respond to Relying Party requests by returning an object derived from the AuthenticatorResponse.
See Also:
  • Method Details

    • getClientDataJSON

      @NotNull public @org.jetbrains.annotations.NotNull byte[] getClientDataJSON()
    • toString

      public String toString()
      Overrides:
      toString in class Object