signalAllAcceptedCredentialsJS function
- @JS('PublicKeyCredential.signalAllAcceptedCredentials')
- JSObject options
Signals the complete set of credentials the relying party still accepts.
Implementation
@JS('PublicKeyCredential.signalAllAcceptedCredentials')
external JSPromise<JSAny?> signalAllAcceptedCredentialsJS(JSObject options);