createBasicAuth

protected open fun createBasicAuth(@NonNull userName: String, @NonNull password: String): String

Creates a basic auth string.

Return

The basic auth string.

Parameters

userName

The user name.

password

The password.