authenticatorSelection property

AuthenticatorSelectionCriteria authenticatorSelection

Implementation

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

Implementation

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