createBasicAuth

protected fun createBasicAuth(userName: String, password: String): String(source)

Creates a basic auth string.

Return

The basic auth string.

Parameters

userName

The user name.

password

The password.