Network Authentication Challenge Response
Possible responses to a network authentication challenge.
Since
200.0.0
See also
Inheritors
Types
Link copied to clipboard
Cancels the request that initiated the challenge.
Link copied to clipboard
Handles the challenge without a credential, causing it to fail with the original authentication error specified by NetworkAuthenticationChallenge.cause.
Link copied to clipboard
Handles the challenge with an error that occurred while trying to generate a credential. The request which issued an authentication challenge will fail with the given error.
Link copied to clipboard
data class ContinueWithCredential(val credential: NetworkCredential) : NetworkAuthenticationChallengeResponse
Handles the challenge with the specified credential.