chromium/third_party/blink/renderer/modules/credentialmanagement/remote_desktop_client_override.idl

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// RemoteDesktopClientOverride is a WebAuthn client extension that lets  remote
// desktop clients execute requests on behalf of other origins.
//
// https://github.com/w3c/webauthn/wiki/Explainer:-Remote-Desktop-Support
dictionary RemoteDesktopClientOverride {
  required DOMString origin;
  required boolean sameOriginWithAncestors;
};