allowCredentials property
Iterable<PublicKeyCredentialDescriptorJSON>
get
allowCredentials
Implementation
Iterable<PublicKeyCredentialDescriptorJSON> get allowCredentials =>
js_util.getProperty(this, 'allowCredentials');
set
allowCredentials
(Iterable<PublicKeyCredentialDescriptorJSON> newValue)
Implementation
set allowCredentials(Iterable<PublicKeyCredentialDescriptorJSON> newValue) {
js_util.setProperty(this, 'allowCredentials', newValue);
}