allowCredentials property

Implementation

Iterable<PublicKeyCredentialDescriptor> get allowCredentials =>
    js_util.getProperty(this, 'allowCredentials');
void allowCredentials=(Iterable<PublicKeyCredentialDescriptor> newValue)

Implementation

set allowCredentials(Iterable<PublicKeyCredentialDescriptor> newValue) {
  js_util.setProperty(this, 'allowCredentials', newValue);
}