Skip to content

Commit

Permalink
s/ClientCapability/ClientCapabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
timcappalli committed Aug 2, 2023
1 parent 6931dad commit baa930a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2814,7 +2814,7 @@ This method has no arguments and returns a promise to a map.

<xmp class="idl">
partial interface PublicKeyCredential {
static Promise<ClientCapability> getClientCapabilities();
static Promise<ClientCapabilities> getClientCapabilities();
};
</xmp>

Expand Down Expand Up @@ -3987,10 +3987,10 @@ Note: The {{UserVerificationRequirement}} enumeration is deliberately not refere
interest of minimizing disruption to the user interaction flow).
</div>

### Client Capability Set (dictionary <dfn dictionary>ClientCapability</dfn>) ### {#dictionary-client-capability}
### Client Capabilities Set (dictionary <dfn dictionary>ClientCapabilities</dfn>) ### {#dictionary-client-capabilities}

<xmp class="idl">
dictionary ClientCapability {
dictionary ClientCapabilities {
boolean userVerifyingPlatformAuthenticator;
boolean hybridTransport;
boolean passkeyPlatformAuthenticator;
Expand All @@ -4000,7 +4000,7 @@ Note: The {{UserVerificationRequirement}} enumeration is deliberately not refere

This dictionary defines a limited set of client capabilities which a [=[WRP]=] may evaluate to offer certain workflows and experiences to users.

<div dfn-type="dict-member" dfn-for="ClientCapability">
<div dfn-type="dict-member" dfn-for="ClientCapabilities">
: <dfn>userVerifyingPlatformAuthenticator</dfn>
:: The [=WebAuthn Client=] supports usage of a [=user-verifying platform authenticator=].

Expand Down

0 comments on commit baa930a

Please sign in to comment.