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