allowCredentials property

Implementation

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

Implementation

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