- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for AuthenticatorNone (0.07 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/Authenticator.kt
): Request? companion object { /** An authenticator that knows no credentials and makes no attempt to authenticate. */ @JvmField val NONE: Authenticator = AuthenticatorNone() private class AuthenticatorNone : Authenticator { override fun authenticate( route: Route?, response: Response, ): Request? = null }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Fri Dec 27 13:39:56 UTC 2024 - 5.5K bytes - Viewed (0)