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

    Class ConfigurationBuilderAbstract

    A builder for Configuration.

    For the default values please see the native API references.

    Index

    Methods

    • Sets the registration request URL path.

      For the default value please see the native API references.

      Parameters

      • registrationRequestPath: string

        the registration request path URL.

      Returns ConfigurationBuilder

      a builder.

    • Sets the registration response path URL.

      For the default value please see the native API references.

      Parameters

      • registrationResponsePath: string

        the registration response path URL.

      Returns ConfigurationBuilder

      a builder.

    • Sets the authentication request path URL.

      For the default value please see the native API references.

      Parameters

      • authenticationRequestPath: string

        the authentication request path URL.

      Returns ConfigurationBuilder

      a builder.

    • Sets the authentication response path URL.

      For the default value please see the native API references.

      Parameters

      • authenticationResponsePath: string

        the authentication response path URL.

      Returns ConfigurationBuilder

      a builder.

    • Sets the deregistration path URL.

      For the default value please see the native API references.

      Parameters

      • deregistrationRequestPath: string

        the deregistration path URL.

      Returns ConfigurationBuilder

      a builder.

    • Sets the dispatch target resource path URL.

      For the default value please see the native API references.

      Parameters

      • dispatchTargetResourcePath: string

        the dispatch target resource path URL.

      Returns ConfigurationBuilder

      a builder.

    • The device managing resource URL path.

      For the default value please see the native API references.

      Parameters

      • deviceResourcePath: string

        the device managing resource path URL.

      Returns ConfigurationBuilder

      a builder.

    • Sets the time interval for network timeouts in seconds.

      For the default value please see the native API references

      Parameters

      • networkTimeoutInSeconds: number

        the network timeout.

      Returns ConfigurationBuilder

      a builder.

    • 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 ConfigurationBuilder

      a builder.