Skip to content

Commit

Permalink
Use [=map/for each=] for iteration over authenticator extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Feb 6, 2018
1 parent 7415c49 commit fd02340
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 @@ -2356,8 +2356,8 @@ When this operation is invoked, the [=authenticator=] MUST perform the following
decrypt it.
1. If any error occurred while creating the new credential object, return an error code equivalent to "{{UnknownError}}" and
terminate the operation.
1. Let |processedExtensions| be the result of [=authenticator extension processing=] for each supported [=extension identifier=]/input
pair in |extensions|.
1. Let |processedExtensions| be the result of [=authenticator extension processing=] [=map/for each=] supported <var
ignore>extensionId</var><var ignore>authenticatorExtensionInput</var> in |extensions|.
1. If the [=authenticator=] supports:
<dl class="switch">
: a per-[=RP ID=] [=signature counter=]
Expand Down Expand Up @@ -2431,8 +2431,8 @@ When this method is invoked, the [=authenticator=] MUST perform the following pr
If the user does not [=user consent|consent=], return an error code equivalent to
"{{NotAllowedError}}" and terminate the operation.

1. Let |processedExtensions| be the result of [=authenticator extension processing=] for each supported [=extension
identifier=]/input pair in |extensions|.
1. Let |processedExtensions| be the result of [=authenticator extension processing=] [=map/for each=] supported <var
ignore>extensionId</var><var ignore>authenticatorExtensionInput</var> in |extensions|.
1. Increment the [=RP ID=]-associated
[=signature counter=] or the global [=signature counter=] value, depending on
which approach is implemented by the [=authenticator=], by some positive value.
Expand Down

0 comments on commit fd02340

Please sign in to comment.