Arc GISAuthentication Challenge Response
Possible responses to an ArcGISAuthenticationChallenge.
Since
200.0.0
Types
Link copied to clipboard
Cancels the request that initiated the challenge.
Link copied to clipboard
Handles the ArcGISAuthenticationChallenge without a credential, causing it to fail with the original ArcGISAuthenticationChallenge.cause.
Link copied to clipboard
Handles the ArcGISAuthenticationChallenge with the specified error that occurred while trying to get a credential.
Link copied to clipboard
data class ContinueWithCredential(val credential: ArcGISCredential) : ArcGISAuthenticationChallengeResponse
Handles the ArcGISAuthenticationChallenge with the specified credential.