Interface Server
public interface Server
The object defining a server. Each
Account is defined in a given
Server object.- See Also:
-
Method Summary
-
Method Details
-
baseUrl
The base URL for the server. This is the base URL for the HTTP endpoints the SDK must interact with when dealing with theAccounts associated with this server.The endpoint are built using this URL and the paths specified in
Configuration(likeConfiguration.authenticationRequestPath()).- Returns:
- the base URL of the server.
-