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

    Class ConfigurationAbstract

    The MobileAuthenticationClient configuration.

    The Configuration is used to build and initialize the MobileAuthenticationClient.

    Index

    Methods

    • The default base URL for the HTTP endpoints the SDK must interact with.

      Returns string

      the base URL.

    • The registration request URL path used to send the FIDO UAF registration GetUafRequest.

      The registration request URL is the result of combining the baseUrl and this path.

      Returns string

      the registration request path.

    • The registration response URL path used to send the final FIDO UAF registration response.

      The registration response URL is the result of combining the baseUrl and this path.

      Returns string

      registration response path.

    • The authentication request URL path used to send the FIDO UAF authentication GetUafRequest.

      The authentication request URL is the result of combining the baseUrl and this path.

      Returns string

      the authentication request path.

    • The authentication response URL path used to send the final FIDO UAF authentication response.

      The authentication response URL is the result of combining the baseUrl and this path.

      Returns string

      the authentication response path.

    • Returns the URL path used to obtain the FIDO UAF deregistration request.

      The deregistration request URL is the result of combining the baseUrl and this path.

      Returns string

      the deregistration request path.

    • The dispatch target resource URL path.

      The dispatch target resource URL is the result of combining the baseUrl and this path.

      Returns string

      the dispatch target resource path.

    • The device managing resource URL path.

      The device managing resource URL is the result of combining the baseUrl and this path.

      Returns string

      the device managing resource path.

    • Time interval for network calls in seconds. Any network request that takes longer than this value, will result in a timeout.

      Returns number

      the time interval for network requests.

    • The configuration related to application attestation.

      If the backend (nevisFIDO) requires application attestation through its policy, you must provide this information, so that the mobile SDK can send the required application attestation information.

      This information is not needed if your backend does not require application attestation.

      Returns undefined | AppAttestation