-
The base URL of the server.
This is the base URL for the HTTP endpoints the SDK must interact with when dealing with the
Account
s associated with this server.The endpoint is built using this URL and the paths specified in
Configuration
. (likeauthenticationRequestPath
).Declaration
Swift
var baseUrl: URL { get }