You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: v2/thirdparty/custom-ui/thirdparty-login.mdx
+5-5
Original file line number
Diff line number
Diff line change
@@ -422,7 +422,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
422
422
423
423
:::important
424
424
- 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).
426
426
- On iOS, `redirectURIOnProviderDashboard` doesn't matter and its value can be a universal link configured for your app.
427
427
- On Android, the `redirectURIOnProviderDashboard` should match the one configured on the Apple developer dashboard.
428
428
- The `user` object contains information provided by Apple.
@@ -506,7 +506,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
506
506
```
507
507
508
508
:::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).
510
510
- On iOS, `redirectURIOnProviderDashboard` doesn't matter and its value can be a universal link configured for your app.
511
511
- On Android, the `redirectURIOnProviderDashboard` should match the one configured on the Google cloud platform.
512
512
:::
@@ -560,7 +560,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
560
560
561
561
:::important
562
562
- 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).
564
564
:::
565
565
566
566
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' \
640
640
```
641
641
642
642
:::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).
644
644
- If you have the `id_token`, you can send that along with the `access_token`.
645
645
:::
646
646
@@ -714,7 +714,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
714
714
```
715
715
716
716
:::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).
718
718
- If you have the `id_token`, you can send that along with the `access_token`.
Copy file name to clipboardexpand all lines: v2/thirdpartyemailpassword/custom-ui/thirdparty-login.mdx
+5-5
Original file line number
Diff line number
Diff line change
@@ -425,7 +425,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
425
425
426
426
:::important
427
427
- 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).
429
429
- On iOS, `redirectURIOnProviderDashboard` doesn't matter and its value can be a universal link configured for your app.
430
430
- On Android, the `redirectURIOnProviderDashboard` should match the one configured on the Apple developer dashboard.
431
431
- The `user` object contains information provided by Apple.
@@ -509,7 +509,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
509
509
```
510
510
511
511
:::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).
513
513
- On iOS, `redirectURIOnProviderDashboard` doesn't matter and its value can be a universal link configured for your app.
514
514
- On Android, the `redirectURIOnProviderDashboard` should match the one configured on the Google cloud platform.
515
515
:::
@@ -563,7 +563,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
563
563
564
564
:::important
565
565
- 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).
567
567
:::
568
568
569
569
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' \
643
643
```
644
644
645
645
:::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).
647
647
- If you have the `id_token`, you can send that along with the `access_token`.
648
648
:::
649
649
@@ -717,7 +717,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
717
717
```
718
718
719
719
:::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).
721
721
- If you have the `id_token`, you can send that along with the `access_token`.
Copy file name to clipboardexpand all lines: v2/thirdpartypasswordless/custom-ui/thirdparty-login.mdx
+5-5
Original file line number
Diff line number
Diff line change
@@ -425,7 +425,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
425
425
426
426
:::important
427
427
- 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).
429
429
- On iOS, `redirectURIOnProviderDashboard` doesn't matter and its value can be a universal link configured for your app.
430
430
- On Android, the `redirectURIOnProviderDashboard` should match the one configured on the Apple developer dashboard.
431
431
- The `user` object contains information provided by Apple.
@@ -509,7 +509,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
509
509
```
510
510
511
511
:::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).
513
513
- On iOS, `redirectURIOnProviderDashboard` doesn't matter and its value can be a universal link configured for your app.
514
514
- On Android, the `redirectURIOnProviderDashboard` should match the one configured on the Google cloud platform.
515
515
:::
@@ -563,7 +563,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
563
563
564
564
:::important
565
565
- 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).
567
567
:::
568
568
569
569
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' \
643
643
```
644
644
645
645
:::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).
647
647
- If you have the `id_token`, you can send that along with the `access_token`.
648
648
:::
649
649
@@ -717,7 +717,7 @@ curl --location --request POST '^{form_apiDomain}^{form_apiBasePath}/signinup' \
717
717
```
718
718
719
719
:::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).
721
721
- If you have the `id_token`, you can send that along with the `access_token`.
0 commit comments