authenticatorSelection property

AuthenticatorSelectionCriteria get authenticatorSelection

Implementation

AuthenticatorSelectionCriteria get authenticatorSelection =>
    js_util.getProperty(this, 'authenticatorSelection');
set authenticatorSelection (AuthenticatorSelectionCriteria newValue)

Implementation

set authenticatorSelection(AuthenticatorSelectionCriteria newValue) {
  js_util.setProperty(this, 'authenticatorSelection', newValue);
}