We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86cebb commit a955e54Copy full SHA for a955e54
spec/index.bs
@@ -1715,7 +1715,7 @@ This specification introduces the {{IdentityUserInfo}} dictionary as well as the
1715
1716
[Exposed=Window, SecureContext] interface IdentityProvider {
1717
static undefined close();
1718
- static undefined resolve(DOMString token, optional IdentityResolveOptions options = {});
+ static Promise<undefined> resolve(DOMString token, optional IdentityResolveOptions options = {});
1719
static Promise<sequence<IdentityUserInfo>> getUserInfo(IdentityProviderConfig config);
1720
};
1721
</pre>
0 commit comments