//okhttp/okhttp3/Challenge/authParams
authParams¶
[common]\ expect val authParams: Map<String?, String>
Returns the auth params, including realm and charset if present, but as strings. The map’s keys are lowercase and should be treated case-insensitively.
[jvm, nonJvm]\ [jvm]\
@get:JvmName(name = "authParams")
actual val authParams: Map<String?, String>
[nonJvm]\ actual val authParams: Map<String?, String>