okhttp-parent
Toggle table of contents
5.2.0-SNAPSHOT
common
Platform filter
common
Switch theme
Search in API
okhttp-parent
okhttp
/
okhttp3
/
Credentials
Credentials
object
Credentials
Factory for HTTP authorization credentials.
Members
Functions
basic
Link copied to clipboard
fun
basic
(
username
:
String
,
password
:
String
,
charset
:
<Error class: unknown class>
=
ISO_8859_1
)
:
String
Returns an auth credential for the Basic scheme.