Skip to content

Commit

Permalink
Use the same table of credential types in landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg committed Jun 3, 2024
1 parent 2f2540a commit 4c42918
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions files/en-us/web/api/credential_management_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ The central interface is the {{domxref("CredentialsContainer")}}, which is acces

The API supports four different types of credential, which are all represented as subclasses of {{domxref("Credential")}}:

- **Passwords** ({{domxref("PasswordCredential")}})
- **Federated identity credentials**: {{domxref("IdentityCredential")}}

> **Note:** The {{domxref("FederatedCredential")}} credential has been superseded by {{domxref("IdentityCredential")}}, but is still part of the specification.
- **One-time password (OTP) credentials** ({{domxref("OTPCredential")}})
- **Web Authentication assertions** ({{domxref("PublicKeyCredential")}})
| Type | Interface |
| ----------------------- | ---------------------------------------------------------------------------------- |
| Password | {{domxref("PasswordCredential")}} |
| Federated identity | {{domxref("IdentityCredential")}}, {{domxref("FederatedCredential")}} (deprecated) |
| One-time password (OTP) | {{domxref("OTPCredential")}} |
| Web Authentication | {{domxref("PublicKeyCredential")}} |

The guide page [Credential types](/en-US/docs/Web/API/Credential_Management_API/Credential_types) gives an overview of the different credential types and how they are used.

Expand Down

0 comments on commit 4c42918

Please sign in to comment.