Network Authentication Challenge Handler
Implement this interface to handle NetworkAuthenticationChallenges.
Since
200.0.0
Functions
Link copied to clipboard
abstract suspend fun handleNetworkAuthenticationChallenge(challenge: NetworkAuthenticationChallenge): NetworkAuthenticationChallengeResponse
Invoked when a NetworkAuthenticationChallenge occurs.