WebAuthnAbortService
WebAuthn abort service to manage ceremony cancellation. Ensures only one WebAuthn ceremony is active at a time to prevent "operation already in progress" errors.
class WebAuthnAbortService { }
private controller;
cancelCeremony(): void;
createNewAbortSignal(): AbortSignal;