baseUrl property Null safety

String 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).

Implementation

String get baseUrl;