quaint-potato-13675
06/18/2024, 11:32 AMchilly-king-10285
06/18/2024, 11:32 AMchilly-king-10285
06/18/2024, 11:32 AMpassword
and oidc
methods. Flows can be completed by only one method at a time. For more details, you can refer to the [Ory documentation](https://www.ory.sh/docs/kratos/bring-your-own-ui/custom-ui-basic-integration#flows).quaint-potato-13675
06/18/2024, 11:37 AMchilly-king-10285
06/18/2024, 11:37 AMchilly-king-10285
06/18/2024, 11:37 AMflow
parameter is unique for each instance of a specific method. It does not remain the same for every execution of the method. For example, in the context of the updateLoginFlow
or updateSettingsFlow
methods, the flow
parameter represents the Login Flow ID or Settings Flow ID respectively. The value for this parameter comes from the flow
URL Query parameter sent to your application (e.g. /login?flow=abcde
or /settings?flow=abcde
). Each time a new login or settings flow is initiated, a new unique flow
ID is generated and used. This ensures that each flow instance is properly tracked and managed. You can refer to the [Ory API Reference](https://www.ory.sh/docs/reference/api) for more details.quaint-potato-13675
06/18/2024, 11:39 AMchilly-king-10285
06/18/2024, 11:39 AMchilly-king-10285
06/18/2024, 11:40 AMflow
to any value you want. The flow
ID is generated by the Ory system when a new flow (like a login or settings flow) is initiated. This ID is used to track and manage the specific instance of the flow. The value for the flow
parameter comes from the flow
URL Query parameter sent to your application (e.g. /login?flow=abcde
or /settings?flow=abcde
). Each time a new flow is initiated, a new unique flow
ID is generated. You can refer to the [Ory API Reference](https://www.ory.sh/docs/reference/api) for more details.quaint-potato-13675
06/18/2024, 11:41 AMchilly-king-10285
06/18/2024, 11:41 AMchilly-king-10285
06/18/2024, 11:41 AM