challengeIndicator property

Implementation

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

Implementation

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