setNewIdentityServer

abstract suspend fun setNewIdentityServer(url: String): String

Update the identity server url. If successful, any previous identity server will be disconnected. In case of error, any previous identity server will remain configured.

Return

The String will be the final url of the identity server. The SDK can prepend "https://" for instance.

Parameters

url

the new url.