authenticationType property

String? get authenticationType

Implementation

String? get authenticationType => _$this._authenticationType;
set authenticationType (String? authenticationType)

Implementation

set authenticationType(String? authenticationType) =>
    _$this._authenticationType = authenticationType;