Flow Definitions
OpenAPI operations for flow definition templates.
Flow definitions are templates for user journeys such as login, registration, and recovery. They describe the ordered capabilities a flow should resolve and execute at runtime.
Revoke session DELETE
Permanently deletes the session, terminating it immediately. This is the operator revoke path and requires the `session.delete` scope on a project-bound credential. End-user logout with the `__nextgen_session` cookie is `DELETE /sessions/me` (`nextgenSession` scheme). Idempotent: deleting a session that does not exist (or was already deleted) still returns 204. After deletion, any tokens derived from the session are invalidated.
List flow definitions GET
Retrieves a list of all flow definitions. This endpoint can be used to view existing flow definitions and their configurations.