Nevis Mobile Authentication SDK React Native plugin
    Preparing search index...

    Class ConfigurationAdmin4PatternBuilderAbstract

    A simplified builder that can be used to configure an SDK when your application works with the Nevis Identity Suite configured with default Nevis Admin 4 pattern.

    The builder works with the following relative endpoint paths:

    • Registration request: /nevisfido/uaf/1.1/request/registration/
    • Registration response: /nevisfido/uaf/1.1/registration/
    • Authentication request: /auth/fidouaf
    • Authentication response: /auth/fidouaf/authenticationresponse/
    • Deregistration request: /uaf/1.1/request/deregistration/
    • Dispatch target resource: /nevisfido/token/dispatch/targets/
    • Device resource: /nevisfido/devices/
    Index

    Methods

    • Sets the maximum time that the SDK will wait during user interaction to receive the user input.

      For the default value please see the native API references

      Parameters

      • userInteractionTimeoutInSeconds: number

        the user interaction timeout in seconds.

      Returns ConfigurationAdmin4PatternBuilder

      a builder.