Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
failure
Browse files Browse the repository at this point in the history
cbiesinger committed Nov 18, 2024
1 parent 2141ce2 commit fc5d885
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec/index.bs
Original file line number Diff line number Diff line change
@@ -1279,7 +1279,10 @@ To <dfn>fetch an identity assertion</dfn> given a {{USVString}}
1. If |tokenPair| is failure, set |credential| to failure and return.
1. Let |tokenString| be the first entry of |tokenPair|.
1. If the second entry of |tokenPair| is not null, set |accountId| to that second entry.
1. Wait for |tokenString| to be set.
1. Wait for |tokenString| or |credential| to be set.
1. If |credential| is set:
1. Assert that |credential| is set to failure.
1. Return |credential|.
1. [=Create a connection between the RP and the IdP account=] with |provider|, |accountId|, and
|globalObject|.
1. Let |credential| be a new {{IdentityCredential}} given |globalObject|'s

0 comments on commit fc5d885

Please sign in to comment.