aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/federatedcredential/protocol/index.html
blob: 6579246621dca7286d15af4960583881d667149d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
---
title: FederatedCredential.protocol
slug: Web/API/FederatedCredential/protocol
tags:
  - API
  - Credential Management API
  - Experimental
  - FederatedCredential
  - NeedsExample
  - Property
  - Reference
  - credential management
  - プロパティ
translation_of: Web/API/FederatedCredential/protocol
---
<div>{{SeeCompatTable}}{{APIRef("")}}{{securecontext_header}}</div>

<p><strong><code>protocol</code></strong>{{domxref("FederatedCredential")}} インターフェイスのプロパティで、認証情報の連合アイデンティティプロトコルが入った読み取り専用の {{domxref("DOMString")}} を返します。このプロパティが {{jsxref("null")}} の場合、プロトコルは {{domxref("FederatedCredential.provider")}} プロパティから推測される可能性があります。</p>

<h2 id="Syntax" name="Syntax">構文</h2>

<pre class="syntaxbox">var protocol = FederatedCredential.protocol</pre>

<h3 id="Value" name="Value"></h3>

<p>認証情報の連合アイデンティティプロトコルが入った {{domxref("DOMString")}} です (例えば <code>openidconnect</code>)。</p>

<h2 id="Examples" name="Examples"></h2>

<pre class="brush: js">// TBD</pre>

<h2 id="Specifications" name="Specifications">仕様書</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">仕様書</th>
   <th scope="col">状態</th>
   <th scope="col">備考</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName('Credential Management','#dom-federatedcredential-protocol','protocol')}}</td>
   <td>{{Spec2('Credential Management')}}</td>
   <td>初回定義</td>
  </tr>
 </tbody>
</table>

<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの対応</h2>

<p>{{Compat("api.FederatedCredential.protocol")}}</p>