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: docs/FrontendApi.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ public class Example {
68
68
String loginChallenge ="loginChallenge_example"; // String | An optional Hydra login challenge. If present, Kratos will cooperate with Ory Hydra to act as an OAuth2 identity provider. The value for this parameter comes from `login_challenge` URL Query parameter sent to your application (e.g. `/login?login_challenge=abcde`).
69
69
String organization ="organization_example"; // String | An optional organization ID that should be used for logging this user in. This parameter is only effective in the Ory Network.
70
70
String via ="via_example"; // String | Via should contain the identity's credential the code should be sent to. Only relevant in aal2 flows. DEPRECATED: This field is deprecated. Please remove it from your requests. The user will now see a choice of MFA credentials to choose from to perform the second factor instead.
71
-
String identitySchema ="identitySchema_example"; // String | An optional identity schema to use for the registration flow.
71
+
String identitySchema ="identitySchema_example"; // String | An optional identity schema to use for the login flow.
|**loginChallenge**|**String**| An optional Hydra login challenge. If present, Kratos will cooperate with Ory Hydra to act as an OAuth2 identity provider. The value for this parameter comes from `login_challenge` URL Query parameter sent to your application (e.g. `/login?login_challenge=abcde`). |[optional]|
95
95
|**organization**|**String**| An optional organization ID that should be used for logging this user in. This parameter is only effective in the Ory Network. |[optional]|
96
96
|**via**|**String**| Via should contain the identity's credential the code should be sent to. Only relevant in aal2 flows. DEPRECATED: This field is deprecated. Please remove it from your requests. The user will now see a choice of MFA credentials to choose from to perform the second factor instead. |[optional]|
97
-
|**identitySchema**|**String**| An optional identity schema to use for the registration flow. |[optional]|
97
+
|**identitySchema**|**String**| An optional identity schema to use for the login flow. |[optional]|
98
98
99
99
### Return type
100
100
@@ -544,7 +544,7 @@ public class Example {
544
544
String returnTo ="returnTo_example"; // String | The URL to return the browser to after the flow was completed.
545
545
String organization ="organization_example"; // String | An optional organization ID that should be used for logging this user in. This parameter is only effective in the Ory Network.
546
546
String via ="via_example"; // String | Via should contain the identity's credential the code should be sent to. Only relevant in aal2 flows. DEPRECATED: This field is deprecated. Please remove it from your requests. The user will now see a choice of MFA credentials to choose from to perform the second factor instead.
547
-
String identitySchema ="identitySchema_example"; // String | An optional identity schema to use for the registration flow.
547
+
String identitySchema ="identitySchema_example"; // String | An optional identity schema to use for the login flow.
|**returnTo**|**String**| The URL to return the browser to after the flow was completed. |[optional]|
571
571
|**organization**|**String**| An optional organization ID that should be used for logging this user in. This parameter is only effective in the Ory Network. |[optional]|
572
572
|**via**|**String**| Via should contain the identity's credential the code should be sent to. Only relevant in aal2 flows. DEPRECATED: This field is deprecated. Please remove it from your requests. The user will now see a choice of MFA credentials to choose from to perform the second factor instead. |[optional]|
573
-
|**identitySchema**|**String**| An optional identity schema to use for the registration flow. |[optional]|
573
+
|**identitySchema**|**String**| An optional identity schema to use for the login flow. |[optional]|
0 commit comments