summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/webid/web_id_request_options.idl
blob: b84c01f570782f76d5a411dc50e9a29e426f81f1 (plain)
1
2
3
4
5
6
7
8
9
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// https://github.com/WICG/WebID

dictionary WebIDRequestOptions {
  USVString provider;
};