baseUrl property Null safety

String baseUrl

The default base URL for the HTTP endpoints the SDK must interact with.

If no URL is provided through the Registration.serverUrl method, all the authenticators will be registered against the server associate with this URL.

Implementation

String get baseUrl;