authenticatorSelection property

AuthenticatorSelectionCriteria? get authenticatorSelection

Implementation

_i3.AuthenticatorSelectionCriteria? get authenticatorSelection =>
    _i4.getProperty(
      this,
      'authenticatorSelection',
    );
set authenticatorSelection (AuthenticatorSelectionCriteria? value)

Implementation

set authenticatorSelection(_i3.AuthenticatorSelectionCriteria? value) {
  _i4.setProperty(
    this,
    'authenticatorSelection',
    value ?? _i6.undefined,
  );
}