Skip to content

Commit cab6312

Browse files
chore: adds missing provider IDs for Auth (#1106)
Adds missing token claims `sign_in_provider` values.
1 parent f624b29 commit cab6312

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/auth/index.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,13 @@ export namespace auth {
503503
/**
504504
* The ID of the provider used to sign in the user.
505505
* One of `"anonymous"`, `"password"`, `"facebook.com"`, `"github.com"`,
506-
* `"google.com"`, `"twitter.com"`, or `"custom"`.
506+
* `"google.com"`, `"twitter.com"`, `"apple.com"`, `"microsoft.com"`,
507+
* "yahoo.com"`, `"phone"`, `"playgames.google.com"`, `"gc.apple.com"`,
508+
* or `"custom"`.
509+
*
510+
* Additional Identity Platform provider IDs include `"linkedin.com"`,
511+
* OIDC and SAML identity providers prefixed with `"saml."` and `"oidc."`
512+
* respectively.
507513
*/
508514
sign_in_provider: string;
509515

0 commit comments

Comments
 (0)