Skip to content

Commit

Permalink
docs(authentication): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz committed Sep 22, 2023
1 parent bdc507a commit 058f18c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/authentication/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1634,7 +1634,7 @@ Remove all listeners for this plugin.
| ---------------------- | ------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- | ----- |
| **`customParameters`** | <code>SignInCustomParameter[]</code> | Configures custom parameters to be passed to the identity provider during the OAuth sign-in flow. Supports Apple, Facebook, GitHub, Google, Microsoft, Twitter and Yahoo on Web. Supports Apple, GitHub, Microsoft, Twitter and Yahoo on Android. Supports Facebook, GitHub, Microsoft, Twitter and Yahoo on iOS. | | 1.1.0 |
| **`mode`** | <code>'popup' \| 'redirect'</code> | Whether to use the popup-based OAuth authentication flow or the full-page redirect flow. If you choose `redirect`, you will get the result of the call via the `authStateChange` listener after the redirect. | <code>'popup'</code> | 1.3.0 |
| **`scopes`** | <code>string[]</code> | Scopes to request from provider. Supports Apple, Facebook, GitHub, Google, Microsoft, Twitter and Yahoo on Web. Supports Apple, GitHub, Microsoft, Twitter, Yahoo and Play Games on Android. Supports Facebook, GitHub, Google, Microsoft, Twitter and Yahoo on iOS. | | 1.1.0 |
| **`scopes`** | <code>string[]</code> | Scopes to request from provider. Supports Apple, Facebook, GitHub, Google, Microsoft, Twitter and Yahoo on Web. Supports Apple, GitHub, Google, Microsoft, Twitter, Yahoo and Play Games on Android. Supports Facebook, GitHub, Microsoft, Twitter and Yahoo on iOS. | | 1.1.0 |


#### SignInCustomParameter
Expand Down
4 changes: 2 additions & 2 deletions packages/authentication/src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -839,8 +839,8 @@ export interface SignInWithOAuthOptions extends SignInOptions {
* Scopes to request from provider.
*
* Supports Apple, Facebook, GitHub, Google, Microsoft, Twitter and Yahoo on Web.
* Supports Apple, GitHub, Microsoft, Twitter, Yahoo and Play Games on Android.
* Supports Facebook, GitHub, Google, Microsoft, Twitter and Yahoo on iOS.
* Supports Apple, GitHub, Google, Microsoft, Twitter, Yahoo and Play Games on Android.
* Supports Facebook, GitHub, Microsoft, Twitter and Yahoo on iOS.
*
* @since 1.1.0
*/
Expand Down

0 comments on commit 058f18c

Please sign in to comment.