Class Fido2RespondArgs

java.lang.Object
com.thalesgroup.gemalto.fido2.client.Fido2RespondArgs

public class Fido2RespondArgs extends Object
Since:
1.0.0
  • Method Details

    • getRequest

      @NonNull public Fido2Request getRequest()
      Gets the FIDO2 request to be processed.
      Returns:
      The Fido2Request.
      Since:
      1.0.0
    • getUiCallback

      @NonNull public Fido2UiCallback getUiCallback()
      Gets the UI callback for handling delegated UI tasks.
      Returns:
      The Fido2UiCallback.
      Since:
      1.0.0
    • getPasscodeAuthenticatorCallback

      @Nullable public PasscodeAuthenticatorCallback getPasscodeAuthenticatorCallback()
      Gets the callback for the Passcode Authenticator.
      Returns:
      The PasscodeAuthenticatorCallback, or null if not set.
      Since:
      1.0.0
    • getBiometricAuthenticatorCallback

      @Nullable public BiometricAuthenticatorCallback getBiometricAuthenticatorCallback()
      Gets the callback for the Biometric Authenticator.
      Returns:
      The BiometricAuthenticatorCallback, or null if not set.
      Since:
      1.1.0
    • wipe

      public void wipe()
      Securely wipes any sensitive data held by this object from memory.
      Since:
      1.2.0