Interface WebAuthnListener

  • All Superinterfaces:
    FRListener<java.lang.String>

    public interface WebAuthnListener
    extends FRListener<java.lang.String>
    Listener to listen for WebAuthn Event
    • Method Detail

      • onSuccess

        void onSuccess​(java.lang.String result)
        Called when an asynchronous call completes successfully.
        Specified by:
        onSuccess in interface FRListener<java.lang.String>
        Parameters:
        result - the value returned
      • onException

        void onException​(WebAuthnResponseException e)
        Called when an asynchronous call fails to complete.
        Parameters:
        e - the reason for failure
      • onUnsupported

        void onUnsupported​(WebAuthnResponseException e)
        Called when asynchronous call fails to complete with unsupport operation.
        Parameters:
        e - the reason for failure