handleNetworkAuthenticationChallenge abstract method

FutureOr<void> handleNetworkAuthenticationChallenge(
  1. NetworkAuthenticationChallenge challenge
)

Handles the given network challenge.

Use NetworkAuthenticationChallenge.continueWithCredential, NetworkAuthenticationChallenge.continueAndFail, or NetworkAuthenticationChallenge.cancel to handle the challenge. The credential provided while handling an authentication challenge is placed in the Network credential store of the ArcGISEnvironment.authenticationManager and used by all subsequent requests that have a matching host.

Parameters:

  • challenge — The challenge to be handled.