Skip to content

Commit 57e823a

Browse files
authored
State that resolve() does nothing outside of continue_on (#717)
* State that resolve() does nothing outside of continue_on * throw * errorcode
1 parent 25b4735 commit 57e823a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spec/index.bs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1732,6 +1732,11 @@ their phone number. To allow for such flows, the [=IDP=] must call
17321732

17331733
See the [=show an IDP login dialog=] algorithm for more details.
17341734

1735+
{{IdentityProvider/resolve}} is used while a [=show a continuation
1736+
dialog|continuation dialog=] is shown to return a specific token to the [=RP=]
1737+
as described below. If called at any other time, reject the returned
1738+
promise with a "{{NotAllowedError}}" {{DOMException}}.
1739+
17351740
An {{IdentityUserInfo}} represents user account information from a user. This information is exposed
17361741
to the [=IDP=] once the user has already used the FedCM API to login in the [=RP=]. That is, it is
17371742
exposed when there exists an account |account| such that the [=connected accounts set=] [=list/contains=]

0 commit comments

Comments
 (0)