Skip to content

Commit

Permalink
editorial fixup, thanks @bzbarsky, fixes #275
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffH authored and JeffH committed Nov 30, 2016
1 parent 8fac8dc commit 575d0f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,8 @@ This method takes the following parameters:
created. This is meant for later use by the authenticator when it needs to prompt the user to select a credential. An
authenticator is only required to store one credential for any given value of {{accountInformation}}. Specifically, if an
authenticator already has a credential for the specified value of {{Account/id}} in {{accountInformation}}, and if this
credential is not listed in {{ScopedCredentialOptions/excludeList}}, then after successful execution of this method:
credential is not listed in the {{ScopedCredentialOptions/excludeList}} member of {{options}}, then after successful
execution of this method:
- Any calls to {{getAssertion()}} that do not specify {{AssertionOptions/allowList}} will not result in the older
credential being offered to the user.
- Any calls to {{getAssertion()}} that specify the older credential in the {{AssertionOptions/allowList}} may also not
Expand Down

0 comments on commit 575d0f2

Please sign in to comment.