aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/credential/index.html
blob: 22a712a78289d855b37ed63d1861c72d28f4f8f4 (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
54
55
56
57
58
59
60
61
---
title: Credential
slug: Web/API/Credential
tags:
  - API
  - Credential Management API
  - Experimental
  - Interface
  - NeedsExample
  - Reference
  - credential management
  - インターフェイス
translation_of: Web/API/Credential
---
<div>{{SeeCompatTable}}{{APIRef("Credential Management API")}}{{securecontext_header}}</div>

<p><strong><code>Credential</code></strong><a href="/ja/docs/Web/API/Credential_Management_API">Credential Management API</a> のインターフェイスで、信頼の決定に必要なエンティティについての情報を提供します。</p>

<h2 id="Properties" name="Properties">プロパティ</h2>

<dl>
 <dt>{{domxref("Credential.id")}} {{readonlyInline}}</dt>
 <dd>{{domxref("DOMString")}} で、認証情報の識別子を返します。これは GUID、ユーザー名、メールアドレスのいずれか一つになる可能性があります。</dd>
 <dt>{{domxref("Credential.type")}} {{readonlyInline}}</dt>
 <dd>{{domxref("DOMString")}} で、認証情報の種別を返します。有効な値は <code>password</code>, <code>federated</code>, <code>public-key</code> の何れかです。 (それぞれ {{domxref("PasswordCredential")}}, {{domxref("FederatedCredential")}}, {{domxref("PublicKeyCredential")}})</dd>
</dl>

<h3 id="Event_handlers" name="Event_handlers">イベントハンドラー</h3>

<p>なし</p>

<h2 id="Methods" name="Methods">メソッド</h2>

<p>なし</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')}}</td>
   <td>{{Spec2('Credential Management')}}</td>
   <td>初回定義</td>
  </tr>
 </tbody>
</table>

<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>

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