Skip to content

Commit

Permalink
Clarify how IdentityProvider is exposed (#425)
Browse files Browse the repository at this point in the history
This also does not need to be a partial interface.
  • Loading branch information
cbiesinger authored Feb 9, 2023
1 parent 11439a0 commit 8a33eb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proposals/idp-sign-in-status-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ was the last/only account getting signed out.
Tentatively:

```
partial interface IdentityProvider {
[Exposed=Window]
interface IdentityProvider {
static void login();
static void logout();
}
Expand Down

0 comments on commit 8a33eb4

Please sign in to comment.