Skip to content

Commit ea76545

Browse files
committed
typo fix
1 parent 3491282 commit ea76545

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

v2/thirdparty/custom-ui/thirdparty-login.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
422422

423423
:::important
424424
- On iOS, the client id set in the backend should be the same as the bundle identifier for your app.
425-
- The `clientType` input is optional and is required only if you have initialised the same provider multiple times on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
425+
- The `clientType` input is optional, and is required only if you have initialised more than one client in the provide on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
426426
- On iOS, `redirectURIOnProviderDashboard` doesn't matter and its value can be a universal link configured for your app.
427427
- On Android, the `redirectURIOnProviderDashboard` should match the one configured on the Apple developer dashboard.
428428
- The `user` object contains information provided by Apple.
@@ -506,7 +506,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
506506
```
507507

508508
:::important
509-
- The `clientType` input is optional and is required only if you have initialised the same provider multiple times on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
509+
- The `clientType` input is optional, and is required only if you have initialised more than one client in the provide on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
510510
- On iOS, `redirectURIOnProviderDashboard` doesn't matter and its value can be a universal link configured for your app.
511511
- On Android, the `redirectURIOnProviderDashboard` should match the one configured on the Google cloud platform.
512512
:::
@@ -560,7 +560,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
560560

561561
:::important
562562
- If you don't have the `access_token`, you can send the `id_token` instead.
563-
- The `clientType` input is optional and is required only if you have initialised the same provider multiple times on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
563+
- The `clientType` input is optional, and is required only if you have initialised more than one client in the provide on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
564564
:::
565565

566566
The response body from the API call has a `status` property in it:
@@ -640,7 +640,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
640640
```
641641

642642
:::important
643-
- The `clientType` input is optional and is required only if you have initialised the same provider multiple times on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
643+
- The `clientType` input is optional, and is required only if you have initialised more than one client in the provide on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
644644
- If you have the `id_token`, you can send that along with the `access_token`.
645645
:::
646646

@@ -714,7 +714,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
714714
```
715715

716716
:::important
717-
- The `clientType` input is optional and is required only if you have initialised the same provider multiple times on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
717+
- The `clientType` input is optional, and is required only if you have initialised more than one client in the provide on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
718718
- If you have the `id_token`, you can send that along with the `access_token`.
719719
:::
720720

v2/thirdpartyemailpassword/custom-ui/thirdparty-login.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
425425

426426
:::important
427427
- On iOS, the client id set in the backend should be the same as the bundle identifier for your app.
428-
- The `clientType` input is optional and is required only if you have initialised the same provider multiple times on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
428+
- The `clientType` input is optional, and is required only if you have initialised more than one client in the provide on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
429429
- On iOS, `redirectURIOnProviderDashboard` doesn't matter and its value can be a universal link configured for your app.
430430
- On Android, the `redirectURIOnProviderDashboard` should match the one configured on the Apple developer dashboard.
431431
- The `user` object contains information provided by Apple.
@@ -509,7 +509,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
509509
```
510510

511511
:::important
512-
- The `clientType` input is optional and is required only if you have initialised the same provider multiple times on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
512+
- The `clientType` input is optional, and is required only if you have initialised more than one client in the provide on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
513513
- On iOS, `redirectURIOnProviderDashboard` doesn't matter and its value can be a universal link configured for your app.
514514
- On Android, the `redirectURIOnProviderDashboard` should match the one configured on the Google cloud platform.
515515
:::
@@ -563,7 +563,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
563563

564564
:::important
565565
- If you don't have the `access_token`, you can send the `id_token` instead.
566-
- The `clientType` input is optional and is required only if you have initialised the same provider multiple times on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
566+
- The `clientType` input is optional, and is required only if you have initialised more than one client in the provide on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
567567
:::
568568

569569
The response body from the API call has a `status` property in it:
@@ -643,7 +643,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
643643
```
644644

645645
:::important
646-
- The `clientType` input is optional and is required only if you have initialised the same provider multiple times on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
646+
- The `clientType` input is optional, and is required only if you have initialised more than one client in the provide on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
647647
- If you have the `id_token`, you can send that along with the `access_token`.
648648
:::
649649

@@ -717,7 +717,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
717717
```
718718

719719
:::important
720-
- The `clientType` input is optional and is required only if you have initialised the same provider multiple times on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
720+
- The `clientType` input is optional, and is required only if you have initialised more than one client in the provide on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
721721
- If you have the `id_token`, you can send that along with the `access_token`.
722722
:::
723723

v2/thirdpartypasswordless/custom-ui/thirdparty-login.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
425425

426426
:::important
427427
- On iOS, the client id set in the backend should be the same as the bundle identifier for your app.
428-
- The `clientType` input is optional and is required only if you have initialised the same provider multiple times on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
428+
- The `clientType` input is optional, and is required only if you have initialised more than one client in the provide on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
429429
- On iOS, `redirectURIOnProviderDashboard` doesn't matter and its value can be a universal link configured for your app.
430430
- On Android, the `redirectURIOnProviderDashboard` should match the one configured on the Apple developer dashboard.
431431
- The `user` object contains information provided by Apple.
@@ -509,7 +509,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
509509
```
510510

511511
:::important
512-
- The `clientType` input is optional and is required only if you have initialised the same provider multiple times on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
512+
- The `clientType` input is optional, and is required only if you have initialised more than one client in the provide on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
513513
- On iOS, `redirectURIOnProviderDashboard` doesn't matter and its value can be a universal link configured for your app.
514514
- On Android, the `redirectURIOnProviderDashboard` should match the one configured on the Google cloud platform.
515515
:::
@@ -563,7 +563,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
563563

564564
:::important
565565
- If you don't have the `access_token`, you can send the `id_token` instead.
566-
- The `clientType` input is optional and is required only if you have initialised the same provider multiple times on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
566+
- The `clientType` input is optional, and is required only if you have initialised more than one client in the provide on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
567567
:::
568568

569569
The response body from the API call has a `status` property in it:
@@ -643,7 +643,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
643643
```
644644

645645
:::important
646-
- The `clientType` input is optional and is required only if you have initialised the same provider multiple times on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
646+
- The `clientType` input is optional, and is required only if you have initialised more than one client in the provide on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
647647
- If you have the `id_token`, you can send that along with the `access_token`.
648648
:::
649649

@@ -717,7 +717,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
717717
```
718718

719719
:::important
720-
- The `clientType` input is optional and is required only if you have initialised the same provider multiple times on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
720+
- The `clientType` input is optional, and is required only if you have initialised more than one client in the provide on the backend (See the "Social / SSO login for both, web and mobile apps" section below).
721721
- If you have the `id_token`, you can send that along with the `access_token`.
722722
:::
723723

0 commit comments

Comments
 (0)