attemptAuthentication property

AuthenticationDataAttemptAuthenticationEnum? get attemptAuthentication

Implementation

AuthenticationDataAttemptAuthenticationEnum? get attemptAuthentication =>
    _$this._attemptAuthentication;
set attemptAuthentication (AuthenticationDataAttemptAuthenticationEnum? attemptAuthentication)

Implementation

set attemptAuthentication(
  AuthenticationDataAttemptAuthenticationEnum? attemptAuthentication,
) => _$this._attemptAuthentication = attemptAuthentication;