validateServerUrlAndCredentials
private fun ServerSetupState.validateServerUrlAndCredentials(url: String, urlValidator: UrlValidator, stringValidator: CommonStringValidator): ServerSetupValidationResult(source)
Executes the validateServerUrlAndCredentials step in the SDAI presentation layer.
Return
Result produced by validateServerUrlAndCredentials.
Author
Dmitriy Moroz
Parameters
url
remote URL used by the operation.
urlValidator
url validator value consumed by the API.
stringValidator
string validator value consumed by the API.