Skip to content

Commit

Permalink
chore: adds missing provider IDs for Auth (#1106)
Browse files Browse the repository at this point in the history
Adds missing token claims `sign_in_provider` values.
  • Loading branch information
bojeil-google authored Dec 8, 2020
1 parent f624b29 commit cab6312
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/auth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,13 @@ export namespace auth {
/**
* The ID of the provider used to sign in the user.
* One of `"anonymous"`, `"password"`, `"facebook.com"`, `"github.com"`,
* `"google.com"`, `"twitter.com"`, or `"custom"`.
* `"google.com"`, `"twitter.com"`, `"apple.com"`, `"microsoft.com"`,
* "yahoo.com"`, `"phone"`, `"playgames.google.com"`, `"gc.apple.com"`,
* or `"custom"`.
*
* Additional Identity Platform provider IDs include `"linkedin.com"`,
* OIDC and SAML identity providers prefixed with `"saml."` and `"oidc."`
* respectively.
*/
sign_in_provider: string;

Expand Down

0 comments on commit cab6312

Please sign in to comment.