Skip to content

Commit

Permalink
Remove vestigial reference to CollectedClientData/clientExtensions (#835
Browse files Browse the repository at this point in the history
)

Merging per decision on 14-Mar-18 call
  • Loading branch information
selfissued authored Mar 14, 2018
1 parent 9c60eed commit f0a495b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -3745,9 +3745,8 @@ Note: Extensions should aim to define authenticator arguments that are as small
## <dfn>Client extension processing</dfn> ## {#sctn-client-extension-processing}

Extensions MAY define additional processing requirements on the client platform during the creation of credentials or the
generation of an assertion. The [=client extension input=] for the extension is used an input to this client processing.
Supported [=client extensions=] are recorded as a dictionary in the [=client data=] with the key
{{CollectedClientData/clientExtensions}}. For each such extension, the client adds an entry to this dictionary with the
generation of an assertion. The [=client extension input=] for the extension is used as an input to this client processing.
For each supported [=client extension=], the client adds an entry to the |clientExtensions| [=map=] with the
[=extension identifier=] as the key, and the extension's [=client extension input=] as the value.

Likewise, the [=client extension outputs=] are represented as a dictionary in the result of {{PublicKeyCredential/getClientExtensionResults()}}
Expand Down

0 comments on commit f0a495b

Please sign in to comment.