challengeIndicator property
AuthenticationInfoChallengeIndicatorEnum?
get
challengeIndicator
Implementation
AuthenticationInfoChallengeIndicatorEnum? get challengeIndicator =>
_$this._challengeIndicator;
set
challengeIndicator
(AuthenticationInfoChallengeIndicatorEnum? challengeIndicator)
Implementation
set challengeIndicator(
AuthenticationInfoChallengeIndicatorEnum? challengeIndicator,
) => _$this._challengeIndicator = challengeIndicator;