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

    Class ServerAbstract

    The object defining a server. Each Account is defined in a given Server object.

    Index

    Properties

    Methods

    Properties

    baseUrl: string

    The base URL for the server. This is the base URL for the HTTP endpoints the SDK must interact with when dealing with the Accounts associated with this server.

    The endpoints are built using this URL and the paths specified in Configuration (like Configuration.getAuthenticationRequestPath).

    Methods

    • Default constructor for Server.

      Parameters

      • baseUrl: string

        The endpoints are built using this URL and the paths specified in Configuration.

      Returns Server

      the created Server instance.

    • Alternate constructor that creates a Server from a json.

      Parameters

      • json: any

        contains the source for instance creation.

      Returns Server

      a Server instance.