Skip to content

Commit

Permalink
Clarify that one credential type must be specified
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg committed May 15, 2024
1 parent 17aa391 commit 0ffe0c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/credentialscontainer/create/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ create(options)
- `signal` {{optional_inline}}
- : An {{domxref("AbortSignal")}} object instance that allows an ongoing `create()` operation to be aborted. An aborted operation may complete normally (generally if the abort was received after the operation finished) or reject with an "`AbortError`" {{domxref("DOMException")}}.

Each of the following properties represents a _credential type_ being created. Only one of them can be specified:
Each of the following properties represents a _credential type_ being created. One and only one of them must be specified:

- `federated` {{optional_inline}}
- : A {{domxref("FederatedCredentialInit")}} object containing requirements for creating a federated identify provider credential.
Expand Down

0 comments on commit 0ffe0c5

Please sign in to comment.