authenticationManager property

AuthenticationManager authenticationManager

The object responsible for issuing authentication challenges and managing credential stores.

Implementation

static AuthenticationManager get authenticationManager {
  _initializeArcGISEnvironmentIfNeeded();
  return ArcGISEnvironment._authenticationManager.value;
}