authenticationOnly property

bool? get authenticationOnly

Implementation

bool? get authenticationOnly => _$this._authenticationOnly;
set authenticationOnly (bool? authenticationOnly)

Implementation

set authenticationOnly(bool? authenticationOnly) =>
    _$this._authenticationOnly = authenticationOnly;