action keycloak_get_realm_authentication_flows { label: "Get authentication flows Returns a list of authentication flows." provider: keycloak method: GET path: "/{realm}/authentication/flows" encoding: json output: { type: "object" additionalProperties: true } }