AuthenticatorState

fun AuthenticatorState(setAsArcGISAuthenticationChallengeHandler: Boolean = true, setAsNetworkAuthenticationChallengeHandler: Boolean = true): AuthenticatorState

Handles authentication challenges and exposes state for the Authenticator to display to the user.

Return

a new AuthenticatorState instance.

Since

200.2.0

Parameters

setAsArcGISAuthenticationChallengeHandler

if true, this AuthenticatorState will handle all ArcGISAuthenticationChallenges

setAsNetworkAuthenticationChallengeHandler

if true, this AuthenticatorState will handle all NetworkAuthenticationChallenges