continueWithCredential method

void continueWithCredential(
  1. ArcGISCredential credential
)

Handles the challenge with the specified credential.

Parameters:

  • credential — The credential to use when retrying the request.

Implementation

void continueWithCredential(ArcGISCredential credential) {
  _continueWithCredential(credential);
  _queue?.target?._continueWithCredential(this, credential);
}