Interface Server


public interface Server
The object defining a server. Each Account is defined in a given Server object.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    The base URL for the server.
  • Method Details

    • baseUrl

      URI baseUrl()
      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 endpoint are built using this URL and the paths specified in Configuration (like Configuration.authenticationRequestPath()).

      Returns:
      the base URL of the server.