replaceCustomLoginServer

open fun replaceCustomLoginServer(originalCustomLoginServer: LoginServerManager.LoginServer, updatedCustomLoginServer: LoginServerManager.LoginServer)

Replaces one custom login server with another.

Parameters

originalCustomLoginServer

The original custom login server. If this is not a customlogin server or doesn't match an existing login server thismethod will do nothing.

updatedCustomLoginServer

The updated custom login server. If this is not a customlogin server this method will do nothing.