ory-client 1.20.22__tar.gz → 1.20.23__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1259) hide show
  1. ory-client-1.20.23/PKG-INFO +14 -0
  2. ory-client-1.20.23/README.md +603 -0
  3. ory-client-1.20.23/ory_client/__init__.py +340 -0
  4. ory-client-1.20.23/ory_client/api/courier_api.py +622 -0
  5. ory-client-1.20.23/ory_client/api/events_api.py +1209 -0
  6. ory-client-1.20.23/ory_client/api/frontend_api.py +9521 -0
  7. ory-client-1.20.23/ory_client/api/identity_api.py +5380 -0
  8. ory-client-1.20.23/ory_client/api/jwk_api.py +1998 -0
  9. ory-client-1.20.23/ory_client/api/metadata_api.py +283 -0
  10. ory-client-1.20.23/ory_client/api/o_auth2_api.py +8754 -0
  11. ory-client-1.20.23/ory_client/api/oidc_api.py +2139 -0
  12. ory-client-1.20.23/ory_client/api/permission_api.py +2023 -0
  13. ory-client-1.20.23/ory_client/api/project_api.py +6196 -0
  14. ory-client-1.20.23/ory_client/api/relationship_api.py +1896 -0
  15. ory-client-1.20.23/ory_client/api/wellknown_api.py +282 -0
  16. ory-client-1.20.23/ory_client/api/workspace_api.py +2315 -0
  17. ory-client-1.20.23/ory_client/api_client.py +798 -0
  18. ory-client-1.20.23/ory_client/configuration.py +636 -0
  19. ory-client-1.20.23/ory_client/exceptions.py +217 -0
  20. ory-client-1.20.23/ory_client/models/__init__.py +311 -0
  21. ory-client-1.20.23/ory_client/models/accept_device_user_code_request.py +101 -0
  22. ory-client-1.20.23/ory_client/models/accept_o_auth2_consent_request.py +118 -0
  23. ory-client-1.20.23/ory_client/models/accept_o_auth2_consent_request_session.py +113 -0
  24. ory-client-1.20.23/ory_client/models/accept_o_auth2_login_request.py +117 -0
  25. ory-client-1.20.23/ory_client/models/account_experience_colors.py +387 -0
  26. ory-client-1.20.23/ory_client/models/account_experience_configuration.py +142 -0
  27. ory-client-1.20.23/ory_client/models/account_experience_theme_variables.py +282 -0
  28. ory-client-1.20.23/ory_client/models/active_project_in_console.py +101 -0
  29. ory-client-1.20.23/ory_client/models/add_project_to_workspace_body.py +117 -0
  30. ory-client-1.20.23/ory_client/models/attribute.py +103 -0
  31. ory-client-1.20.23/ory_client/models/attribute_filter.py +115 -0
  32. ory-client-1.20.23/ory_client/models/attributes_count_datapoint.py +103 -0
  33. ory-client-1.20.23/ory_client/models/authenticator_assurance_level.py +40 -0
  34. ory-client-1.20.23/ory_client/models/basic_organization.py +105 -0
  35. ory-client-1.20.23/ory_client/models/batch_check_permission_body.py +109 -0
  36. ory-client-1.20.23/ory_client/models/batch_check_permission_result.py +109 -0
  37. ory-client-1.20.23/ory_client/models/batch_patch_identities_response.py +109 -0
  38. ory-client-1.20.23/ory_client/models/billing_period_bucket.py +120 -0
  39. ory-client-1.20.23/ory_client/models/check_opl_syntax_result.py +109 -0
  40. ory-client-1.20.23/ory_client/models/check_permission_result.py +101 -0
  41. ory-client-1.20.23/ory_client/models/check_permission_result_with_error.py +103 -0
  42. ory-client-1.20.23/ory_client/models/cloud_account.py +107 -0
  43. ory-client-1.20.23/ory_client/models/consistency_request_parameters.py +111 -0
  44. ory-client-1.20.23/ory_client/models/continue_with.py +238 -0
  45. ory-client-1.20.23/ory_client/models/continue_with_recovery_ui.py +114 -0
  46. ory-client-1.20.23/ory_client/models/continue_with_recovery_ui_flow.py +103 -0
  47. ory-client-1.20.23/ory_client/models/continue_with_redirect_browser_to.py +110 -0
  48. ory-client-1.20.23/ory_client/models/continue_with_set_ory_session_token.py +110 -0
  49. ory-client-1.20.23/ory_client/models/continue_with_settings_ui.py +114 -0
  50. ory-client-1.20.23/ory_client/models/continue_with_settings_ui_flow.py +103 -0
  51. ory-client-1.20.23/ory_client/models/continue_with_verification_ui.py +114 -0
  52. ory-client-1.20.23/ory_client/models/continue_with_verification_ui_flow.py +105 -0
  53. ory-client-1.20.23/ory_client/models/courier_message_status.py +40 -0
  54. ory-client-1.20.23/ory_client/models/courier_message_type.py +38 -0
  55. ory-client-1.20.23/ory_client/models/create_custom_domain_body.py +109 -0
  56. ory-client-1.20.23/ory_client/models/create_event_stream_body.py +112 -0
  57. ory-client-1.20.23/ory_client/models/create_fedcm_flow_response.py +111 -0
  58. ory-client-1.20.23/ory_client/models/create_identity_body.py +162 -0
  59. ory-client-1.20.23/ory_client/models/create_invite_response.py +114 -0
  60. ory-client-1.20.23/ory_client/models/create_json_web_key_set.py +105 -0
  61. ory-client-1.20.23/ory_client/models/create_organization_onboarding_portal_link_body.py +104 -0
  62. ory-client-1.20.23/ory_client/models/create_project_api_key_request.py +104 -0
  63. ory-client-1.20.23/ory_client/models/create_project_body.py +124 -0
  64. ory-client-1.20.23/ory_client/models/create_project_branding.py +115 -0
  65. ory-client-1.20.23/ory_client/models/create_project_member_invite_body.py +101 -0
  66. ory-client-1.20.23/ory_client/models/create_project_normalized_payload.py +794 -0
  67. ory-client-1.20.23/ory_client/models/create_recovery_code_for_identity_body.py +116 -0
  68. ory-client-1.20.23/ory_client/models/create_recovery_link_for_identity_body.py +114 -0
  69. ory-client-1.20.23/ory_client/models/create_relationship_body.py +113 -0
  70. ory-client-1.20.23/ory_client/models/create_subscription_body.py +126 -0
  71. ory-client-1.20.23/ory_client/models/create_subscription_common.py +124 -0
  72. ory-client-1.20.23/ory_client/models/create_verifiable_credential_request_body.py +109 -0
  73. ory-client-1.20.23/ory_client/models/create_workspace_api_key_body.py +104 -0
  74. ory-client-1.20.23/ory_client/models/create_workspace_body.py +101 -0
  75. ory-client-1.20.23/ory_client/models/create_workspace_member_invite_body.py +110 -0
  76. ory-client-1.20.23/ory_client/models/create_workspace_subscription_body.py +124 -0
  77. ory-client-1.20.23/ory_client/models/credential_supported_draft00.py +107 -0
  78. ory-client-1.20.23/ory_client/models/custom_domain.py +132 -0
  79. ory-client-1.20.23/ory_client/models/delete_my_sessions_count.py +101 -0
  80. ory-client-1.20.23/ory_client/models/device_authorization.py +111 -0
  81. ory-client-1.20.23/ory_client/models/device_user_auth_request.py +116 -0
  82. ory-client-1.20.23/ory_client/models/email_template_data.py +107 -0
  83. ory-client-1.20.23/ory_client/models/email_template_data_body.py +103 -0
  84. ory-client-1.20.23/ory_client/models/error_authenticator_assurance_level_not_satisfied.py +107 -0
  85. ory-client-1.20.23/ory_client/models/error_browser_location_change_required.py +107 -0
  86. ory-client-1.20.23/ory_client/models/error_flow_replaced.py +107 -0
  87. ory-client-1.20.23/ory_client/models/error_generic.py +105 -0
  88. ory-client-1.20.23/ory_client/models/error_o_auth2.py +109 -0
  89. ory-client-1.20.23/ory_client/models/event_stream.py +112 -0
  90. ory-client-1.20.23/ory_client/models/expanded_permission_tree.py +125 -0
  91. ory-client-1.20.23/ory_client/models/flow_error.py +108 -0
  92. ory-client-1.20.23/ory_client/models/generic_error.py +126 -0
  93. ory-client-1.20.23/ory_client/models/generic_error_content.py +121 -0
  94. ory-client-1.20.23/ory_client/models/generic_usage.py +107 -0
  95. ory-client-1.20.23/ory_client/models/get_attributes_count_response.py +111 -0
  96. ory-client-1.20.23/ory_client/models/get_managed_identity_schema_location.py +101 -0
  97. ory-client-1.20.23/ory_client/models/get_metrics_event_attributes_response.py +103 -0
  98. ory-client-1.20.23/ory_client/models/get_metrics_event_types_response.py +103 -0
  99. ory-client-1.20.23/ory_client/models/get_organization_response.py +105 -0
  100. ory-client-1.20.23/ory_client/models/get_project_events_body.py +120 -0
  101. ory-client-1.20.23/ory_client/models/get_project_events_response.py +115 -0
  102. ory-client-1.20.23/ory_client/models/get_project_metrics_response.py +111 -0
  103. ory-client-1.20.23/ory_client/models/get_session_activity_response.py +111 -0
  104. ory-client-1.20.23/ory_client/models/get_version200_response.py +101 -0
  105. ory-client-1.20.23/ory_client/models/health_not_ready_status.py +101 -0
  106. ory-client-1.20.23/ory_client/models/health_status.py +101 -0
  107. ory-client-1.20.23/ory_client/models/identity.py +187 -0
  108. ory-client-1.20.23/ory_client/models/identity_credentials.py +122 -0
  109. ory-client-1.20.23/ory_client/models/identity_credentials_code.py +109 -0
  110. ory-client-1.20.23/ory_client/models/identity_credentials_code_address.py +103 -0
  111. ory-client-1.20.23/ory_client/models/identity_credentials_oidc.py +109 -0
  112. ory-client-1.20.23/ory_client/models/identity_credentials_oidc_provider.py +113 -0
  113. ory-client-1.20.23/ory_client/models/identity_credentials_password.py +103 -0
  114. ory-client-1.20.23/ory_client/models/identity_patch.py +107 -0
  115. ory-client-1.20.23/ory_client/models/identity_patch_response.py +122 -0
  116. ory-client-1.20.23/ory_client/models/identity_schema_container.py +103 -0
  117. ory-client-1.20.23/ory_client/models/identity_schema_preset.py +103 -0
  118. ory-client-1.20.23/ory_client/models/identity_with_credentials.py +117 -0
  119. ory-client-1.20.23/ory_client/models/identity_with_credentials_oidc.py +105 -0
  120. ory-client-1.20.23/ory_client/models/identity_with_credentials_oidc_config.py +109 -0
  121. ory-client-1.20.23/ory_client/models/identity_with_credentials_oidc_config_provider.py +112 -0
  122. ory-client-1.20.23/ory_client/models/identity_with_credentials_password.py +105 -0
  123. ory-client-1.20.23/ory_client/models/identity_with_credentials_password_config.py +105 -0
  124. ory-client-1.20.23/ory_client/models/identity_with_credentials_saml.py +105 -0
  125. ory-client-1.20.23/ory_client/models/identity_with_credentials_saml_config.py +109 -0
  126. ory-client-1.20.23/ory_client/models/identity_with_credentials_saml_config_provider.py +110 -0
  127. ory-client-1.20.23/ory_client/models/internal_get_project_branding_body.py +101 -0
  128. ory-client-1.20.23/ory_client/models/internal_is_ax_welcome_screen_enabled_for_project_body.py +103 -0
  129. ory-client-1.20.23/ory_client/models/internal_is_owner_for_project_by_slug_body.py +114 -0
  130. ory-client-1.20.23/ory_client/models/internal_is_owner_for_project_by_slug_response.py +101 -0
  131. ory-client-1.20.23/ory_client/models/introspected_o_auth2_token.py +127 -0
  132. ory-client-1.20.23/ory_client/models/invite_token_body.py +101 -0
  133. ory-client-1.20.23/ory_client/models/invoice.py +125 -0
  134. ory-client-1.20.23/ory_client/models/invoice_data_v1.py +153 -0
  135. ory-client-1.20.23/ory_client/models/is_owner_for_project_by_slug.py +103 -0
  136. ory-client-1.20.23/ory_client/models/json_patch.py +119 -0
  137. ory-client-1.20.23/ory_client/models/json_web_key.py +133 -0
  138. ory-client-1.20.23/ory_client/models/json_web_key_set.py +109 -0
  139. ory-client-1.20.23/ory_client/models/keto_namespace.py +103 -0
  140. ory-client-1.20.23/ory_client/models/keyset_pagination_request_parameters.py +104 -0
  141. ory-client-1.20.23/ory_client/models/keyset_pagination_response_headers.py +101 -0
  142. ory-client-1.20.23/ory_client/models/line_item_v1.py +120 -0
  143. ory-client-1.20.23/ory_client/models/list_event_streams.py +109 -0
  144. ory-client-1.20.23/ory_client/models/list_invoices_response.py +113 -0
  145. ory-client-1.20.23/ory_client/models/list_organizations_response.py +113 -0
  146. ory-client-1.20.23/ory_client/models/list_workspace_projects.py +113 -0
  147. ory-client-1.20.23/ory_client/models/list_workspaces.py +113 -0
  148. ory-client-1.20.23/ory_client/models/login_flow.py +165 -0
  149. ory-client-1.20.23/ory_client/models/login_flow_state.py +39 -0
  150. ory-client-1.20.23/ory_client/models/logout_flow.py +103 -0
  151. ory-client-1.20.23/ory_client/models/managed_identity_schema.py +120 -0
  152. ory-client-1.20.23/ory_client/models/managed_identity_schema_validation_result.py +103 -0
  153. ory-client-1.20.23/ory_client/models/member_invite.py +155 -0
  154. ory-client-1.20.23/ory_client/models/message.py +141 -0
  155. ory-client-1.20.23/ory_client/models/message_dispatch.py +119 -0
  156. ory-client-1.20.23/ory_client/models/metrics_datapoint.py +104 -0
  157. ory-client-1.20.23/ory_client/models/money.py +105 -0
  158. ory-client-1.20.23/ory_client/models/namespace.py +101 -0
  159. ory-client-1.20.23/ory_client/models/needs_privileged_session_error.py +107 -0
  160. ory-client-1.20.23/ory_client/models/normalized_project.py +182 -0
  161. ory-client-1.20.23/ory_client/models/normalized_project_revision.py +771 -0
  162. ory-client-1.20.23/ory_client/models/normalized_project_revision_courier_channel.py +145 -0
  163. ory-client-1.20.23/ory_client/models/normalized_project_revision_hook.py +140 -0
  164. ory-client-1.20.23/ory_client/models/normalized_project_revision_identity_schema.py +133 -0
  165. ory-client-1.20.23/ory_client/models/normalized_project_revision_saml_provider.py +139 -0
  166. ory-client-1.20.23/ory_client/models/normalized_project_revision_scim_client.py +130 -0
  167. ory-client-1.20.23/ory_client/models/normalized_project_revision_third_party_provider.py +218 -0
  168. ory-client-1.20.23/ory_client/models/normalized_project_revision_tokenizer_template.py +133 -0
  169. ory-client-1.20.23/ory_client/models/o_auth2_client.py +402 -0
  170. ory-client-1.20.23/ory_client/models/o_auth2_client_token_lifespans.py +321 -0
  171. ory-client-1.20.23/ory_client/models/o_auth2_consent_request.py +137 -0
  172. ory-client-1.20.23/ory_client/models/o_auth2_consent_request_open_id_connect_context.py +109 -0
  173. ory-client-1.20.23/ory_client/models/o_auth2_consent_session.py +132 -0
  174. ory-client-1.20.23/ory_client/models/o_auth2_consent_session_expires_at.py +110 -0
  175. ory-client-1.20.23/ory_client/models/o_auth2_login_request.py +125 -0
  176. ory-client-1.20.23/ory_client/models/o_auth2_logout_request.py +120 -0
  177. ory-client-1.20.23/ory_client/models/o_auth2_redirect_to.py +101 -0
  178. ory-client-1.20.23/ory_client/models/o_auth2_token_exchange.py +111 -0
  179. ory-client-1.20.23/ory_client/models/oidc_configuration.py +171 -0
  180. ory-client-1.20.23/ory_client/models/oidc_user_info.py +137 -0
  181. ory-client-1.20.23/ory_client/models/onboarding_portal_link.py +126 -0
  182. ory-client-1.20.23/ory_client/models/onboarding_portal_organization.py +127 -0
  183. ory-client-1.20.23/ory_client/models/organization.py +108 -0
  184. ory-client-1.20.23/ory_client/models/organization_body.py +103 -0
  185. ory-client-1.20.23/ory_client/models/organization_onboarding_portal_links_response.py +109 -0
  186. ory-client-1.20.23/ory_client/models/parse_error.py +112 -0
  187. ory-client-1.20.23/ory_client/models/patch_identities_body.py +109 -0
  188. ory-client-1.20.23/ory_client/models/perform_native_logout_body.py +101 -0
  189. ory-client-1.20.23/ory_client/models/permissions_on_workspace.py +101 -0
  190. ory-client-1.20.23/ory_client/models/plan.py +103 -0
  191. ory-client-1.20.23/ory_client/models/plan_details.py +128 -0
  192. ory-client-1.20.23/ory_client/models/post_check_permission_body.py +113 -0
  193. ory-client-1.20.23/ory_client/models/post_check_permission_or_error_body.py +113 -0
  194. ory-client-1.20.23/ory_client/models/project.py +176 -0
  195. ory-client-1.20.23/ory_client/models/project_api_key.py +128 -0
  196. ory-client-1.20.23/ory_client/models/project_branding.py +129 -0
  197. ory-client-1.20.23/ory_client/models/project_branding_colors.py +157 -0
  198. ory-client-1.20.23/ory_client/models/project_branding_theme.py +194 -0
  199. ory-client-1.20.23/ory_client/models/project_cors.py +103 -0
  200. ory-client-1.20.23/ory_client/models/project_events_datapoint.py +114 -0
  201. ory-client-1.20.23/ory_client/models/project_host.py +107 -0
  202. ory-client-1.20.23/ory_client/models/project_member.py +109 -0
  203. ory-client-1.20.23/ory_client/models/project_metadata.py +170 -0
  204. ory-client-1.20.23/ory_client/models/project_service_identity.py +101 -0
  205. ory-client-1.20.23/ory_client/models/project_service_o_auth2.py +101 -0
  206. ory-client-1.20.23/ory_client/models/project_service_permission.py +101 -0
  207. ory-client-1.20.23/ory_client/models/project_services.py +117 -0
  208. ory-client-1.20.23/ory_client/models/provider.py +113 -0
  209. ory-client-1.20.23/ory_client/models/quota_usage.py +120 -0
  210. ory-client-1.20.23/ory_client/models/recovery_code_for_identity.py +106 -0
  211. ory-client-1.20.23/ory_client/models/recovery_flow.py +139 -0
  212. ory-client-1.20.23/ory_client/models/recovery_flow_state.py +39 -0
  213. ory-client-1.20.23/ory_client/models/recovery_identity_address.py +110 -0
  214. ory-client-1.20.23/ory_client/models/recovery_link_for_identity.py +104 -0
  215. ory-client-1.20.23/ory_client/models/registration_flow.py +156 -0
  216. ory-client-1.20.23/ory_client/models/registration_flow_state.py +39 -0
  217. ory-client-1.20.23/ory_client/models/reject_o_auth2_request.py +109 -0
  218. ory-client-1.20.23/ory_client/models/relation_query.py +113 -0
  219. ory-client-1.20.23/ory_client/models/relationship.py +113 -0
  220. ory-client-1.20.23/ory_client/models/relationship_namespaces.py +109 -0
  221. ory-client-1.20.23/ory_client/models/relationship_patch.py +117 -0
  222. ory-client-1.20.23/ory_client/models/relationships.py +111 -0
  223. ory-client-1.20.23/ory_client/models/rfc6749_error_json.py +109 -0
  224. ory-client-1.20.23/ory_client/models/schema_patch.py +103 -0
  225. ory-client-1.20.23/ory_client/models/self_service_flow_expired_error.py +112 -0
  226. ory-client-1.20.23/ory_client/models/session.py +141 -0
  227. ory-client-1.20.23/ory_client/models/session_activity_datapoint.py +105 -0
  228. ory-client-1.20.23/ory_client/models/session_authentication_method.py +121 -0
  229. ory-client-1.20.23/ory_client/models/session_device.py +107 -0
  230. ory-client-1.20.23/ory_client/models/set_active_project_in_console_body.py +101 -0
  231. ory-client-1.20.23/ory_client/models/set_custom_domain_body.py +109 -0
  232. ory-client-1.20.23/ory_client/models/set_event_stream_body.py +112 -0
  233. ory-client-1.20.23/ory_client/models/set_organization_from_onboarding_portal_link_body.py +121 -0
  234. ory-client-1.20.23/ory_client/models/set_project.py +128 -0
  235. ory-client-1.20.23/ory_client/models/set_project_branding_theme_body.py +115 -0
  236. ory-client-1.20.23/ory_client/models/settings_flow.py +145 -0
  237. ory-client-1.20.23/ory_client/models/settings_flow_state.py +38 -0
  238. ory-client-1.20.23/ory_client/models/source_position.py +103 -0
  239. ory-client-1.20.23/ory_client/models/subject_set.py +105 -0
  240. ory-client-1.20.23/ory_client/models/subscription.py +179 -0
  241. ory-client-1.20.23/ory_client/models/successful_code_exchange_response.py +107 -0
  242. ory-client-1.20.23/ory_client/models/successful_native_login.py +117 -0
  243. ory-client-1.20.23/ory_client/models/successful_native_registration.py +123 -0
  244. ory-client-1.20.23/ory_client/models/successful_project_update.py +115 -0
  245. ory-client-1.20.23/ory_client/models/tax_line_item.py +103 -0
  246. ory-client-1.20.23/ory_client/models/time_interval.py +104 -0
  247. ory-client-1.20.23/ory_client/models/token_pagination.py +104 -0
  248. ory-client-1.20.23/ory_client/models/token_pagination_headers.py +103 -0
  249. ory-client-1.20.23/ory_client/models/token_pagination_request_parameters.py +104 -0
  250. ory-client-1.20.23/ory_client/models/token_pagination_response_headers.py +103 -0
  251. ory-client-1.20.23/ory_client/models/trust_o_auth2_jwt_grant_issuer.py +116 -0
  252. ory-client-1.20.23/ory_client/models/trusted_o_auth2_jwt_grant_issuer.py +120 -0
  253. ory-client-1.20.23/ory_client/models/trusted_o_auth2_jwt_grant_json_web_key.py +103 -0
  254. ory-client-1.20.23/ory_client/models/ui_container.py +123 -0
  255. ory-client-1.20.23/ory_client/models/ui_node.py +139 -0
  256. ory-client-1.20.23/ory_client/models/ui_node_anchor_attributes.py +118 -0
  257. ory-client-1.20.23/ory_client/models/ui_node_attributes.py +262 -0
  258. ory-client-1.20.23/ory_client/models/ui_node_division_attributes.py +114 -0
  259. ory-client-1.20.23/ory_client/models/ui_node_image_attributes.py +116 -0
  260. ory-client-1.20.23/ory_client/models/ui_node_input_attributes.py +180 -0
  261. ory-client-1.20.23/ory_client/models/ui_node_meta.py +105 -0
  262. ory-client-1.20.23/ory_client/models/ui_node_script_attributes.py +124 -0
  263. ory-client-1.20.23/ory_client/models/ui_node_text_attributes.py +116 -0
  264. ory-client-1.20.23/ory_client/models/ui_text.py +114 -0
  265. ory-client-1.20.23/ory_client/models/update_fedcm_flow_body.py +107 -0
  266. ory-client-1.20.23/ory_client/models/update_identity_body.py +132 -0
  267. ory-client-1.20.23/ory_client/models/update_login_flow_body.py +334 -0
  268. ory-client-1.20.23/ory_client/models/update_login_flow_with_code_method.py +113 -0
  269. ory-client-1.20.23/ory_client/models/update_login_flow_with_identifier_first_method.py +107 -0
  270. ory-client-1.20.23/ory_client/models/update_login_flow_with_lookup_secret_method.py +105 -0
  271. ory-client-1.20.23/ory_client/models/update_login_flow_with_oidc_method.py +115 -0
  272. ory-client-1.20.23/ory_client/models/update_login_flow_with_passkey_method.py +105 -0
  273. ory-client-1.20.23/ory_client/models/update_login_flow_with_password_method.py +111 -0
  274. ory-client-1.20.23/ory_client/models/update_login_flow_with_saml_method.py +107 -0
  275. ory-client-1.20.23/ory_client/models/update_login_flow_with_totp_method.py +107 -0
  276. ory-client-1.20.23/ory_client/models/update_login_flow_with_web_authn_method.py +109 -0
  277. ory-client-1.20.23/ory_client/models/update_organization_onboarding_portal_link_body.py +104 -0
  278. ory-client-1.20.23/ory_client/models/update_recovery_flow_body.py +166 -0
  279. ory-client-1.20.23/ory_client/models/update_recovery_flow_with_code_method.py +116 -0
  280. ory-client-1.20.23/ory_client/models/update_recovery_flow_with_link_method.py +114 -0
  281. ory-client-1.20.23/ory_client/models/update_registration_flow_body.py +286 -0
  282. ory-client-1.20.23/ory_client/models/update_registration_flow_with_code_method.py +111 -0
  283. ory-client-1.20.23/ory_client/models/update_registration_flow_with_oidc_method.py +115 -0
  284. ory-client-1.20.23/ory_client/models/update_registration_flow_with_passkey_method.py +109 -0
  285. ory-client-1.20.23/ory_client/models/update_registration_flow_with_password_method.py +109 -0
  286. ory-client-1.20.23/ory_client/models/update_registration_flow_with_profile_method.py +119 -0
  287. ory-client-1.20.23/ory_client/models/update_registration_flow_with_saml_method.py +109 -0
  288. ory-client-1.20.23/ory_client/models/update_registration_flow_with_web_authn_method.py +111 -0
  289. ory-client-1.20.23/ory_client/models/update_settings_flow_body.py +310 -0
  290. ory-client-1.20.23/ory_client/models/update_settings_flow_with_lookup_method.py +113 -0
  291. ory-client-1.20.23/ory_client/models/update_settings_flow_with_oidc_method.py +113 -0
  292. ory-client-1.20.23/ory_client/models/update_settings_flow_with_passkey_method.py +107 -0
  293. ory-client-1.20.23/ory_client/models/update_settings_flow_with_password_method.py +107 -0
  294. ory-client-1.20.23/ory_client/models/update_settings_flow_with_profile_method.py +107 -0
  295. ory-client-1.20.23/ory_client/models/update_settings_flow_with_saml_method.py +113 -0
  296. ory-client-1.20.23/ory_client/models/update_settings_flow_with_totp_method.py +109 -0
  297. ory-client-1.20.23/ory_client/models/update_settings_flow_with_web_authn_method.py +111 -0
  298. ory-client-1.20.23/ory_client/models/update_subscription_body.py +112 -0
  299. ory-client-1.20.23/ory_client/models/update_verification_flow_body.py +166 -0
  300. ory-client-1.20.23/ory_client/models/update_verification_flow_with_code_method.py +116 -0
  301. ory-client-1.20.23/ory_client/models/update_verification_flow_with_link_method.py +114 -0
  302. ory-client-1.20.23/ory_client/models/update_workspace_body.py +101 -0
  303. ory-client-1.20.23/ory_client/models/usage.py +105 -0
  304. ory-client-1.20.23/ory_client/models/verifiable_credential_priming_response.py +115 -0
  305. ory-client-1.20.23/ory_client/models/verifiable_credential_proof.py +103 -0
  306. ory-client-1.20.23/ory_client/models/verifiable_credential_response.py +103 -0
  307. ory-client-1.20.23/ory_client/models/verifiable_identity_address.py +123 -0
  308. ory-client-1.20.23/ory_client/models/verification_flow.py +129 -0
  309. ory-client-1.20.23/ory_client/models/verification_flow_state.py +39 -0
  310. ory-client-1.20.23/ory_client/models/verify_user_code_request.py +118 -0
  311. ory-client-1.20.23/ory_client/models/version.py +101 -0
  312. ory-client-1.20.23/ory_client/models/warning.py +103 -0
  313. ory-client-1.20.23/ory_client/models/workspace.py +122 -0
  314. ory-client-1.20.23/ory_client/models/workspace_api_key.py +128 -0
  315. ory-client-1.20.23/ory_client/rest.py +259 -0
  316. ory-client-1.20.23/ory_client.egg-info/PKG-INFO +14 -0
  317. ory-client-1.20.23/pyproject.toml +89 -0
  318. ory-client-1.20.23/setup.py +51 -0
  319. ory-client-1.20.23/test/test_accept_device_user_code_request.py +52 -0
  320. ory-client-1.20.23/test/test_accept_o_auth2_consent_request.py +64 -0
  321. ory-client-1.20.23/test/test_accept_o_auth2_consent_request_session.py +53 -0
  322. ory-client-1.20.23/test/test_accept_o_auth2_login_request.py +63 -0
  323. ory-client-1.20.23/test/test_account_experience_colors.py +195 -0
  324. ory-client-1.20.23/test/test_account_experience_configuration.py +82 -0
  325. ory-client-1.20.23/test/test_account_experience_theme_variables.py +142 -0
  326. ory-client-1.20.23/test/test_active_project_in_console.py +52 -0
  327. ory-client-1.20.23/test/test_add_project_to_workspace_body.py +55 -0
  328. ory-client-1.20.23/test/test_attribute.py +53 -0
  329. ory-client-1.20.23/test/test_attribute_filter.py +54 -0
  330. ory-client-1.20.23/test/test_attributes_count_datapoint.py +55 -0
  331. ory-client-1.20.23/test/test_authenticator_assurance_level.py +34 -0
  332. ory-client-1.20.23/test/test_basic_organization.py +61 -0
  333. ory-client-1.20.23/test/test_batch_check_permission_body.py +62 -0
  334. ory-client-1.20.23/test/test_batch_check_permission_result.py +61 -0
  335. ory-client-1.20.23/test/test_batch_patch_identities_response.py +58 -0
  336. ory-client-1.20.23/test/test_billing_period_bucket.py +112 -0
  337. ory-client-1.20.23/test/test_check_opl_syntax_result.py +61 -0
  338. ory-client-1.20.23/test/test_check_permission_result.py +53 -0
  339. ory-client-1.20.23/test/test_check_permission_result_with_error.py +54 -0
  340. ory-client-1.20.23/test/test_cloud_account.py +59 -0
  341. ory-client-1.20.23/test/test_consistency_request_parameters.py +52 -0
  342. ory-client-1.20.23/test/test_continue_with.py +63 -0
  343. ory-client-1.20.23/test/test_continue_with_recovery_ui.py +59 -0
  344. ory-client-1.20.23/test/test_continue_with_recovery_ui_flow.py +54 -0
  345. ory-client-1.20.23/test/test_continue_with_redirect_browser_to.py +55 -0
  346. ory-client-1.20.23/test/test_continue_with_set_ory_session_token.py +55 -0
  347. ory-client-1.20.23/test/test_continue_with_settings_ui.py +59 -0
  348. ory-client-1.20.23/test/test_continue_with_settings_ui_flow.py +54 -0
  349. ory-client-1.20.23/test/test_continue_with_verification_ui.py +61 -0
  350. ory-client-1.20.23/test/test_continue_with_verification_ui_flow.py +56 -0
  351. ory-client-1.20.23/test/test_courier_api.py +46 -0
  352. ory-client-1.20.23/test/test_courier_message_status.py +34 -0
  353. ory-client-1.20.23/test/test_courier_message_type.py +34 -0
  354. ory-client-1.20.23/test/test_create_custom_domain_body.py +58 -0
  355. ory-client-1.20.23/test/test_create_event_stream_body.py +57 -0
  356. ory-client-1.20.23/test/test_create_fedcm_flow_response.py +66 -0
  357. ory-client-1.20.23/test/test_create_identity_body.py +90 -0
  358. ory-client-1.20.23/test/test_create_invite_response.py +103 -0
  359. ory-client-1.20.23/test/test_create_json_web_key_set.py +57 -0
  360. ory-client-1.20.23/test/test_create_organization_onboarding_portal_link_body.py +54 -0
  361. ory-client-1.20.23/test/test_create_project_api_key_request.py +54 -0
  362. ory-client-1.20.23/test/test_create_project_body.py +57 -0
  363. ory-client-1.20.23/test/test_create_project_branding.py +86 -0
  364. ory-client-1.20.23/test/test_create_project_member_invite_body.py +52 -0
  365. ory-client-1.20.23/test/test_create_project_normalized_payload.py +454 -0
  366. ory-client-1.20.23/test/test_create_recovery_code_for_identity_body.py +55 -0
  367. ory-client-1.20.23/test/test_create_recovery_link_for_identity_body.py +54 -0
  368. ory-client-1.20.23/test/test_create_relationship_body.py +59 -0
  369. ory-client-1.20.23/test/test_create_subscription_body.py +59 -0
  370. ory-client-1.20.23/test/test_create_subscription_common.py +57 -0
  371. ory-client-1.20.23/test/test_create_verifiable_credential_request_body.py +58 -0
  372. ory-client-1.20.23/test/test_create_workspace_api_key_body.py +54 -0
  373. ory-client-1.20.23/test/test_create_workspace_body.py +53 -0
  374. ory-client-1.20.23/test/test_create_workspace_member_invite_body.py +55 -0
  375. ory-client-1.20.23/test/test_create_workspace_subscription_body.py +57 -0
  376. ory-client-1.20.23/test/test_credential_supported_draft00.py +61 -0
  377. ory-client-1.20.23/test/test_custom_domain.py +66 -0
  378. ory-client-1.20.23/test/test_delete_my_sessions_count.py +52 -0
  379. ory-client-1.20.23/test/test_device_authorization.py +57 -0
  380. ory-client-1.20.23/test/test_device_user_auth_request.py +139 -0
  381. ory-client-1.20.23/test/test_email_template_data.py +59 -0
  382. ory-client-1.20.23/test/test_email_template_data_body.py +55 -0
  383. ory-client-1.20.23/test/test_error_authenticator_assurance_level_not_satisfied.py +67 -0
  384. ory-client-1.20.23/test/test_error_browser_location_change_required.py +59 -0
  385. ory-client-1.20.23/test/test_error_flow_replaced.py +67 -0
  386. ory-client-1.20.23/test/test_error_generic.py +63 -0
  387. ory-client-1.20.23/test/test_error_o_auth2.py +56 -0
  388. ory-client-1.20.23/test/test_event_stream.py +57 -0
  389. ory-client-1.20.23/test/test_events_api.py +60 -0
  390. ory-client-1.20.23/test/test_expanded_permission_tree.py +84 -0
  391. ory-client-1.20.23/test/test_flow_error.py +56 -0
  392. ory-client-1.20.23/test/test_frontend_api.py +256 -0
  393. ory-client-1.20.23/test/test_generic_error.py +66 -0
  394. ory-client-1.20.23/test/test_generic_error_content.py +57 -0
  395. ory-client-1.20.23/test/test_generic_usage.py +61 -0
  396. ory-client-1.20.23/test/test_get_attributes_count_response.py +61 -0
  397. ory-client-1.20.23/test/test_get_managed_identity_schema_location.py +52 -0
  398. ory-client-1.20.23/test/test_get_metrics_event_attributes_response.py +57 -0
  399. ory-client-1.20.23/test/test_get_metrics_event_types_response.py +57 -0
  400. ory-client-1.20.23/test/test_get_organization_response.py +65 -0
  401. ory-client-1.20.23/test/test_get_project_events_body.py +64 -0
  402. ory-client-1.20.23/test/test_get_project_events_response.py +72 -0
  403. ory-client-1.20.23/test/test_get_project_metrics_response.py +61 -0
  404. ory-client-1.20.23/test/test_get_session_activity_response.py +63 -0
  405. ory-client-1.20.23/test/test_get_version200_response.py +53 -0
  406. ory-client-1.20.23/test/test_health_not_ready_status.py +54 -0
  407. ory-client-1.20.23/test/test_health_status.py +52 -0
  408. ory-client-1.20.23/test/test_identity.py +96 -0
  409. ory-client-1.20.23/test/test_identity_api.py +158 -0
  410. ory-client-1.20.23/test/test_identity_credentials.py +59 -0
  411. ory-client-1.20.23/test/test_identity_credentials_code.py +56 -0
  412. ory-client-1.20.23/test/test_identity_credentials_code_address.py +53 -0
  413. ory-client-1.20.23/test/test_identity_credentials_oidc.py +61 -0
  414. ory-client-1.20.23/test/test_identity_credentials_oidc_provider.py +58 -0
  415. ory-client-1.20.23/test/test_identity_credentials_password.py +53 -0
  416. ory-client-1.20.23/test/test_identity_patch.py +90 -0
  417. ory-client-1.20.23/test/test_identity_patch_response.py +55 -0
  418. ory-client-1.20.23/test/test_identity_schema_container.py +53 -0
  419. ory-client-1.20.23/test/test_identity_schema_preset.py +55 -0
  420. ory-client-1.20.23/test/test_identity_with_credentials.py +72 -0
  421. ory-client-1.20.23/test/test_identity_with_credentials_oidc.py +59 -0
  422. ory-client-1.20.23/test/test_identity_with_credentials_oidc_config.py +58 -0
  423. ory-client-1.20.23/test/test_identity_with_credentials_oidc_config_provider.py +57 -0
  424. ory-client-1.20.23/test/test_identity_with_credentials_password.py +55 -0
  425. ory-client-1.20.23/test/test_identity_with_credentials_password_config.py +54 -0
  426. ory-client-1.20.23/test/test_identity_with_credentials_saml.py +58 -0
  427. ory-client-1.20.23/test/test_identity_with_credentials_saml_config.py +57 -0
  428. ory-client-1.20.23/test/test_identity_with_credentials_saml_config_provider.py +56 -0
  429. ory-client-1.20.23/test/test_internal_get_project_branding_body.py +52 -0
  430. ory-client-1.20.23/test/test_internal_is_ax_welcome_screen_enabled_for_project_body.py +55 -0
  431. ory-client-1.20.23/test/test_internal_is_owner_for_project_by_slug_body.py +58 -0
  432. ory-client-1.20.23/test/test_internal_is_owner_for_project_by_slug_response.py +53 -0
  433. ory-client-1.20.23/test/test_introspected_o_auth2_token.py +70 -0
  434. ory-client-1.20.23/test/test_invite_token_body.py +53 -0
  435. ory-client-1.20.23/test/test_invoice.py +82 -0
  436. ory-client-1.20.23/test/test_invoice_data_v1.py +88 -0
  437. ory-client-1.20.23/test/test_is_owner_for_project_by_slug.py +55 -0
  438. ory-client-1.20.23/test/test_json_patch.py +57 -0
  439. ory-client-1.20.23/test/test_json_web_key.py +74 -0
  440. ory-client-1.20.23/test/test_json_web_key_set.py +73 -0
  441. ory-client-1.20.23/test/test_jwk_api.py +81 -0
  442. ory-client-1.20.23/test/test_keto_namespace.py +53 -0
  443. ory-client-1.20.23/test/test_keyset_pagination_request_parameters.py +53 -0
  444. ory-client-1.20.23/test/test_keyset_pagination_response_headers.py +52 -0
  445. ory-client-1.20.23/test/test_line_item_v1.py +64 -0
  446. ory-client-1.20.23/test/test_list_event_streams.py +60 -0
  447. ory-client-1.20.23/test/test_list_invoices_response.py +139 -0
  448. ory-client-1.20.23/test/test_list_organizations_response.py +73 -0
  449. ory-client-1.20.23/test/test_list_workspace_projects.py +99 -0
  450. ory-client-1.20.23/test/test_list_workspaces.py +73 -0
  451. ory-client-1.20.23/test/test_login_flow.py +221 -0
  452. ory-client-1.20.23/test/test_login_flow_state.py +34 -0
  453. ory-client-1.20.23/test/test_logout_flow.py +55 -0
  454. ory-client-1.20.23/test/test_managed_identity_schema.py +64 -0
  455. ory-client-1.20.23/test/test_managed_identity_schema_validation_result.py +53 -0
  456. ory-client-1.20.23/test/test_member_invite.py +69 -0
  457. ory-client-1.20.23/test/test_message.py +81 -0
  458. ory-client-1.20.23/test/test_message_dispatch.py +62 -0
  459. ory-client-1.20.23/test/test_metadata_api.py +39 -0
  460. ory-client-1.20.23/test/test_metrics_datapoint.py +55 -0
  461. ory-client-1.20.23/test/test_money.py +54 -0
  462. ory-client-1.20.23/test/test_namespace.py +52 -0
  463. ory-client-1.20.23/test/test_needs_privileged_session_error.py +68 -0
  464. ory-client-1.20.23/test/test_normalized_project.py +802 -0
  465. ory-client-1.20.23/test/test_normalized_project_revision.py +450 -0
  466. ory-client-1.20.23/test/test_normalized_project_revision_courier_channel.py +67 -0
  467. ory-client-1.20.23/test/test_normalized_project_revision_hook.py +71 -0
  468. ory-client-1.20.23/test/test_normalized_project_revision_identity_schema.py +68 -0
  469. ory-client-1.20.23/test/test_normalized_project_revision_saml_provider.py +61 -0
  470. ory-client-1.20.23/test/test_normalized_project_revision_scim_client.py +64 -0
  471. ory-client-1.20.23/test/test_normalized_project_revision_third_party_provider.py +82 -0
  472. ory-client-1.20.23/test/test_normalized_project_revision_tokenizer_template.py +59 -0
  473. ory-client-1.20.23/test/test_o_auth2_api.py +249 -0
  474. ory-client-1.20.23/test/test_o_auth2_client.py +140 -0
  475. ory-client-1.20.23/test/test_o_auth2_client_token_lifespans.py +64 -0
  476. ory-client-1.20.23/test/test_o_auth2_consent_request.py +161 -0
  477. ory-client-1.20.23/test/test_o_auth2_consent_request_open_id_connect_context.py +62 -0
  478. ory-client-1.20.23/test/test_o_auth2_consent_session.py +175 -0
  479. ory-client-1.20.23/test/test_o_auth2_consent_session_expires_at.py +56 -0
  480. ory-client-1.20.23/test/test_o_auth2_login_request.py +234 -0
  481. ory-client-1.20.23/test/test_o_auth2_logout_request.py +136 -0
  482. ory-client-1.20.23/test/test_o_auth2_redirect_to.py +53 -0
  483. ory-client-1.20.23/test/test_o_auth2_token_exchange.py +57 -0
  484. ory-client-1.20.23/test/test_oidc_api.py +88 -0
  485. ory-client-1.20.23/test/test_oidc_configuration.py +141 -0
  486. ory-client-1.20.23/test/test_oidc_user_info.py +70 -0
  487. ory-client-1.20.23/test/test_onboarding_portal_link.py +63 -0
  488. ory-client-1.20.23/test/test_onboarding_portal_organization.py +151 -0
  489. ory-client-1.20.23/test/test_organization.py +63 -0
  490. ory-client-1.20.23/test/test_organization_body.py +55 -0
  491. ory-client-1.20.23/test/test_organization_onboarding_portal_links_response.py +71 -0
  492. ory-client-1.20.23/test/test_parse_error.py +58 -0
  493. ory-client-1.20.23/test/test_patch_identities_body.py +93 -0
  494. ory-client-1.20.23/test/test_perform_native_logout_body.py +53 -0
  495. ory-client-1.20.23/test/test_permission_api.py +74 -0
  496. ory-client-1.20.23/test/test_permissions_on_workspace.py +54 -0
  497. ory-client-1.20.23/test/test_plan.py +55 -0
  498. ory-client-1.20.23/test/test_plan_details.py +80 -0
  499. ory-client-1.20.23/test/test_post_check_permission_body.py +59 -0
  500. ory-client-1.20.23/test/test_post_check_permission_or_error_body.py +59 -0
  501. ory-client-1.20.23/test/test_project.py +106 -0
  502. ory-client-1.20.23/test/test_project_api.py +179 -0
  503. ory-client-1.20.23/test/test_project_api_key.py +62 -0
  504. ory-client-1.20.23/test/test_project_branding.py +599 -0
  505. ory-client-1.20.23/test/test_project_branding_colors.py +80 -0
  506. ory-client-1.20.23/test/test_project_branding_theme.py +189 -0
  507. ory-client-1.20.23/test/test_project_cors.py +55 -0
  508. ory-client-1.20.23/test/test_project_events_datapoint.py +65 -0
  509. ory-client-1.20.23/test/test_project_host.py +57 -0
  510. ory-client-1.20.23/test/test_project_member.py +61 -0
  511. ory-client-1.20.23/test/test_project_metadata.py +83 -0
  512. ory-client-1.20.23/test/test_project_service_identity.py +53 -0
  513. ory-client-1.20.23/test/test_project_service_o_auth2.py +53 -0
  514. ory-client-1.20.23/test/test_project_service_permission.py +53 -0
  515. ory-client-1.20.23/test/test_project_services.py +57 -0
  516. ory-client-1.20.23/test/test_provider.py +62 -0
  517. ory-client-1.20.23/test/test_quota_usage.py +65 -0
  518. ory-client-1.20.23/test/test_recovery_code_for_identity.py +56 -0
  519. ory-client-1.20.23/test/test_recovery_flow.py +119 -0
  520. ory-client-1.20.23/test/test_recovery_flow_state.py +34 -0
  521. ory-client-1.20.23/test/test_recovery_identity_address.py +59 -0
  522. ory-client-1.20.23/test/test_recovery_link_for_identity.py +54 -0
  523. ory-client-1.20.23/test/test_registration_flow.py +217 -0
  524. ory-client-1.20.23/test/test_registration_flow_state.py +34 -0
  525. ory-client-1.20.23/test/test_reject_o_auth2_request.py +56 -0
  526. ory-client-1.20.23/test/test_relation_query.py +59 -0
  527. ory-client-1.20.23/test/test_relationship.py +62 -0
  528. ory-client-1.20.23/test/test_relationship_api.py +74 -0
  529. ory-client-1.20.23/test/test_relationship_namespaces.py +55 -0
  530. ory-client-1.20.23/test/test_relationship_patch.py +61 -0
  531. ory-client-1.20.23/test/test_relationships.py +63 -0
  532. ory-client-1.20.23/test/test_rfc6749_error_json.py +56 -0
  533. ory-client-1.20.23/test/test_schema_patch.py +55 -0
  534. ory-client-1.20.23/test/test_self_service_flow_expired_error.py +69 -0
  535. ory-client-1.20.23/test/test_session.py +116 -0
  536. ory-client-1.20.23/test/test_session_activity_datapoint.py +57 -0
  537. ory-client-1.20.23/test/test_session_authentication_method.py +56 -0
  538. ory-client-1.20.23/test/test_session_device.py +56 -0
  539. ory-client-1.20.23/test/test_set_active_project_in_console_body.py +53 -0
  540. ory-client-1.20.23/test/test_set_custom_domain_body.py +58 -0
  541. ory-client-1.20.23/test/test_set_event_stream_body.py +57 -0
  542. ory-client-1.20.23/test/test_set_organization_from_onboarding_portal_link_body.py +147 -0
  543. ory-client-1.20.23/test/test_set_project.py +103 -0
  544. ory-client-1.20.23/test/test_set_project_branding_theme_body.py +86 -0
  545. ory-client-1.20.23/test/test_settings_flow.py +203 -0
  546. ory-client-1.20.23/test/test_settings_flow_state.py +34 -0
  547. ory-client-1.20.23/test/test_source_position.py +53 -0
  548. ory-client-1.20.23/test/test_subject_set.py +57 -0
  549. ory-client-1.20.23/test/test_subscription.py +92 -0
  550. ory-client-1.20.23/test/test_successful_code_exchange_response.py +182 -0
  551. ory-client-1.20.23/test/test_successful_native_login.py +185 -0
  552. ory-client-1.20.23/test/test_successful_native_registration.py +204 -0
  553. ory-client-1.20.23/test/test_successful_project_update.py +123 -0
  554. ory-client-1.20.23/test/test_tax_line_item.py +53 -0
  555. ory-client-1.20.23/test/test_time_interval.py +55 -0
  556. ory-client-1.20.23/test/test_token_pagination.py +53 -0
  557. ory-client-1.20.23/test/test_token_pagination_headers.py +53 -0
  558. ory-client-1.20.23/test/test_token_pagination_request_parameters.py +53 -0
  559. ory-client-1.20.23/test/test_token_pagination_response_headers.py +53 -0
  560. ory-client-1.20.23/test/test_trust_o_auth2_jwt_grant_issuer.py +99 -0
  561. ory-client-1.20.23/test/test_trusted_o_auth2_jwt_grant_issuer.py +61 -0
  562. ory-client-1.20.23/test/test_trusted_o_auth2_jwt_grant_json_web_key.py +53 -0
  563. ory-client-1.20.23/test/test_ui_container.py +100 -0
  564. ory-client-1.20.23/test/test_ui_node.py +83 -0
  565. ory-client-1.20.23/test/test_ui_node_anchor_attributes.py +67 -0
  566. ory-client-1.20.23/test/test_ui_node_attributes.py +117 -0
  567. ory-client-1.20.23/test/test_ui_node_division_attributes.py +59 -0
  568. ory-client-1.20.23/test/test_ui_node_image_attributes.py +61 -0
  569. ory-client-1.20.23/test/test_ui_node_input_attributes.py +73 -0
  570. ory-client-1.20.23/test/test_ui_node_meta.py +56 -0
  571. ory-client-1.20.23/test/test_ui_node_script_attributes.py +69 -0
  572. ory-client-1.20.23/test/test_ui_node_text_attributes.py +65 -0
  573. ory-client-1.20.23/test/test_ui_text.py +58 -0
  574. ory-client-1.20.23/test/test_update_fedcm_flow_body.py +57 -0
  575. ory-client-1.20.23/test/test_update_identity_body.py +71 -0
  576. ory-client-1.20.23/test/test_update_login_flow_body.py +76 -0
  577. ory-client-1.20.23/test/test_update_login_flow_with_code_method.py +60 -0
  578. ory-client-1.20.23/test/test_update_login_flow_with_identifier_first_method.py +57 -0
  579. ory-client-1.20.23/test/test_update_login_flow_with_lookup_secret_method.py +56 -0
  580. ory-client-1.20.23/test/test_update_login_flow_with_oidc_method.py +61 -0
  581. ory-client-1.20.23/test/test_update_login_flow_with_passkey_method.py +55 -0
  582. ory-client-1.20.23/test/test_update_login_flow_with_password_method.py +60 -0
  583. ory-client-1.20.23/test/test_update_login_flow_with_saml_method.py +57 -0
  584. ory-client-1.20.23/test/test_update_login_flow_with_totp_method.py +57 -0
  585. ory-client-1.20.23/test/test_update_login_flow_with_web_authn_method.py +58 -0
  586. ory-client-1.20.23/test/test_update_organization_onboarding_portal_link_body.py +54 -0
  587. ory-client-1.20.23/test/test_update_recovery_flow_body.py +58 -0
  588. ory-client-1.20.23/test/test_update_recovery_flow_with_code_method.py +57 -0
  589. ory-client-1.20.23/test/test_update_recovery_flow_with_link_method.py +57 -0
  590. ory-client-1.20.23/test/test_update_registration_flow_body.py +70 -0
  591. ory-client-1.20.23/test/test_update_registration_flow_with_code_method.py +59 -0
  592. ory-client-1.20.23/test/test_update_registration_flow_with_oidc_method.py +61 -0
  593. ory-client-1.20.23/test/test_update_registration_flow_with_passkey_method.py +58 -0
  594. ory-client-1.20.23/test/test_update_registration_flow_with_password_method.py +59 -0
  595. ory-client-1.20.23/test/test_update_registration_flow_with_profile_method.py +58 -0
  596. ory-client-1.20.23/test/test_update_registration_flow_with_saml_method.py +58 -0
  597. ory-client-1.20.23/test/test_update_registration_flow_with_web_authn_method.py +59 -0
  598. ory-client-1.20.23/test/test_update_settings_flow_body.py +74 -0
  599. ory-client-1.20.23/test/test_update_settings_flow_with_lookup_method.py +59 -0
  600. ory-client-1.20.23/test/test_update_settings_flow_with_oidc_method.py +59 -0
  601. ory-client-1.20.23/test/test_update_settings_flow_with_passkey_method.py +56 -0
  602. ory-client-1.20.23/test/test_update_settings_flow_with_password_method.py +57 -0
  603. ory-client-1.20.23/test/test_update_settings_flow_with_profile_method.py +57 -0
  604. ory-client-1.20.23/test/test_update_settings_flow_with_saml_method.py +59 -0
  605. ory-client-1.20.23/test/test_update_settings_flow_with_totp_method.py +57 -0
  606. ory-client-1.20.23/test/test_update_settings_flow_with_web_authn_method.py +58 -0
  607. ory-client-1.20.23/test/test_update_subscription_body.py +56 -0
  608. ory-client-1.20.23/test/test_update_verification_flow_body.py +58 -0
  609. ory-client-1.20.23/test/test_update_verification_flow_with_code_method.py +57 -0
  610. ory-client-1.20.23/test/test_update_verification_flow_with_link_method.py +57 -0
  611. ory-client-1.20.23/test/test_update_workspace_body.py +53 -0
  612. ory-client-1.20.23/test/test_usage.py +57 -0
  613. ory-client-1.20.23/test/test_verifiable_credential_priming_response.py +59 -0
  614. ory-client-1.20.23/test/test_verifiable_credential_proof.py +53 -0
  615. ory-client-1.20.23/test/test_verifiable_credential_response.py +53 -0
  616. ory-client-1.20.23/test/test_verifiable_identity_address.py +63 -0
  617. ory-client-1.20.23/test/test_verification_flow.py +113 -0
  618. ory-client-1.20.23/test/test_verification_flow_state.py +34 -0
  619. ory-client-1.20.23/test/test_verify_user_code_request.py +139 -0
  620. ory-client-1.20.23/test/test_version.py +52 -0
  621. ory-client-1.20.23/test/test_warning.py +53 -0
  622. ory-client-1.20.23/test/test_wellknown_api.py +39 -0
  623. ory-client-1.20.23/test/test_workspace.py +61 -0
  624. ory-client-1.20.23/test/test_workspace_api.py +88 -0
  625. ory-client-1.20.23/test/test_workspace_api_key.py +62 -0
  626. ory-client-1.20.22/PKG-INFO +0 -14
  627. ory-client-1.20.22/README.md +0 -603
  628. ory-client-1.20.22/ory_client/__init__.py +0 -340
  629. ory-client-1.20.22/ory_client/api/courier_api.py +0 -622
  630. ory-client-1.20.22/ory_client/api/events_api.py +0 -1209
  631. ory-client-1.20.22/ory_client/api/frontend_api.py +0 -9521
  632. ory-client-1.20.22/ory_client/api/identity_api.py +0 -5380
  633. ory-client-1.20.22/ory_client/api/jwk_api.py +0 -1998
  634. ory-client-1.20.22/ory_client/api/metadata_api.py +0 -283
  635. ory-client-1.20.22/ory_client/api/o_auth2_api.py +0 -8754
  636. ory-client-1.20.22/ory_client/api/oidc_api.py +0 -2139
  637. ory-client-1.20.22/ory_client/api/permission_api.py +0 -2023
  638. ory-client-1.20.22/ory_client/api/project_api.py +0 -6196
  639. ory-client-1.20.22/ory_client/api/relationship_api.py +0 -1896
  640. ory-client-1.20.22/ory_client/api/wellknown_api.py +0 -282
  641. ory-client-1.20.22/ory_client/api/workspace_api.py +0 -2315
  642. ory-client-1.20.22/ory_client/api_client.py +0 -798
  643. ory-client-1.20.22/ory_client/configuration.py +0 -636
  644. ory-client-1.20.22/ory_client/exceptions.py +0 -217
  645. ory-client-1.20.22/ory_client/models/__init__.py +0 -311
  646. ory-client-1.20.22/ory_client/models/accept_device_user_code_request.py +0 -101
  647. ory-client-1.20.22/ory_client/models/accept_o_auth2_consent_request.py +0 -118
  648. ory-client-1.20.22/ory_client/models/accept_o_auth2_consent_request_session.py +0 -113
  649. ory-client-1.20.22/ory_client/models/accept_o_auth2_login_request.py +0 -117
  650. ory-client-1.20.22/ory_client/models/account_experience_colors.py +0 -387
  651. ory-client-1.20.22/ory_client/models/account_experience_configuration.py +0 -142
  652. ory-client-1.20.22/ory_client/models/account_experience_theme_variables.py +0 -282
  653. ory-client-1.20.22/ory_client/models/active_project_in_console.py +0 -101
  654. ory-client-1.20.22/ory_client/models/add_project_to_workspace_body.py +0 -117
  655. ory-client-1.20.22/ory_client/models/attribute.py +0 -103
  656. ory-client-1.20.22/ory_client/models/attribute_filter.py +0 -115
  657. ory-client-1.20.22/ory_client/models/attributes_count_datapoint.py +0 -103
  658. ory-client-1.20.22/ory_client/models/authenticator_assurance_level.py +0 -40
  659. ory-client-1.20.22/ory_client/models/basic_organization.py +0 -105
  660. ory-client-1.20.22/ory_client/models/batch_check_permission_body.py +0 -109
  661. ory-client-1.20.22/ory_client/models/batch_check_permission_result.py +0 -109
  662. ory-client-1.20.22/ory_client/models/batch_patch_identities_response.py +0 -109
  663. ory-client-1.20.22/ory_client/models/billing_period_bucket.py +0 -120
  664. ory-client-1.20.22/ory_client/models/check_opl_syntax_result.py +0 -109
  665. ory-client-1.20.22/ory_client/models/check_permission_result.py +0 -101
  666. ory-client-1.20.22/ory_client/models/check_permission_result_with_error.py +0 -103
  667. ory-client-1.20.22/ory_client/models/cloud_account.py +0 -107
  668. ory-client-1.20.22/ory_client/models/consistency_request_parameters.py +0 -111
  669. ory-client-1.20.22/ory_client/models/continue_with.py +0 -238
  670. ory-client-1.20.22/ory_client/models/continue_with_recovery_ui.py +0 -114
  671. ory-client-1.20.22/ory_client/models/continue_with_recovery_ui_flow.py +0 -103
  672. ory-client-1.20.22/ory_client/models/continue_with_redirect_browser_to.py +0 -110
  673. ory-client-1.20.22/ory_client/models/continue_with_set_ory_session_token.py +0 -110
  674. ory-client-1.20.22/ory_client/models/continue_with_settings_ui.py +0 -114
  675. ory-client-1.20.22/ory_client/models/continue_with_settings_ui_flow.py +0 -103
  676. ory-client-1.20.22/ory_client/models/continue_with_verification_ui.py +0 -114
  677. ory-client-1.20.22/ory_client/models/continue_with_verification_ui_flow.py +0 -105
  678. ory-client-1.20.22/ory_client/models/courier_message_status.py +0 -40
  679. ory-client-1.20.22/ory_client/models/courier_message_type.py +0 -38
  680. ory-client-1.20.22/ory_client/models/create_custom_domain_body.py +0 -109
  681. ory-client-1.20.22/ory_client/models/create_event_stream_body.py +0 -112
  682. ory-client-1.20.22/ory_client/models/create_fedcm_flow_response.py +0 -111
  683. ory-client-1.20.22/ory_client/models/create_identity_body.py +0 -162
  684. ory-client-1.20.22/ory_client/models/create_invite_response.py +0 -114
  685. ory-client-1.20.22/ory_client/models/create_json_web_key_set.py +0 -105
  686. ory-client-1.20.22/ory_client/models/create_organization_onboarding_portal_link_body.py +0 -104
  687. ory-client-1.20.22/ory_client/models/create_project_api_key_request.py +0 -104
  688. ory-client-1.20.22/ory_client/models/create_project_body.py +0 -124
  689. ory-client-1.20.22/ory_client/models/create_project_branding.py +0 -115
  690. ory-client-1.20.22/ory_client/models/create_project_member_invite_body.py +0 -101
  691. ory-client-1.20.22/ory_client/models/create_project_normalized_payload.py +0 -794
  692. ory-client-1.20.22/ory_client/models/create_recovery_code_for_identity_body.py +0 -116
  693. ory-client-1.20.22/ory_client/models/create_recovery_link_for_identity_body.py +0 -114
  694. ory-client-1.20.22/ory_client/models/create_relationship_body.py +0 -113
  695. ory-client-1.20.22/ory_client/models/create_subscription_body.py +0 -126
  696. ory-client-1.20.22/ory_client/models/create_subscription_common.py +0 -124
  697. ory-client-1.20.22/ory_client/models/create_verifiable_credential_request_body.py +0 -109
  698. ory-client-1.20.22/ory_client/models/create_workspace_api_key_body.py +0 -104
  699. ory-client-1.20.22/ory_client/models/create_workspace_body.py +0 -101
  700. ory-client-1.20.22/ory_client/models/create_workspace_member_invite_body.py +0 -110
  701. ory-client-1.20.22/ory_client/models/create_workspace_subscription_body.py +0 -124
  702. ory-client-1.20.22/ory_client/models/credential_supported_draft00.py +0 -107
  703. ory-client-1.20.22/ory_client/models/custom_domain.py +0 -132
  704. ory-client-1.20.22/ory_client/models/delete_my_sessions_count.py +0 -101
  705. ory-client-1.20.22/ory_client/models/device_authorization.py +0 -111
  706. ory-client-1.20.22/ory_client/models/device_user_auth_request.py +0 -116
  707. ory-client-1.20.22/ory_client/models/email_template_data.py +0 -107
  708. ory-client-1.20.22/ory_client/models/email_template_data_body.py +0 -103
  709. ory-client-1.20.22/ory_client/models/error_authenticator_assurance_level_not_satisfied.py +0 -107
  710. ory-client-1.20.22/ory_client/models/error_browser_location_change_required.py +0 -107
  711. ory-client-1.20.22/ory_client/models/error_flow_replaced.py +0 -107
  712. ory-client-1.20.22/ory_client/models/error_generic.py +0 -105
  713. ory-client-1.20.22/ory_client/models/error_o_auth2.py +0 -109
  714. ory-client-1.20.22/ory_client/models/event_stream.py +0 -112
  715. ory-client-1.20.22/ory_client/models/expanded_permission_tree.py +0 -125
  716. ory-client-1.20.22/ory_client/models/flow_error.py +0 -108
  717. ory-client-1.20.22/ory_client/models/generic_error.py +0 -126
  718. ory-client-1.20.22/ory_client/models/generic_error_content.py +0 -121
  719. ory-client-1.20.22/ory_client/models/generic_usage.py +0 -107
  720. ory-client-1.20.22/ory_client/models/get_attributes_count_response.py +0 -111
  721. ory-client-1.20.22/ory_client/models/get_managed_identity_schema_location.py +0 -101
  722. ory-client-1.20.22/ory_client/models/get_metrics_event_attributes_response.py +0 -103
  723. ory-client-1.20.22/ory_client/models/get_metrics_event_types_response.py +0 -103
  724. ory-client-1.20.22/ory_client/models/get_organization_response.py +0 -105
  725. ory-client-1.20.22/ory_client/models/get_project_events_body.py +0 -120
  726. ory-client-1.20.22/ory_client/models/get_project_events_response.py +0 -115
  727. ory-client-1.20.22/ory_client/models/get_project_metrics_response.py +0 -111
  728. ory-client-1.20.22/ory_client/models/get_session_activity_response.py +0 -111
  729. ory-client-1.20.22/ory_client/models/get_version200_response.py +0 -101
  730. ory-client-1.20.22/ory_client/models/health_not_ready_status.py +0 -101
  731. ory-client-1.20.22/ory_client/models/health_status.py +0 -101
  732. ory-client-1.20.22/ory_client/models/identity.py +0 -187
  733. ory-client-1.20.22/ory_client/models/identity_credentials.py +0 -122
  734. ory-client-1.20.22/ory_client/models/identity_credentials_code.py +0 -109
  735. ory-client-1.20.22/ory_client/models/identity_credentials_code_address.py +0 -103
  736. ory-client-1.20.22/ory_client/models/identity_credentials_oidc.py +0 -109
  737. ory-client-1.20.22/ory_client/models/identity_credentials_oidc_provider.py +0 -113
  738. ory-client-1.20.22/ory_client/models/identity_credentials_password.py +0 -103
  739. ory-client-1.20.22/ory_client/models/identity_patch.py +0 -107
  740. ory-client-1.20.22/ory_client/models/identity_patch_response.py +0 -122
  741. ory-client-1.20.22/ory_client/models/identity_schema_container.py +0 -103
  742. ory-client-1.20.22/ory_client/models/identity_schema_preset.py +0 -103
  743. ory-client-1.20.22/ory_client/models/identity_with_credentials.py +0 -117
  744. ory-client-1.20.22/ory_client/models/identity_with_credentials_oidc.py +0 -105
  745. ory-client-1.20.22/ory_client/models/identity_with_credentials_oidc_config.py +0 -109
  746. ory-client-1.20.22/ory_client/models/identity_with_credentials_oidc_config_provider.py +0 -112
  747. ory-client-1.20.22/ory_client/models/identity_with_credentials_password.py +0 -105
  748. ory-client-1.20.22/ory_client/models/identity_with_credentials_password_config.py +0 -105
  749. ory-client-1.20.22/ory_client/models/identity_with_credentials_saml.py +0 -105
  750. ory-client-1.20.22/ory_client/models/identity_with_credentials_saml_config.py +0 -109
  751. ory-client-1.20.22/ory_client/models/identity_with_credentials_saml_config_provider.py +0 -110
  752. ory-client-1.20.22/ory_client/models/internal_get_project_branding_body.py +0 -101
  753. ory-client-1.20.22/ory_client/models/internal_is_ax_welcome_screen_enabled_for_project_body.py +0 -103
  754. ory-client-1.20.22/ory_client/models/internal_is_owner_for_project_by_slug_body.py +0 -114
  755. ory-client-1.20.22/ory_client/models/internal_is_owner_for_project_by_slug_response.py +0 -101
  756. ory-client-1.20.22/ory_client/models/introspected_o_auth2_token.py +0 -127
  757. ory-client-1.20.22/ory_client/models/invite_token_body.py +0 -101
  758. ory-client-1.20.22/ory_client/models/invoice.py +0 -125
  759. ory-client-1.20.22/ory_client/models/invoice_data_v1.py +0 -153
  760. ory-client-1.20.22/ory_client/models/is_owner_for_project_by_slug.py +0 -103
  761. ory-client-1.20.22/ory_client/models/json_patch.py +0 -119
  762. ory-client-1.20.22/ory_client/models/json_web_key.py +0 -133
  763. ory-client-1.20.22/ory_client/models/json_web_key_set.py +0 -109
  764. ory-client-1.20.22/ory_client/models/keto_namespace.py +0 -103
  765. ory-client-1.20.22/ory_client/models/keyset_pagination_request_parameters.py +0 -104
  766. ory-client-1.20.22/ory_client/models/keyset_pagination_response_headers.py +0 -101
  767. ory-client-1.20.22/ory_client/models/line_item_v1.py +0 -120
  768. ory-client-1.20.22/ory_client/models/list_event_streams.py +0 -109
  769. ory-client-1.20.22/ory_client/models/list_invoices_response.py +0 -113
  770. ory-client-1.20.22/ory_client/models/list_organizations_response.py +0 -113
  771. ory-client-1.20.22/ory_client/models/list_workspace_projects.py +0 -113
  772. ory-client-1.20.22/ory_client/models/list_workspaces.py +0 -113
  773. ory-client-1.20.22/ory_client/models/login_flow.py +0 -165
  774. ory-client-1.20.22/ory_client/models/login_flow_state.py +0 -39
  775. ory-client-1.20.22/ory_client/models/logout_flow.py +0 -103
  776. ory-client-1.20.22/ory_client/models/managed_identity_schema.py +0 -120
  777. ory-client-1.20.22/ory_client/models/managed_identity_schema_validation_result.py +0 -103
  778. ory-client-1.20.22/ory_client/models/member_invite.py +0 -155
  779. ory-client-1.20.22/ory_client/models/message.py +0 -141
  780. ory-client-1.20.22/ory_client/models/message_dispatch.py +0 -119
  781. ory-client-1.20.22/ory_client/models/metrics_datapoint.py +0 -104
  782. ory-client-1.20.22/ory_client/models/money.py +0 -105
  783. ory-client-1.20.22/ory_client/models/namespace.py +0 -101
  784. ory-client-1.20.22/ory_client/models/needs_privileged_session_error.py +0 -107
  785. ory-client-1.20.22/ory_client/models/normalized_project.py +0 -182
  786. ory-client-1.20.22/ory_client/models/normalized_project_revision.py +0 -771
  787. ory-client-1.20.22/ory_client/models/normalized_project_revision_courier_channel.py +0 -145
  788. ory-client-1.20.22/ory_client/models/normalized_project_revision_hook.py +0 -140
  789. ory-client-1.20.22/ory_client/models/normalized_project_revision_identity_schema.py +0 -133
  790. ory-client-1.20.22/ory_client/models/normalized_project_revision_saml_provider.py +0 -139
  791. ory-client-1.20.22/ory_client/models/normalized_project_revision_scim_client.py +0 -130
  792. ory-client-1.20.22/ory_client/models/normalized_project_revision_third_party_provider.py +0 -218
  793. ory-client-1.20.22/ory_client/models/normalized_project_revision_tokenizer_template.py +0 -133
  794. ory-client-1.20.22/ory_client/models/o_auth2_client.py +0 -402
  795. ory-client-1.20.22/ory_client/models/o_auth2_client_token_lifespans.py +0 -321
  796. ory-client-1.20.22/ory_client/models/o_auth2_consent_request.py +0 -137
  797. ory-client-1.20.22/ory_client/models/o_auth2_consent_request_open_id_connect_context.py +0 -109
  798. ory-client-1.20.22/ory_client/models/o_auth2_consent_session.py +0 -132
  799. ory-client-1.20.22/ory_client/models/o_auth2_consent_session_expires_at.py +0 -110
  800. ory-client-1.20.22/ory_client/models/o_auth2_login_request.py +0 -125
  801. ory-client-1.20.22/ory_client/models/o_auth2_logout_request.py +0 -120
  802. ory-client-1.20.22/ory_client/models/o_auth2_redirect_to.py +0 -101
  803. ory-client-1.20.22/ory_client/models/o_auth2_token_exchange.py +0 -111
  804. ory-client-1.20.22/ory_client/models/oidc_configuration.py +0 -171
  805. ory-client-1.20.22/ory_client/models/oidc_user_info.py +0 -137
  806. ory-client-1.20.22/ory_client/models/onboarding_portal_link.py +0 -126
  807. ory-client-1.20.22/ory_client/models/onboarding_portal_organization.py +0 -127
  808. ory-client-1.20.22/ory_client/models/organization.py +0 -108
  809. ory-client-1.20.22/ory_client/models/organization_body.py +0 -103
  810. ory-client-1.20.22/ory_client/models/organization_onboarding_portal_links_response.py +0 -109
  811. ory-client-1.20.22/ory_client/models/parse_error.py +0 -112
  812. ory-client-1.20.22/ory_client/models/patch_identities_body.py +0 -109
  813. ory-client-1.20.22/ory_client/models/perform_native_logout_body.py +0 -101
  814. ory-client-1.20.22/ory_client/models/permissions_on_workspace.py +0 -101
  815. ory-client-1.20.22/ory_client/models/plan.py +0 -103
  816. ory-client-1.20.22/ory_client/models/plan_details.py +0 -128
  817. ory-client-1.20.22/ory_client/models/post_check_permission_body.py +0 -113
  818. ory-client-1.20.22/ory_client/models/post_check_permission_or_error_body.py +0 -113
  819. ory-client-1.20.22/ory_client/models/project.py +0 -176
  820. ory-client-1.20.22/ory_client/models/project_api_key.py +0 -128
  821. ory-client-1.20.22/ory_client/models/project_branding.py +0 -129
  822. ory-client-1.20.22/ory_client/models/project_branding_colors.py +0 -157
  823. ory-client-1.20.22/ory_client/models/project_branding_theme.py +0 -194
  824. ory-client-1.20.22/ory_client/models/project_cors.py +0 -103
  825. ory-client-1.20.22/ory_client/models/project_events_datapoint.py +0 -114
  826. ory-client-1.20.22/ory_client/models/project_host.py +0 -107
  827. ory-client-1.20.22/ory_client/models/project_member.py +0 -109
  828. ory-client-1.20.22/ory_client/models/project_metadata.py +0 -170
  829. ory-client-1.20.22/ory_client/models/project_service_identity.py +0 -101
  830. ory-client-1.20.22/ory_client/models/project_service_o_auth2.py +0 -101
  831. ory-client-1.20.22/ory_client/models/project_service_permission.py +0 -101
  832. ory-client-1.20.22/ory_client/models/project_services.py +0 -117
  833. ory-client-1.20.22/ory_client/models/provider.py +0 -113
  834. ory-client-1.20.22/ory_client/models/quota_usage.py +0 -120
  835. ory-client-1.20.22/ory_client/models/recovery_code_for_identity.py +0 -106
  836. ory-client-1.20.22/ory_client/models/recovery_flow.py +0 -139
  837. ory-client-1.20.22/ory_client/models/recovery_flow_state.py +0 -39
  838. ory-client-1.20.22/ory_client/models/recovery_identity_address.py +0 -110
  839. ory-client-1.20.22/ory_client/models/recovery_link_for_identity.py +0 -104
  840. ory-client-1.20.22/ory_client/models/registration_flow.py +0 -156
  841. ory-client-1.20.22/ory_client/models/registration_flow_state.py +0 -39
  842. ory-client-1.20.22/ory_client/models/reject_o_auth2_request.py +0 -109
  843. ory-client-1.20.22/ory_client/models/relation_query.py +0 -113
  844. ory-client-1.20.22/ory_client/models/relationship.py +0 -113
  845. ory-client-1.20.22/ory_client/models/relationship_namespaces.py +0 -109
  846. ory-client-1.20.22/ory_client/models/relationship_patch.py +0 -117
  847. ory-client-1.20.22/ory_client/models/relationships.py +0 -111
  848. ory-client-1.20.22/ory_client/models/rfc6749_error_json.py +0 -109
  849. ory-client-1.20.22/ory_client/models/schema_patch.py +0 -103
  850. ory-client-1.20.22/ory_client/models/self_service_flow_expired_error.py +0 -112
  851. ory-client-1.20.22/ory_client/models/session.py +0 -141
  852. ory-client-1.20.22/ory_client/models/session_activity_datapoint.py +0 -105
  853. ory-client-1.20.22/ory_client/models/session_authentication_method.py +0 -121
  854. ory-client-1.20.22/ory_client/models/session_device.py +0 -107
  855. ory-client-1.20.22/ory_client/models/set_active_project_in_console_body.py +0 -101
  856. ory-client-1.20.22/ory_client/models/set_custom_domain_body.py +0 -109
  857. ory-client-1.20.22/ory_client/models/set_event_stream_body.py +0 -112
  858. ory-client-1.20.22/ory_client/models/set_organization_from_onboarding_portal_link_body.py +0 -121
  859. ory-client-1.20.22/ory_client/models/set_project.py +0 -128
  860. ory-client-1.20.22/ory_client/models/set_project_branding_theme_body.py +0 -115
  861. ory-client-1.20.22/ory_client/models/settings_flow.py +0 -145
  862. ory-client-1.20.22/ory_client/models/settings_flow_state.py +0 -38
  863. ory-client-1.20.22/ory_client/models/source_position.py +0 -103
  864. ory-client-1.20.22/ory_client/models/subject_set.py +0 -105
  865. ory-client-1.20.22/ory_client/models/subscription.py +0 -179
  866. ory-client-1.20.22/ory_client/models/successful_code_exchange_response.py +0 -107
  867. ory-client-1.20.22/ory_client/models/successful_native_login.py +0 -117
  868. ory-client-1.20.22/ory_client/models/successful_native_registration.py +0 -123
  869. ory-client-1.20.22/ory_client/models/successful_project_update.py +0 -115
  870. ory-client-1.20.22/ory_client/models/tax_line_item.py +0 -103
  871. ory-client-1.20.22/ory_client/models/time_interval.py +0 -104
  872. ory-client-1.20.22/ory_client/models/token_pagination.py +0 -104
  873. ory-client-1.20.22/ory_client/models/token_pagination_headers.py +0 -103
  874. ory-client-1.20.22/ory_client/models/token_pagination_request_parameters.py +0 -104
  875. ory-client-1.20.22/ory_client/models/token_pagination_response_headers.py +0 -103
  876. ory-client-1.20.22/ory_client/models/trust_o_auth2_jwt_grant_issuer.py +0 -116
  877. ory-client-1.20.22/ory_client/models/trusted_o_auth2_jwt_grant_issuer.py +0 -120
  878. ory-client-1.20.22/ory_client/models/trusted_o_auth2_jwt_grant_json_web_key.py +0 -103
  879. ory-client-1.20.22/ory_client/models/ui_container.py +0 -123
  880. ory-client-1.20.22/ory_client/models/ui_node.py +0 -139
  881. ory-client-1.20.22/ory_client/models/ui_node_anchor_attributes.py +0 -118
  882. ory-client-1.20.22/ory_client/models/ui_node_attributes.py +0 -262
  883. ory-client-1.20.22/ory_client/models/ui_node_division_attributes.py +0 -114
  884. ory-client-1.20.22/ory_client/models/ui_node_image_attributes.py +0 -116
  885. ory-client-1.20.22/ory_client/models/ui_node_input_attributes.py +0 -180
  886. ory-client-1.20.22/ory_client/models/ui_node_meta.py +0 -105
  887. ory-client-1.20.22/ory_client/models/ui_node_script_attributes.py +0 -124
  888. ory-client-1.20.22/ory_client/models/ui_node_text_attributes.py +0 -116
  889. ory-client-1.20.22/ory_client/models/ui_text.py +0 -114
  890. ory-client-1.20.22/ory_client/models/update_fedcm_flow_body.py +0 -107
  891. ory-client-1.20.22/ory_client/models/update_identity_body.py +0 -132
  892. ory-client-1.20.22/ory_client/models/update_login_flow_body.py +0 -334
  893. ory-client-1.20.22/ory_client/models/update_login_flow_with_code_method.py +0 -113
  894. ory-client-1.20.22/ory_client/models/update_login_flow_with_identifier_first_method.py +0 -107
  895. ory-client-1.20.22/ory_client/models/update_login_flow_with_lookup_secret_method.py +0 -105
  896. ory-client-1.20.22/ory_client/models/update_login_flow_with_oidc_method.py +0 -115
  897. ory-client-1.20.22/ory_client/models/update_login_flow_with_passkey_method.py +0 -105
  898. ory-client-1.20.22/ory_client/models/update_login_flow_with_password_method.py +0 -111
  899. ory-client-1.20.22/ory_client/models/update_login_flow_with_saml_method.py +0 -107
  900. ory-client-1.20.22/ory_client/models/update_login_flow_with_totp_method.py +0 -107
  901. ory-client-1.20.22/ory_client/models/update_login_flow_with_web_authn_method.py +0 -109
  902. ory-client-1.20.22/ory_client/models/update_organization_onboarding_portal_link_body.py +0 -104
  903. ory-client-1.20.22/ory_client/models/update_recovery_flow_body.py +0 -166
  904. ory-client-1.20.22/ory_client/models/update_recovery_flow_with_code_method.py +0 -116
  905. ory-client-1.20.22/ory_client/models/update_recovery_flow_with_link_method.py +0 -114
  906. ory-client-1.20.22/ory_client/models/update_registration_flow_body.py +0 -286
  907. ory-client-1.20.22/ory_client/models/update_registration_flow_with_code_method.py +0 -111
  908. ory-client-1.20.22/ory_client/models/update_registration_flow_with_oidc_method.py +0 -115
  909. ory-client-1.20.22/ory_client/models/update_registration_flow_with_passkey_method.py +0 -109
  910. ory-client-1.20.22/ory_client/models/update_registration_flow_with_password_method.py +0 -109
  911. ory-client-1.20.22/ory_client/models/update_registration_flow_with_profile_method.py +0 -119
  912. ory-client-1.20.22/ory_client/models/update_registration_flow_with_saml_method.py +0 -109
  913. ory-client-1.20.22/ory_client/models/update_registration_flow_with_web_authn_method.py +0 -111
  914. ory-client-1.20.22/ory_client/models/update_settings_flow_body.py +0 -310
  915. ory-client-1.20.22/ory_client/models/update_settings_flow_with_lookup_method.py +0 -113
  916. ory-client-1.20.22/ory_client/models/update_settings_flow_with_oidc_method.py +0 -113
  917. ory-client-1.20.22/ory_client/models/update_settings_flow_with_passkey_method.py +0 -107
  918. ory-client-1.20.22/ory_client/models/update_settings_flow_with_password_method.py +0 -107
  919. ory-client-1.20.22/ory_client/models/update_settings_flow_with_profile_method.py +0 -107
  920. ory-client-1.20.22/ory_client/models/update_settings_flow_with_saml_method.py +0 -113
  921. ory-client-1.20.22/ory_client/models/update_settings_flow_with_totp_method.py +0 -109
  922. ory-client-1.20.22/ory_client/models/update_settings_flow_with_web_authn_method.py +0 -111
  923. ory-client-1.20.22/ory_client/models/update_subscription_body.py +0 -112
  924. ory-client-1.20.22/ory_client/models/update_verification_flow_body.py +0 -166
  925. ory-client-1.20.22/ory_client/models/update_verification_flow_with_code_method.py +0 -116
  926. ory-client-1.20.22/ory_client/models/update_verification_flow_with_link_method.py +0 -114
  927. ory-client-1.20.22/ory_client/models/update_workspace_body.py +0 -101
  928. ory-client-1.20.22/ory_client/models/usage.py +0 -105
  929. ory-client-1.20.22/ory_client/models/verifiable_credential_priming_response.py +0 -115
  930. ory-client-1.20.22/ory_client/models/verifiable_credential_proof.py +0 -103
  931. ory-client-1.20.22/ory_client/models/verifiable_credential_response.py +0 -103
  932. ory-client-1.20.22/ory_client/models/verifiable_identity_address.py +0 -123
  933. ory-client-1.20.22/ory_client/models/verification_flow.py +0 -129
  934. ory-client-1.20.22/ory_client/models/verification_flow_state.py +0 -39
  935. ory-client-1.20.22/ory_client/models/verify_user_code_request.py +0 -118
  936. ory-client-1.20.22/ory_client/models/version.py +0 -101
  937. ory-client-1.20.22/ory_client/models/warning.py +0 -103
  938. ory-client-1.20.22/ory_client/models/workspace.py +0 -122
  939. ory-client-1.20.22/ory_client/models/workspace_api_key.py +0 -128
  940. ory-client-1.20.22/ory_client/rest.py +0 -259
  941. ory-client-1.20.22/ory_client.egg-info/PKG-INFO +0 -14
  942. ory-client-1.20.22/pyproject.toml +0 -89
  943. ory-client-1.20.22/setup.py +0 -51
  944. ory-client-1.20.22/test/test_accept_device_user_code_request.py +0 -52
  945. ory-client-1.20.22/test/test_accept_o_auth2_consent_request.py +0 -64
  946. ory-client-1.20.22/test/test_accept_o_auth2_consent_request_session.py +0 -53
  947. ory-client-1.20.22/test/test_accept_o_auth2_login_request.py +0 -63
  948. ory-client-1.20.22/test/test_account_experience_colors.py +0 -195
  949. ory-client-1.20.22/test/test_account_experience_configuration.py +0 -82
  950. ory-client-1.20.22/test/test_account_experience_theme_variables.py +0 -142
  951. ory-client-1.20.22/test/test_active_project_in_console.py +0 -52
  952. ory-client-1.20.22/test/test_add_project_to_workspace_body.py +0 -55
  953. ory-client-1.20.22/test/test_attribute.py +0 -53
  954. ory-client-1.20.22/test/test_attribute_filter.py +0 -54
  955. ory-client-1.20.22/test/test_attributes_count_datapoint.py +0 -55
  956. ory-client-1.20.22/test/test_authenticator_assurance_level.py +0 -34
  957. ory-client-1.20.22/test/test_basic_organization.py +0 -61
  958. ory-client-1.20.22/test/test_batch_check_permission_body.py +0 -62
  959. ory-client-1.20.22/test/test_batch_check_permission_result.py +0 -61
  960. ory-client-1.20.22/test/test_batch_patch_identities_response.py +0 -58
  961. ory-client-1.20.22/test/test_billing_period_bucket.py +0 -112
  962. ory-client-1.20.22/test/test_check_opl_syntax_result.py +0 -61
  963. ory-client-1.20.22/test/test_check_permission_result.py +0 -53
  964. ory-client-1.20.22/test/test_check_permission_result_with_error.py +0 -54
  965. ory-client-1.20.22/test/test_cloud_account.py +0 -59
  966. ory-client-1.20.22/test/test_consistency_request_parameters.py +0 -52
  967. ory-client-1.20.22/test/test_continue_with.py +0 -63
  968. ory-client-1.20.22/test/test_continue_with_recovery_ui.py +0 -59
  969. ory-client-1.20.22/test/test_continue_with_recovery_ui_flow.py +0 -54
  970. ory-client-1.20.22/test/test_continue_with_redirect_browser_to.py +0 -55
  971. ory-client-1.20.22/test/test_continue_with_set_ory_session_token.py +0 -55
  972. ory-client-1.20.22/test/test_continue_with_settings_ui.py +0 -59
  973. ory-client-1.20.22/test/test_continue_with_settings_ui_flow.py +0 -54
  974. ory-client-1.20.22/test/test_continue_with_verification_ui.py +0 -61
  975. ory-client-1.20.22/test/test_continue_with_verification_ui_flow.py +0 -56
  976. ory-client-1.20.22/test/test_courier_api.py +0 -46
  977. ory-client-1.20.22/test/test_courier_message_status.py +0 -34
  978. ory-client-1.20.22/test/test_courier_message_type.py +0 -34
  979. ory-client-1.20.22/test/test_create_custom_domain_body.py +0 -58
  980. ory-client-1.20.22/test/test_create_event_stream_body.py +0 -57
  981. ory-client-1.20.22/test/test_create_fedcm_flow_response.py +0 -66
  982. ory-client-1.20.22/test/test_create_identity_body.py +0 -90
  983. ory-client-1.20.22/test/test_create_invite_response.py +0 -103
  984. ory-client-1.20.22/test/test_create_json_web_key_set.py +0 -57
  985. ory-client-1.20.22/test/test_create_organization_onboarding_portal_link_body.py +0 -54
  986. ory-client-1.20.22/test/test_create_project_api_key_request.py +0 -54
  987. ory-client-1.20.22/test/test_create_project_body.py +0 -57
  988. ory-client-1.20.22/test/test_create_project_branding.py +0 -86
  989. ory-client-1.20.22/test/test_create_project_member_invite_body.py +0 -52
  990. ory-client-1.20.22/test/test_create_project_normalized_payload.py +0 -454
  991. ory-client-1.20.22/test/test_create_recovery_code_for_identity_body.py +0 -55
  992. ory-client-1.20.22/test/test_create_recovery_link_for_identity_body.py +0 -54
  993. ory-client-1.20.22/test/test_create_relationship_body.py +0 -59
  994. ory-client-1.20.22/test/test_create_subscription_body.py +0 -59
  995. ory-client-1.20.22/test/test_create_subscription_common.py +0 -57
  996. ory-client-1.20.22/test/test_create_verifiable_credential_request_body.py +0 -58
  997. ory-client-1.20.22/test/test_create_workspace_api_key_body.py +0 -54
  998. ory-client-1.20.22/test/test_create_workspace_body.py +0 -53
  999. ory-client-1.20.22/test/test_create_workspace_member_invite_body.py +0 -55
  1000. ory-client-1.20.22/test/test_create_workspace_subscription_body.py +0 -57
  1001. ory-client-1.20.22/test/test_credential_supported_draft00.py +0 -61
  1002. ory-client-1.20.22/test/test_custom_domain.py +0 -66
  1003. ory-client-1.20.22/test/test_delete_my_sessions_count.py +0 -52
  1004. ory-client-1.20.22/test/test_device_authorization.py +0 -57
  1005. ory-client-1.20.22/test/test_device_user_auth_request.py +0 -139
  1006. ory-client-1.20.22/test/test_email_template_data.py +0 -59
  1007. ory-client-1.20.22/test/test_email_template_data_body.py +0 -55
  1008. ory-client-1.20.22/test/test_error_authenticator_assurance_level_not_satisfied.py +0 -67
  1009. ory-client-1.20.22/test/test_error_browser_location_change_required.py +0 -59
  1010. ory-client-1.20.22/test/test_error_flow_replaced.py +0 -67
  1011. ory-client-1.20.22/test/test_error_generic.py +0 -63
  1012. ory-client-1.20.22/test/test_error_o_auth2.py +0 -56
  1013. ory-client-1.20.22/test/test_event_stream.py +0 -57
  1014. ory-client-1.20.22/test/test_events_api.py +0 -60
  1015. ory-client-1.20.22/test/test_expanded_permission_tree.py +0 -84
  1016. ory-client-1.20.22/test/test_flow_error.py +0 -56
  1017. ory-client-1.20.22/test/test_frontend_api.py +0 -256
  1018. ory-client-1.20.22/test/test_generic_error.py +0 -66
  1019. ory-client-1.20.22/test/test_generic_error_content.py +0 -57
  1020. ory-client-1.20.22/test/test_generic_usage.py +0 -61
  1021. ory-client-1.20.22/test/test_get_attributes_count_response.py +0 -61
  1022. ory-client-1.20.22/test/test_get_managed_identity_schema_location.py +0 -52
  1023. ory-client-1.20.22/test/test_get_metrics_event_attributes_response.py +0 -57
  1024. ory-client-1.20.22/test/test_get_metrics_event_types_response.py +0 -57
  1025. ory-client-1.20.22/test/test_get_organization_response.py +0 -65
  1026. ory-client-1.20.22/test/test_get_project_events_body.py +0 -64
  1027. ory-client-1.20.22/test/test_get_project_events_response.py +0 -72
  1028. ory-client-1.20.22/test/test_get_project_metrics_response.py +0 -61
  1029. ory-client-1.20.22/test/test_get_session_activity_response.py +0 -63
  1030. ory-client-1.20.22/test/test_get_version200_response.py +0 -53
  1031. ory-client-1.20.22/test/test_health_not_ready_status.py +0 -54
  1032. ory-client-1.20.22/test/test_health_status.py +0 -52
  1033. ory-client-1.20.22/test/test_identity.py +0 -96
  1034. ory-client-1.20.22/test/test_identity_api.py +0 -158
  1035. ory-client-1.20.22/test/test_identity_credentials.py +0 -59
  1036. ory-client-1.20.22/test/test_identity_credentials_code.py +0 -56
  1037. ory-client-1.20.22/test/test_identity_credentials_code_address.py +0 -53
  1038. ory-client-1.20.22/test/test_identity_credentials_oidc.py +0 -61
  1039. ory-client-1.20.22/test/test_identity_credentials_oidc_provider.py +0 -58
  1040. ory-client-1.20.22/test/test_identity_credentials_password.py +0 -53
  1041. ory-client-1.20.22/test/test_identity_patch.py +0 -90
  1042. ory-client-1.20.22/test/test_identity_patch_response.py +0 -55
  1043. ory-client-1.20.22/test/test_identity_schema_container.py +0 -53
  1044. ory-client-1.20.22/test/test_identity_schema_preset.py +0 -55
  1045. ory-client-1.20.22/test/test_identity_with_credentials.py +0 -72
  1046. ory-client-1.20.22/test/test_identity_with_credentials_oidc.py +0 -59
  1047. ory-client-1.20.22/test/test_identity_with_credentials_oidc_config.py +0 -58
  1048. ory-client-1.20.22/test/test_identity_with_credentials_oidc_config_provider.py +0 -57
  1049. ory-client-1.20.22/test/test_identity_with_credentials_password.py +0 -55
  1050. ory-client-1.20.22/test/test_identity_with_credentials_password_config.py +0 -54
  1051. ory-client-1.20.22/test/test_identity_with_credentials_saml.py +0 -58
  1052. ory-client-1.20.22/test/test_identity_with_credentials_saml_config.py +0 -57
  1053. ory-client-1.20.22/test/test_identity_with_credentials_saml_config_provider.py +0 -56
  1054. ory-client-1.20.22/test/test_internal_get_project_branding_body.py +0 -52
  1055. ory-client-1.20.22/test/test_internal_is_ax_welcome_screen_enabled_for_project_body.py +0 -55
  1056. ory-client-1.20.22/test/test_internal_is_owner_for_project_by_slug_body.py +0 -58
  1057. ory-client-1.20.22/test/test_internal_is_owner_for_project_by_slug_response.py +0 -53
  1058. ory-client-1.20.22/test/test_introspected_o_auth2_token.py +0 -70
  1059. ory-client-1.20.22/test/test_invite_token_body.py +0 -53
  1060. ory-client-1.20.22/test/test_invoice.py +0 -82
  1061. ory-client-1.20.22/test/test_invoice_data_v1.py +0 -88
  1062. ory-client-1.20.22/test/test_is_owner_for_project_by_slug.py +0 -55
  1063. ory-client-1.20.22/test/test_json_patch.py +0 -57
  1064. ory-client-1.20.22/test/test_json_web_key.py +0 -74
  1065. ory-client-1.20.22/test/test_json_web_key_set.py +0 -73
  1066. ory-client-1.20.22/test/test_jwk_api.py +0 -81
  1067. ory-client-1.20.22/test/test_keto_namespace.py +0 -53
  1068. ory-client-1.20.22/test/test_keyset_pagination_request_parameters.py +0 -53
  1069. ory-client-1.20.22/test/test_keyset_pagination_response_headers.py +0 -52
  1070. ory-client-1.20.22/test/test_line_item_v1.py +0 -64
  1071. ory-client-1.20.22/test/test_list_event_streams.py +0 -60
  1072. ory-client-1.20.22/test/test_list_invoices_response.py +0 -139
  1073. ory-client-1.20.22/test/test_list_organizations_response.py +0 -73
  1074. ory-client-1.20.22/test/test_list_workspace_projects.py +0 -99
  1075. ory-client-1.20.22/test/test_list_workspaces.py +0 -73
  1076. ory-client-1.20.22/test/test_login_flow.py +0 -221
  1077. ory-client-1.20.22/test/test_login_flow_state.py +0 -34
  1078. ory-client-1.20.22/test/test_logout_flow.py +0 -55
  1079. ory-client-1.20.22/test/test_managed_identity_schema.py +0 -64
  1080. ory-client-1.20.22/test/test_managed_identity_schema_validation_result.py +0 -53
  1081. ory-client-1.20.22/test/test_member_invite.py +0 -69
  1082. ory-client-1.20.22/test/test_message.py +0 -81
  1083. ory-client-1.20.22/test/test_message_dispatch.py +0 -62
  1084. ory-client-1.20.22/test/test_metadata_api.py +0 -39
  1085. ory-client-1.20.22/test/test_metrics_datapoint.py +0 -55
  1086. ory-client-1.20.22/test/test_money.py +0 -54
  1087. ory-client-1.20.22/test/test_namespace.py +0 -52
  1088. ory-client-1.20.22/test/test_needs_privileged_session_error.py +0 -68
  1089. ory-client-1.20.22/test/test_normalized_project.py +0 -802
  1090. ory-client-1.20.22/test/test_normalized_project_revision.py +0 -450
  1091. ory-client-1.20.22/test/test_normalized_project_revision_courier_channel.py +0 -67
  1092. ory-client-1.20.22/test/test_normalized_project_revision_hook.py +0 -71
  1093. ory-client-1.20.22/test/test_normalized_project_revision_identity_schema.py +0 -68
  1094. ory-client-1.20.22/test/test_normalized_project_revision_saml_provider.py +0 -61
  1095. ory-client-1.20.22/test/test_normalized_project_revision_scim_client.py +0 -64
  1096. ory-client-1.20.22/test/test_normalized_project_revision_third_party_provider.py +0 -82
  1097. ory-client-1.20.22/test/test_normalized_project_revision_tokenizer_template.py +0 -59
  1098. ory-client-1.20.22/test/test_o_auth2_api.py +0 -249
  1099. ory-client-1.20.22/test/test_o_auth2_client.py +0 -140
  1100. ory-client-1.20.22/test/test_o_auth2_client_token_lifespans.py +0 -64
  1101. ory-client-1.20.22/test/test_o_auth2_consent_request.py +0 -161
  1102. ory-client-1.20.22/test/test_o_auth2_consent_request_open_id_connect_context.py +0 -62
  1103. ory-client-1.20.22/test/test_o_auth2_consent_session.py +0 -175
  1104. ory-client-1.20.22/test/test_o_auth2_consent_session_expires_at.py +0 -56
  1105. ory-client-1.20.22/test/test_o_auth2_login_request.py +0 -234
  1106. ory-client-1.20.22/test/test_o_auth2_logout_request.py +0 -136
  1107. ory-client-1.20.22/test/test_o_auth2_redirect_to.py +0 -53
  1108. ory-client-1.20.22/test/test_o_auth2_token_exchange.py +0 -57
  1109. ory-client-1.20.22/test/test_oidc_api.py +0 -88
  1110. ory-client-1.20.22/test/test_oidc_configuration.py +0 -141
  1111. ory-client-1.20.22/test/test_oidc_user_info.py +0 -70
  1112. ory-client-1.20.22/test/test_onboarding_portal_link.py +0 -63
  1113. ory-client-1.20.22/test/test_onboarding_portal_organization.py +0 -151
  1114. ory-client-1.20.22/test/test_organization.py +0 -63
  1115. ory-client-1.20.22/test/test_organization_body.py +0 -55
  1116. ory-client-1.20.22/test/test_organization_onboarding_portal_links_response.py +0 -71
  1117. ory-client-1.20.22/test/test_parse_error.py +0 -58
  1118. ory-client-1.20.22/test/test_patch_identities_body.py +0 -93
  1119. ory-client-1.20.22/test/test_perform_native_logout_body.py +0 -53
  1120. ory-client-1.20.22/test/test_permission_api.py +0 -74
  1121. ory-client-1.20.22/test/test_permissions_on_workspace.py +0 -54
  1122. ory-client-1.20.22/test/test_plan.py +0 -55
  1123. ory-client-1.20.22/test/test_plan_details.py +0 -80
  1124. ory-client-1.20.22/test/test_post_check_permission_body.py +0 -59
  1125. ory-client-1.20.22/test/test_post_check_permission_or_error_body.py +0 -59
  1126. ory-client-1.20.22/test/test_project.py +0 -106
  1127. ory-client-1.20.22/test/test_project_api.py +0 -179
  1128. ory-client-1.20.22/test/test_project_api_key.py +0 -62
  1129. ory-client-1.20.22/test/test_project_branding.py +0 -599
  1130. ory-client-1.20.22/test/test_project_branding_colors.py +0 -80
  1131. ory-client-1.20.22/test/test_project_branding_theme.py +0 -189
  1132. ory-client-1.20.22/test/test_project_cors.py +0 -55
  1133. ory-client-1.20.22/test/test_project_events_datapoint.py +0 -65
  1134. ory-client-1.20.22/test/test_project_host.py +0 -57
  1135. ory-client-1.20.22/test/test_project_member.py +0 -61
  1136. ory-client-1.20.22/test/test_project_metadata.py +0 -83
  1137. ory-client-1.20.22/test/test_project_service_identity.py +0 -53
  1138. ory-client-1.20.22/test/test_project_service_o_auth2.py +0 -53
  1139. ory-client-1.20.22/test/test_project_service_permission.py +0 -53
  1140. ory-client-1.20.22/test/test_project_services.py +0 -57
  1141. ory-client-1.20.22/test/test_provider.py +0 -62
  1142. ory-client-1.20.22/test/test_quota_usage.py +0 -65
  1143. ory-client-1.20.22/test/test_recovery_code_for_identity.py +0 -56
  1144. ory-client-1.20.22/test/test_recovery_flow.py +0 -119
  1145. ory-client-1.20.22/test/test_recovery_flow_state.py +0 -34
  1146. ory-client-1.20.22/test/test_recovery_identity_address.py +0 -59
  1147. ory-client-1.20.22/test/test_recovery_link_for_identity.py +0 -54
  1148. ory-client-1.20.22/test/test_registration_flow.py +0 -217
  1149. ory-client-1.20.22/test/test_registration_flow_state.py +0 -34
  1150. ory-client-1.20.22/test/test_reject_o_auth2_request.py +0 -56
  1151. ory-client-1.20.22/test/test_relation_query.py +0 -59
  1152. ory-client-1.20.22/test/test_relationship.py +0 -62
  1153. ory-client-1.20.22/test/test_relationship_api.py +0 -74
  1154. ory-client-1.20.22/test/test_relationship_namespaces.py +0 -55
  1155. ory-client-1.20.22/test/test_relationship_patch.py +0 -61
  1156. ory-client-1.20.22/test/test_relationships.py +0 -63
  1157. ory-client-1.20.22/test/test_rfc6749_error_json.py +0 -56
  1158. ory-client-1.20.22/test/test_schema_patch.py +0 -55
  1159. ory-client-1.20.22/test/test_self_service_flow_expired_error.py +0 -69
  1160. ory-client-1.20.22/test/test_session.py +0 -116
  1161. ory-client-1.20.22/test/test_session_activity_datapoint.py +0 -57
  1162. ory-client-1.20.22/test/test_session_authentication_method.py +0 -56
  1163. ory-client-1.20.22/test/test_session_device.py +0 -56
  1164. ory-client-1.20.22/test/test_set_active_project_in_console_body.py +0 -53
  1165. ory-client-1.20.22/test/test_set_custom_domain_body.py +0 -58
  1166. ory-client-1.20.22/test/test_set_event_stream_body.py +0 -57
  1167. ory-client-1.20.22/test/test_set_organization_from_onboarding_portal_link_body.py +0 -147
  1168. ory-client-1.20.22/test/test_set_project.py +0 -103
  1169. ory-client-1.20.22/test/test_set_project_branding_theme_body.py +0 -86
  1170. ory-client-1.20.22/test/test_settings_flow.py +0 -203
  1171. ory-client-1.20.22/test/test_settings_flow_state.py +0 -34
  1172. ory-client-1.20.22/test/test_source_position.py +0 -53
  1173. ory-client-1.20.22/test/test_subject_set.py +0 -57
  1174. ory-client-1.20.22/test/test_subscription.py +0 -92
  1175. ory-client-1.20.22/test/test_successful_code_exchange_response.py +0 -182
  1176. ory-client-1.20.22/test/test_successful_native_login.py +0 -185
  1177. ory-client-1.20.22/test/test_successful_native_registration.py +0 -204
  1178. ory-client-1.20.22/test/test_successful_project_update.py +0 -123
  1179. ory-client-1.20.22/test/test_tax_line_item.py +0 -53
  1180. ory-client-1.20.22/test/test_time_interval.py +0 -55
  1181. ory-client-1.20.22/test/test_token_pagination.py +0 -53
  1182. ory-client-1.20.22/test/test_token_pagination_headers.py +0 -53
  1183. ory-client-1.20.22/test/test_token_pagination_request_parameters.py +0 -53
  1184. ory-client-1.20.22/test/test_token_pagination_response_headers.py +0 -53
  1185. ory-client-1.20.22/test/test_trust_o_auth2_jwt_grant_issuer.py +0 -99
  1186. ory-client-1.20.22/test/test_trusted_o_auth2_jwt_grant_issuer.py +0 -61
  1187. ory-client-1.20.22/test/test_trusted_o_auth2_jwt_grant_json_web_key.py +0 -53
  1188. ory-client-1.20.22/test/test_ui_container.py +0 -100
  1189. ory-client-1.20.22/test/test_ui_node.py +0 -83
  1190. ory-client-1.20.22/test/test_ui_node_anchor_attributes.py +0 -67
  1191. ory-client-1.20.22/test/test_ui_node_attributes.py +0 -117
  1192. ory-client-1.20.22/test/test_ui_node_division_attributes.py +0 -59
  1193. ory-client-1.20.22/test/test_ui_node_image_attributes.py +0 -61
  1194. ory-client-1.20.22/test/test_ui_node_input_attributes.py +0 -73
  1195. ory-client-1.20.22/test/test_ui_node_meta.py +0 -56
  1196. ory-client-1.20.22/test/test_ui_node_script_attributes.py +0 -69
  1197. ory-client-1.20.22/test/test_ui_node_text_attributes.py +0 -65
  1198. ory-client-1.20.22/test/test_ui_text.py +0 -58
  1199. ory-client-1.20.22/test/test_update_fedcm_flow_body.py +0 -57
  1200. ory-client-1.20.22/test/test_update_identity_body.py +0 -71
  1201. ory-client-1.20.22/test/test_update_login_flow_body.py +0 -76
  1202. ory-client-1.20.22/test/test_update_login_flow_with_code_method.py +0 -60
  1203. ory-client-1.20.22/test/test_update_login_flow_with_identifier_first_method.py +0 -57
  1204. ory-client-1.20.22/test/test_update_login_flow_with_lookup_secret_method.py +0 -56
  1205. ory-client-1.20.22/test/test_update_login_flow_with_oidc_method.py +0 -61
  1206. ory-client-1.20.22/test/test_update_login_flow_with_passkey_method.py +0 -55
  1207. ory-client-1.20.22/test/test_update_login_flow_with_password_method.py +0 -60
  1208. ory-client-1.20.22/test/test_update_login_flow_with_saml_method.py +0 -57
  1209. ory-client-1.20.22/test/test_update_login_flow_with_totp_method.py +0 -57
  1210. ory-client-1.20.22/test/test_update_login_flow_with_web_authn_method.py +0 -58
  1211. ory-client-1.20.22/test/test_update_organization_onboarding_portal_link_body.py +0 -54
  1212. ory-client-1.20.22/test/test_update_recovery_flow_body.py +0 -58
  1213. ory-client-1.20.22/test/test_update_recovery_flow_with_code_method.py +0 -57
  1214. ory-client-1.20.22/test/test_update_recovery_flow_with_link_method.py +0 -57
  1215. ory-client-1.20.22/test/test_update_registration_flow_body.py +0 -70
  1216. ory-client-1.20.22/test/test_update_registration_flow_with_code_method.py +0 -59
  1217. ory-client-1.20.22/test/test_update_registration_flow_with_oidc_method.py +0 -61
  1218. ory-client-1.20.22/test/test_update_registration_flow_with_passkey_method.py +0 -58
  1219. ory-client-1.20.22/test/test_update_registration_flow_with_password_method.py +0 -59
  1220. ory-client-1.20.22/test/test_update_registration_flow_with_profile_method.py +0 -58
  1221. ory-client-1.20.22/test/test_update_registration_flow_with_saml_method.py +0 -58
  1222. ory-client-1.20.22/test/test_update_registration_flow_with_web_authn_method.py +0 -59
  1223. ory-client-1.20.22/test/test_update_settings_flow_body.py +0 -74
  1224. ory-client-1.20.22/test/test_update_settings_flow_with_lookup_method.py +0 -59
  1225. ory-client-1.20.22/test/test_update_settings_flow_with_oidc_method.py +0 -59
  1226. ory-client-1.20.22/test/test_update_settings_flow_with_passkey_method.py +0 -56
  1227. ory-client-1.20.22/test/test_update_settings_flow_with_password_method.py +0 -57
  1228. ory-client-1.20.22/test/test_update_settings_flow_with_profile_method.py +0 -57
  1229. ory-client-1.20.22/test/test_update_settings_flow_with_saml_method.py +0 -59
  1230. ory-client-1.20.22/test/test_update_settings_flow_with_totp_method.py +0 -57
  1231. ory-client-1.20.22/test/test_update_settings_flow_with_web_authn_method.py +0 -58
  1232. ory-client-1.20.22/test/test_update_subscription_body.py +0 -56
  1233. ory-client-1.20.22/test/test_update_verification_flow_body.py +0 -58
  1234. ory-client-1.20.22/test/test_update_verification_flow_with_code_method.py +0 -57
  1235. ory-client-1.20.22/test/test_update_verification_flow_with_link_method.py +0 -57
  1236. ory-client-1.20.22/test/test_update_workspace_body.py +0 -53
  1237. ory-client-1.20.22/test/test_usage.py +0 -57
  1238. ory-client-1.20.22/test/test_verifiable_credential_priming_response.py +0 -59
  1239. ory-client-1.20.22/test/test_verifiable_credential_proof.py +0 -53
  1240. ory-client-1.20.22/test/test_verifiable_credential_response.py +0 -53
  1241. ory-client-1.20.22/test/test_verifiable_identity_address.py +0 -63
  1242. ory-client-1.20.22/test/test_verification_flow.py +0 -113
  1243. ory-client-1.20.22/test/test_verification_flow_state.py +0 -34
  1244. ory-client-1.20.22/test/test_verify_user_code_request.py +0 -139
  1245. ory-client-1.20.22/test/test_version.py +0 -52
  1246. ory-client-1.20.22/test/test_warning.py +0 -53
  1247. ory-client-1.20.22/test/test_wellknown_api.py +0 -39
  1248. ory-client-1.20.22/test/test_workspace.py +0 -61
  1249. ory-client-1.20.22/test/test_workspace_api.py +0 -88
  1250. ory-client-1.20.22/test/test_workspace_api_key.py +0 -62
  1251. {ory-client-1.20.22 → ory-client-1.20.23}/LICENSE +0 -0
  1252. {ory-client-1.20.22 → ory-client-1.20.23}/ory_client/api/__init__.py +0 -0
  1253. {ory-client-1.20.22 → ory-client-1.20.23}/ory_client/api_response.py +0 -0
  1254. {ory-client-1.20.22 → ory-client-1.20.23}/ory_client/py.typed +0 -0
  1255. {ory-client-1.20.22 → ory-client-1.20.23}/ory_client.egg-info/SOURCES.txt +0 -0
  1256. {ory-client-1.20.22 → ory-client-1.20.23}/ory_client.egg-info/dependency_links.txt +0 -0
  1257. {ory-client-1.20.22 → ory-client-1.20.23}/ory_client.egg-info/requires.txt +0 -0
  1258. {ory-client-1.20.22 → ory-client-1.20.23}/ory_client.egg-info/top_level.txt +0 -0
  1259. {ory-client-1.20.22 → ory-client-1.20.23}/setup.cfg +0 -0
@@ -0,0 +1,14 @@
1
+ Metadata-Version: 2.1
2
+ Name: ory-client
3
+ Version: 1.20.23
4
+ Summary: Ory APIs
5
+ Home-page: https://github.com/ory/sdk
6
+ Author: API Support
7
+ Author-email: support@ory.sh
8
+ License: Apache 2.0
9
+ Keywords: OpenAPI,OpenAPI-Generator,Ory APIs
10
+ Description-Content-Type: text/markdown
11
+ License-File: LICENSE
12
+
13
+ # Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
14
+
@@ -0,0 +1,603 @@
1
+ # ory-client
2
+ # Introduction
3
+ Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed
4
+ with a valid Personal Access Token. Public APIs are mostly used in browsers.
5
+
6
+ ## SDKs
7
+ This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages:
8
+
9
+ | Language | Download SDK | Documentation |
10
+ | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
11
+ | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) |
12
+ | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) |
13
+ | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) |
14
+ | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) |
15
+ | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) |
16
+ | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) |
17
+ | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) |
18
+ | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) |
19
+ | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) |
20
+ | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) |
21
+ | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
22
+
23
+
24
+ This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
25
+
26
+ - API version: v1.20.23
27
+ - Package version: v1.20.23
28
+ - Generator version: 7.12.0
29
+ - Build package: org.openapitools.codegen.languages.PythonClientCodegen
30
+
31
+ ## Requirements.
32
+
33
+ Python 3.8+
34
+
35
+ ## Installation & Usage
36
+ ### pip install
37
+
38
+ If the python package is hosted on a repository, you can install directly using:
39
+
40
+ ```sh
41
+ pip install git+https://github.com/ory/sdk.git
42
+ ```
43
+ (you may need to run `pip` with root permission: `sudo pip install git+https://github.com/ory/sdk.git`)
44
+
45
+ Then import the package:
46
+ ```python
47
+ import ory_client
48
+ ```
49
+
50
+ ### Setuptools
51
+
52
+ Install via [Setuptools](http://pypi.python.org/pypi/setuptools).
53
+
54
+ ```sh
55
+ python setup.py install --user
56
+ ```
57
+ (or `sudo python setup.py install` to install the package for all users)
58
+
59
+ Then import the package:
60
+ ```python
61
+ import ory_client
62
+ ```
63
+
64
+ ### Tests
65
+
66
+ Execute `pytest` to run the tests.
67
+
68
+ ## Getting Started
69
+
70
+ Please follow the [installation procedure](#installation--usage) and then run the following:
71
+
72
+ ```python
73
+
74
+ import ory_client
75
+ from ory_client.rest import ApiException
76
+ from pprint import pprint
77
+
78
+ # Defining the host is optional and defaults to https://playground.projects.oryapis.com
79
+ # See configuration.py for a list of all supported configuration parameters.
80
+ configuration = ory_client.Configuration(
81
+ host = "https://playground.projects.oryapis.com"
82
+ )
83
+
84
+ # The client must configure the authentication and authorization parameters
85
+ # in accordance with the API server security policy.
86
+ # Examples for each auth method are provided below, use the example that
87
+ # satisfies your auth use case.
88
+
89
+ # Configure Bearer authorization: oryAccessToken
90
+ configuration = ory_client.Configuration(
91
+ access_token = os.environ["BEARER_TOKEN"]
92
+ )
93
+
94
+
95
+ # Enter a context with an instance of the API client
96
+ with ory_client.ApiClient(configuration) as api_client:
97
+ # Create an instance of the API class
98
+ api_instance = ory_client.CourierApi(api_client)
99
+ id = 'id_example' # str | MessageID is the ID of the message.
100
+
101
+ try:
102
+ # Get a Message
103
+ api_response = api_instance.get_courier_message(id)
104
+ print("The response of CourierApi->get_courier_message:\n")
105
+ pprint(api_response)
106
+ except ApiException as e:
107
+ print("Exception when calling CourierApi->get_courier_message: %s\n" % e)
108
+
109
+ ```
110
+
111
+ ## Documentation for API Endpoints
112
+
113
+ All URIs are relative to *https://playground.projects.oryapis.com*
114
+
115
+ Class | Method | HTTP request | Description
116
+ ------------ | ------------- | ------------- | -------------
117
+ *CourierApi* | [**get_courier_message**](docs/CourierApi.md#get_courier_message) | **GET** /admin/courier/messages/{id} | Get a Message
118
+ *CourierApi* | [**list_courier_messages**](docs/CourierApi.md#list_courier_messages) | **GET** /admin/courier/messages | List Messages
119
+ *EventsApi* | [**create_event_stream**](docs/EventsApi.md#create_event_stream) | **POST** /projects/{project_id}/eventstreams | Create an event stream for your project.
120
+ *EventsApi* | [**delete_event_stream**](docs/EventsApi.md#delete_event_stream) | **DELETE** /projects/{project_id}/eventstreams/{event_stream_id} | Remove an event stream from a project
121
+ *EventsApi* | [**list_event_streams**](docs/EventsApi.md#list_event_streams) | **GET** /projects/{project_id}/eventstreams | List all event streams for the project. This endpoint is not paginated.
122
+ *EventsApi* | [**set_event_stream**](docs/EventsApi.md#set_event_stream) | **PUT** /projects/{project_id}/eventstreams/{event_stream_id} | Update an event stream for a project.
123
+ *FrontendApi* | [**create_browser_login_flow**](docs/FrontendApi.md#create_browser_login_flow) | **GET** /self-service/login/browser | Create Login Flow for Browsers
124
+ *FrontendApi* | [**create_browser_logout_flow**](docs/FrontendApi.md#create_browser_logout_flow) | **GET** /self-service/logout/browser | Create a Logout URL for Browsers
125
+ *FrontendApi* | [**create_browser_recovery_flow**](docs/FrontendApi.md#create_browser_recovery_flow) | **GET** /self-service/recovery/browser | Create Recovery Flow for Browsers
126
+ *FrontendApi* | [**create_browser_registration_flow**](docs/FrontendApi.md#create_browser_registration_flow) | **GET** /self-service/registration/browser | Create Registration Flow for Browsers
127
+ *FrontendApi* | [**create_browser_settings_flow**](docs/FrontendApi.md#create_browser_settings_flow) | **GET** /self-service/settings/browser | Create Settings Flow for Browsers
128
+ *FrontendApi* | [**create_browser_verification_flow**](docs/FrontendApi.md#create_browser_verification_flow) | **GET** /self-service/verification/browser | Create Verification Flow for Browser Clients
129
+ *FrontendApi* | [**create_fedcm_flow**](docs/FrontendApi.md#create_fedcm_flow) | **GET** /self-service/fed-cm/parameters | Get FedCM Parameters
130
+ *FrontendApi* | [**create_native_login_flow**](docs/FrontendApi.md#create_native_login_flow) | **GET** /self-service/login/api | Create Login Flow for Native Apps
131
+ *FrontendApi* | [**create_native_recovery_flow**](docs/FrontendApi.md#create_native_recovery_flow) | **GET** /self-service/recovery/api | Create Recovery Flow for Native Apps
132
+ *FrontendApi* | [**create_native_registration_flow**](docs/FrontendApi.md#create_native_registration_flow) | **GET** /self-service/registration/api | Create Registration Flow for Native Apps
133
+ *FrontendApi* | [**create_native_settings_flow**](docs/FrontendApi.md#create_native_settings_flow) | **GET** /self-service/settings/api | Create Settings Flow for Native Apps
134
+ *FrontendApi* | [**create_native_verification_flow**](docs/FrontendApi.md#create_native_verification_flow) | **GET** /self-service/verification/api | Create Verification Flow for Native Apps
135
+ *FrontendApi* | [**disable_my_other_sessions**](docs/FrontendApi.md#disable_my_other_sessions) | **DELETE** /sessions | Disable my other sessions
136
+ *FrontendApi* | [**disable_my_session**](docs/FrontendApi.md#disable_my_session) | **DELETE** /sessions/{id} | Disable one of my sessions
137
+ *FrontendApi* | [**exchange_session_token**](docs/FrontendApi.md#exchange_session_token) | **GET** /sessions/token-exchange | Exchange Session Token
138
+ *FrontendApi* | [**get_flow_error**](docs/FrontendApi.md#get_flow_error) | **GET** /self-service/errors | Get User-Flow Errors
139
+ *FrontendApi* | [**get_login_flow**](docs/FrontendApi.md#get_login_flow) | **GET** /self-service/login/flows | Get Login Flow
140
+ *FrontendApi* | [**get_recovery_flow**](docs/FrontendApi.md#get_recovery_flow) | **GET** /self-service/recovery/flows | Get Recovery Flow
141
+ *FrontendApi* | [**get_registration_flow**](docs/FrontendApi.md#get_registration_flow) | **GET** /self-service/registration/flows | Get Registration Flow
142
+ *FrontendApi* | [**get_settings_flow**](docs/FrontendApi.md#get_settings_flow) | **GET** /self-service/settings/flows | Get Settings Flow
143
+ *FrontendApi* | [**get_verification_flow**](docs/FrontendApi.md#get_verification_flow) | **GET** /self-service/verification/flows | Get Verification Flow
144
+ *FrontendApi* | [**get_web_authn_java_script**](docs/FrontendApi.md#get_web_authn_java_script) | **GET** /.well-known/ory/webauthn.js | Get WebAuthn JavaScript
145
+ *FrontendApi* | [**list_my_sessions**](docs/FrontendApi.md#list_my_sessions) | **GET** /sessions | Get My Active Sessions
146
+ *FrontendApi* | [**perform_native_logout**](docs/FrontendApi.md#perform_native_logout) | **DELETE** /self-service/logout/api | Perform Logout for Native Apps
147
+ *FrontendApi* | [**to_session**](docs/FrontendApi.md#to_session) | **GET** /sessions/whoami | Check Who the Current HTTP Session Belongs To
148
+ *FrontendApi* | [**update_fedcm_flow**](docs/FrontendApi.md#update_fedcm_flow) | **POST** /self-service/fed-cm/token | Submit a FedCM token
149
+ *FrontendApi* | [**update_login_flow**](docs/FrontendApi.md#update_login_flow) | **POST** /self-service/login | Submit a Login Flow
150
+ *FrontendApi* | [**update_logout_flow**](docs/FrontendApi.md#update_logout_flow) | **GET** /self-service/logout | Update Logout Flow
151
+ *FrontendApi* | [**update_recovery_flow**](docs/FrontendApi.md#update_recovery_flow) | **POST** /self-service/recovery | Update Recovery Flow
152
+ *FrontendApi* | [**update_registration_flow**](docs/FrontendApi.md#update_registration_flow) | **POST** /self-service/registration | Update Registration Flow
153
+ *FrontendApi* | [**update_settings_flow**](docs/FrontendApi.md#update_settings_flow) | **POST** /self-service/settings | Complete Settings Flow
154
+ *FrontendApi* | [**update_verification_flow**](docs/FrontendApi.md#update_verification_flow) | **POST** /self-service/verification | Complete Verification Flow
155
+ *IdentityApi* | [**batch_patch_identities**](docs/IdentityApi.md#batch_patch_identities) | **PATCH** /admin/identities | Create multiple identities
156
+ *IdentityApi* | [**create_identity**](docs/IdentityApi.md#create_identity) | **POST** /admin/identities | Create an Identity
157
+ *IdentityApi* | [**create_recovery_code_for_identity**](docs/IdentityApi.md#create_recovery_code_for_identity) | **POST** /admin/recovery/code | Create a Recovery Code
158
+ *IdentityApi* | [**create_recovery_link_for_identity**](docs/IdentityApi.md#create_recovery_link_for_identity) | **POST** /admin/recovery/link | Create a Recovery Link
159
+ *IdentityApi* | [**delete_identity**](docs/IdentityApi.md#delete_identity) | **DELETE** /admin/identities/{id} | Delete an Identity
160
+ *IdentityApi* | [**delete_identity_credentials**](docs/IdentityApi.md#delete_identity_credentials) | **DELETE** /admin/identities/{id}/credentials/{type} | Delete a credential for a specific identity
161
+ *IdentityApi* | [**delete_identity_sessions**](docs/IdentityApi.md#delete_identity_sessions) | **DELETE** /admin/identities/{id}/sessions | Delete & Invalidate an Identity's Sessions
162
+ *IdentityApi* | [**disable_session**](docs/IdentityApi.md#disable_session) | **DELETE** /admin/sessions/{id} | Deactivate a Session
163
+ *IdentityApi* | [**extend_session**](docs/IdentityApi.md#extend_session) | **PATCH** /admin/sessions/{id}/extend | Extend a Session
164
+ *IdentityApi* | [**get_identity**](docs/IdentityApi.md#get_identity) | **GET** /admin/identities/{id} | Get an Identity
165
+ *IdentityApi* | [**get_identity_schema**](docs/IdentityApi.md#get_identity_schema) | **GET** /schemas/{id} | Get Identity JSON Schema
166
+ *IdentityApi* | [**get_session**](docs/IdentityApi.md#get_session) | **GET** /admin/sessions/{id} | Get Session
167
+ *IdentityApi* | [**list_identities**](docs/IdentityApi.md#list_identities) | **GET** /admin/identities | List Identities
168
+ *IdentityApi* | [**list_identity_schemas**](docs/IdentityApi.md#list_identity_schemas) | **GET** /schemas | Get all Identity Schemas
169
+ *IdentityApi* | [**list_identity_sessions**](docs/IdentityApi.md#list_identity_sessions) | **GET** /admin/identities/{id}/sessions | List an Identity's Sessions
170
+ *IdentityApi* | [**list_sessions**](docs/IdentityApi.md#list_sessions) | **GET** /admin/sessions | List All Sessions
171
+ *IdentityApi* | [**patch_identity**](docs/IdentityApi.md#patch_identity) | **PATCH** /admin/identities/{id} | Patch an Identity
172
+ *IdentityApi* | [**update_identity**](docs/IdentityApi.md#update_identity) | **PUT** /admin/identities/{id} | Update an Identity
173
+ *JwkApi* | [**create_json_web_key_set**](docs/JwkApi.md#create_json_web_key_set) | **POST** /admin/keys/{set} | Create JSON Web Key
174
+ *JwkApi* | [**delete_json_web_key**](docs/JwkApi.md#delete_json_web_key) | **DELETE** /admin/keys/{set}/{kid} | Delete JSON Web Key
175
+ *JwkApi* | [**delete_json_web_key_set**](docs/JwkApi.md#delete_json_web_key_set) | **DELETE** /admin/keys/{set} | Delete JSON Web Key Set
176
+ *JwkApi* | [**get_json_web_key**](docs/JwkApi.md#get_json_web_key) | **GET** /admin/keys/{set}/{kid} | Get JSON Web Key
177
+ *JwkApi* | [**get_json_web_key_set**](docs/JwkApi.md#get_json_web_key_set) | **GET** /admin/keys/{set} | Retrieve a JSON Web Key Set
178
+ *JwkApi* | [**set_json_web_key**](docs/JwkApi.md#set_json_web_key) | **PUT** /admin/keys/{set}/{kid} | Set JSON Web Key
179
+ *JwkApi* | [**set_json_web_key_set**](docs/JwkApi.md#set_json_web_key_set) | **PUT** /admin/keys/{set} | Update a JSON Web Key Set
180
+ *MetadataApi* | [**get_version**](docs/MetadataApi.md#get_version) | **GET** /version | Return Running Software Version.
181
+ *OAuth2Api* | [**accept_o_auth2_consent_request**](docs/OAuth2Api.md#accept_o_auth2_consent_request) | **PUT** /admin/oauth2/auth/requests/consent/accept | Accept OAuth 2.0 Consent Request
182
+ *OAuth2Api* | [**accept_o_auth2_login_request**](docs/OAuth2Api.md#accept_o_auth2_login_request) | **PUT** /admin/oauth2/auth/requests/login/accept | Accept OAuth 2.0 Login Request
183
+ *OAuth2Api* | [**accept_o_auth2_logout_request**](docs/OAuth2Api.md#accept_o_auth2_logout_request) | **PUT** /admin/oauth2/auth/requests/logout/accept | Accept OAuth 2.0 Session Logout Request
184
+ *OAuth2Api* | [**accept_user_code_request**](docs/OAuth2Api.md#accept_user_code_request) | **PUT** /admin/oauth2/auth/requests/device/accept | Accepts a device grant user_code request
185
+ *OAuth2Api* | [**create_o_auth2_client**](docs/OAuth2Api.md#create_o_auth2_client) | **POST** /admin/clients | Create OAuth 2.0 Client
186
+ *OAuth2Api* | [**delete_o_auth2_client**](docs/OAuth2Api.md#delete_o_auth2_client) | **DELETE** /admin/clients/{id} | Delete OAuth 2.0 Client
187
+ *OAuth2Api* | [**delete_o_auth2_token**](docs/OAuth2Api.md#delete_o_auth2_token) | **DELETE** /admin/oauth2/tokens | Delete OAuth 2.0 Access Tokens from specific OAuth 2.0 Client
188
+ *OAuth2Api* | [**delete_trusted_o_auth2_jwt_grant_issuer**](docs/OAuth2Api.md#delete_trusted_o_auth2_jwt_grant_issuer) | **DELETE** /admin/trust/grants/jwt-bearer/issuers/{id} | Delete Trusted OAuth2 JWT Bearer Grant Type Issuer
189
+ *OAuth2Api* | [**get_o_auth2_client**](docs/OAuth2Api.md#get_o_auth2_client) | **GET** /admin/clients/{id} | Get an OAuth 2.0 Client
190
+ *OAuth2Api* | [**get_o_auth2_consent_request**](docs/OAuth2Api.md#get_o_auth2_consent_request) | **GET** /admin/oauth2/auth/requests/consent | Get OAuth 2.0 Consent Request
191
+ *OAuth2Api* | [**get_o_auth2_login_request**](docs/OAuth2Api.md#get_o_auth2_login_request) | **GET** /admin/oauth2/auth/requests/login | Get OAuth 2.0 Login Request
192
+ *OAuth2Api* | [**get_o_auth2_logout_request**](docs/OAuth2Api.md#get_o_auth2_logout_request) | **GET** /admin/oauth2/auth/requests/logout | Get OAuth 2.0 Session Logout Request
193
+ *OAuth2Api* | [**get_trusted_o_auth2_jwt_grant_issuer**](docs/OAuth2Api.md#get_trusted_o_auth2_jwt_grant_issuer) | **GET** /admin/trust/grants/jwt-bearer/issuers/{id} | Get Trusted OAuth2 JWT Bearer Grant Type Issuer
194
+ *OAuth2Api* | [**introspect_o_auth2_token**](docs/OAuth2Api.md#introspect_o_auth2_token) | **POST** /admin/oauth2/introspect | Introspect OAuth2 Access and Refresh Tokens
195
+ *OAuth2Api* | [**list_o_auth2_clients**](docs/OAuth2Api.md#list_o_auth2_clients) | **GET** /admin/clients | List OAuth 2.0 Clients
196
+ *OAuth2Api* | [**list_o_auth2_consent_sessions**](docs/OAuth2Api.md#list_o_auth2_consent_sessions) | **GET** /admin/oauth2/auth/sessions/consent | List OAuth 2.0 Consent Sessions of a Subject
197
+ *OAuth2Api* | [**list_trusted_o_auth2_jwt_grant_issuers**](docs/OAuth2Api.md#list_trusted_o_auth2_jwt_grant_issuers) | **GET** /admin/trust/grants/jwt-bearer/issuers | List Trusted OAuth2 JWT Bearer Grant Type Issuers
198
+ *OAuth2Api* | [**o_auth2_authorize**](docs/OAuth2Api.md#o_auth2_authorize) | **GET** /oauth2/auth | OAuth 2.0 Authorize Endpoint
199
+ *OAuth2Api* | [**o_auth2_device_flow**](docs/OAuth2Api.md#o_auth2_device_flow) | **POST** /oauth2/device/auth | The OAuth 2.0 Device Authorize Endpoint
200
+ *OAuth2Api* | [**oauth2_token_exchange**](docs/OAuth2Api.md#oauth2_token_exchange) | **POST** /oauth2/token | The OAuth 2.0 Token Endpoint
201
+ *OAuth2Api* | [**patch_o_auth2_client**](docs/OAuth2Api.md#patch_o_auth2_client) | **PATCH** /admin/clients/{id} | Patch OAuth 2.0 Client
202
+ *OAuth2Api* | [**perform_o_auth2_device_verification_flow**](docs/OAuth2Api.md#perform_o_auth2_device_verification_flow) | **GET** /oauth2/device/verify | OAuth 2.0 Device Verification Endpoint
203
+ *OAuth2Api* | [**reject_o_auth2_consent_request**](docs/OAuth2Api.md#reject_o_auth2_consent_request) | **PUT** /admin/oauth2/auth/requests/consent/reject | Reject OAuth 2.0 Consent Request
204
+ *OAuth2Api* | [**reject_o_auth2_login_request**](docs/OAuth2Api.md#reject_o_auth2_login_request) | **PUT** /admin/oauth2/auth/requests/login/reject | Reject OAuth 2.0 Login Request
205
+ *OAuth2Api* | [**reject_o_auth2_logout_request**](docs/OAuth2Api.md#reject_o_auth2_logout_request) | **PUT** /admin/oauth2/auth/requests/logout/reject | Reject OAuth 2.0 Session Logout Request
206
+ *OAuth2Api* | [**revoke_o_auth2_consent_sessions**](docs/OAuth2Api.md#revoke_o_auth2_consent_sessions) | **DELETE** /admin/oauth2/auth/sessions/consent | Revoke OAuth 2.0 Consent Sessions of a Subject
207
+ *OAuth2Api* | [**revoke_o_auth2_login_sessions**](docs/OAuth2Api.md#revoke_o_auth2_login_sessions) | **DELETE** /admin/oauth2/auth/sessions/login | Revokes OAuth 2.0 Login Sessions by either a Subject or a SessionID
208
+ *OAuth2Api* | [**revoke_o_auth2_token**](docs/OAuth2Api.md#revoke_o_auth2_token) | **POST** /oauth2/revoke | Revoke OAuth 2.0 Access or Refresh Token
209
+ *OAuth2Api* | [**set_o_auth2_client**](docs/OAuth2Api.md#set_o_auth2_client) | **PUT** /admin/clients/{id} | Set OAuth 2.0 Client
210
+ *OAuth2Api* | [**set_o_auth2_client_lifespans**](docs/OAuth2Api.md#set_o_auth2_client_lifespans) | **PUT** /admin/clients/{id}/lifespans | Set OAuth2 Client Token Lifespans
211
+ *OAuth2Api* | [**trust_o_auth2_jwt_grant_issuer**](docs/OAuth2Api.md#trust_o_auth2_jwt_grant_issuer) | **POST** /admin/trust/grants/jwt-bearer/issuers | Trust OAuth2 JWT Bearer Grant Type Issuer
212
+ *OidcApi* | [**create_oidc_dynamic_client**](docs/OidcApi.md#create_oidc_dynamic_client) | **POST** /oauth2/register | Register OAuth2 Client using OpenID Dynamic Client Registration
213
+ *OidcApi* | [**create_verifiable_credential**](docs/OidcApi.md#create_verifiable_credential) | **POST** /credentials | Issues a Verifiable Credential
214
+ *OidcApi* | [**delete_oidc_dynamic_client**](docs/OidcApi.md#delete_oidc_dynamic_client) | **DELETE** /oauth2/register/{id} | Delete OAuth 2.0 Client using the OpenID Dynamic Client Registration Management Protocol
215
+ *OidcApi* | [**discover_oidc_configuration**](docs/OidcApi.md#discover_oidc_configuration) | **GET** /.well-known/openid-configuration | OpenID Connect Discovery
216
+ *OidcApi* | [**get_oidc_dynamic_client**](docs/OidcApi.md#get_oidc_dynamic_client) | **GET** /oauth2/register/{id} | Get OAuth2 Client using OpenID Dynamic Client Registration
217
+ *OidcApi* | [**get_oidc_user_info**](docs/OidcApi.md#get_oidc_user_info) | **GET** /userinfo | OpenID Connect Userinfo
218
+ *OidcApi* | [**revoke_oidc_session**](docs/OidcApi.md#revoke_oidc_session) | **GET** /oauth2/sessions/logout | OpenID Connect Front- and Back-channel Enabled Logout
219
+ *OidcApi* | [**set_oidc_dynamic_client**](docs/OidcApi.md#set_oidc_dynamic_client) | **PUT** /oauth2/register/{id} | Set OAuth2 Client using OpenID Dynamic Client Registration
220
+ *PermissionApi* | [**batch_check_permission**](docs/PermissionApi.md#batch_check_permission) | **POST** /relation-tuples/batch/check | Batch check permissions
221
+ *PermissionApi* | [**check_permission**](docs/PermissionApi.md#check_permission) | **GET** /relation-tuples/check/openapi | Check a permission
222
+ *PermissionApi* | [**check_permission_or_error**](docs/PermissionApi.md#check_permission_or_error) | **GET** /relation-tuples/check | Check a permission
223
+ *PermissionApi* | [**expand_permissions**](docs/PermissionApi.md#expand_permissions) | **GET** /relation-tuples/expand | Expand a Relationship into permissions.
224
+ *PermissionApi* | [**post_check_permission**](docs/PermissionApi.md#post_check_permission) | **POST** /relation-tuples/check/openapi | Check a permission
225
+ *PermissionApi* | [**post_check_permission_or_error**](docs/PermissionApi.md#post_check_permission_or_error) | **POST** /relation-tuples/check | Check a permission
226
+ *ProjectApi* | [**create_organization**](docs/ProjectApi.md#create_organization) | **POST** /projects/{project_id}/organizations | Create an Enterprise SSO Organization
227
+ *ProjectApi* | [**create_organization_onboarding_portal_link**](docs/ProjectApi.md#create_organization_onboarding_portal_link) | **POST** /projects/{project_id}/organizations/{organization_id}/onboarding-portal-links | Create organization onboarding portal link
228
+ *ProjectApi* | [**create_project**](docs/ProjectApi.md#create_project) | **POST** /projects | Create a Project
229
+ *ProjectApi* | [**create_project_api_key**](docs/ProjectApi.md#create_project_api_key) | **POST** /projects/{project}/tokens | Create project API key
230
+ *ProjectApi* | [**delete_organization**](docs/ProjectApi.md#delete_organization) | **DELETE** /projects/{project_id}/organizations/{organization_id} | Delete Enterprise SSO Organization
231
+ *ProjectApi* | [**delete_organization_onboarding_portal_link**](docs/ProjectApi.md#delete_organization_onboarding_portal_link) | **DELETE** /projects/{project_id}/organizations/{organization_id}/onboarding-portal-links/{onboarding_portal_link_id} | Delete an organization onboarding portal link
232
+ *ProjectApi* | [**delete_project_api_key**](docs/ProjectApi.md#delete_project_api_key) | **DELETE** /projects/{project}/tokens/{token_id} | Delete project API key
233
+ *ProjectApi* | [**get_organization**](docs/ProjectApi.md#get_organization) | **GET** /projects/{project_id}/organizations/{organization_id} | Get Enterprise SSO Organization by ID
234
+ *ProjectApi* | [**get_organization_onboarding_portal_links**](docs/ProjectApi.md#get_organization_onboarding_portal_links) | **GET** /projects/{project_id}/organizations/{organization_id}/onboarding-portal-links | Get the organization onboarding portal links
235
+ *ProjectApi* | [**get_project**](docs/ProjectApi.md#get_project) | **GET** /projects/{project_id} | Get a Project
236
+ *ProjectApi* | [**get_project_members**](docs/ProjectApi.md#get_project_members) | **GET** /projects/{project}/members | Get all members associated with this project
237
+ *ProjectApi* | [**list_organizations**](docs/ProjectApi.md#list_organizations) | **GET** /projects/{project_id}/organizations | List all Enterprise SSO organizations
238
+ *ProjectApi* | [**list_project_api_keys**](docs/ProjectApi.md#list_project_api_keys) | **GET** /projects/{project}/tokens | List a project's API keys
239
+ *ProjectApi* | [**list_projects**](docs/ProjectApi.md#list_projects) | **GET** /projects | List All Projects
240
+ *ProjectApi* | [**patch_project**](docs/ProjectApi.md#patch_project) | **PATCH** /projects/{project_id} | Patch an Ory Network Project Configuration
241
+ *ProjectApi* | [**patch_project_with_revision**](docs/ProjectApi.md#patch_project_with_revision) | **PATCH** /projects/{project_id}/revision/{revision_id} | Patch an Ory Network Project Configuration based on a revision ID
242
+ *ProjectApi* | [**purge_project**](docs/ProjectApi.md#purge_project) | **DELETE** /projects/{project_id} | Irrecoverably purge a project
243
+ *ProjectApi* | [**remove_project_member**](docs/ProjectApi.md#remove_project_member) | **DELETE** /projects/{project}/members/{member} | Remove a member associated with this project
244
+ *ProjectApi* | [**set_project**](docs/ProjectApi.md#set_project) | **PUT** /projects/{project_id} | Update an Ory Network Project Configuration
245
+ *ProjectApi* | [**update_organization**](docs/ProjectApi.md#update_organization) | **PUT** /projects/{project_id}/organizations/{organization_id} | Update an Enterprise SSO Organization
246
+ *ProjectApi* | [**update_organization_onboarding_portal_link**](docs/ProjectApi.md#update_organization_onboarding_portal_link) | **POST** /projects/{project_id}/organizations/{organization_id}/onboarding-portal-links/{onboarding_portal_link_id} | Update organization onboarding portal link
247
+ *RelationshipApi* | [**check_opl_syntax**](docs/RelationshipApi.md#check_opl_syntax) | **POST** /opl/syntax/check | Check the syntax of an OPL file
248
+ *RelationshipApi* | [**create_relationship**](docs/RelationshipApi.md#create_relationship) | **PUT** /admin/relation-tuples | Create a Relationship
249
+ *RelationshipApi* | [**delete_relationships**](docs/RelationshipApi.md#delete_relationships) | **DELETE** /admin/relation-tuples | Delete Relationships
250
+ *RelationshipApi* | [**get_relationships**](docs/RelationshipApi.md#get_relationships) | **GET** /relation-tuples | Query relationships
251
+ *RelationshipApi* | [**list_relationship_namespaces**](docs/RelationshipApi.md#list_relationship_namespaces) | **GET** /namespaces | Query namespaces
252
+ *RelationshipApi* | [**patch_relationships**](docs/RelationshipApi.md#patch_relationships) | **PATCH** /admin/relation-tuples | Patch Multiple Relationships
253
+ *WellknownApi* | [**discover_json_web_keys**](docs/WellknownApi.md#discover_json_web_keys) | **GET** /.well-known/jwks.json | Discover Well-Known JSON Web Keys
254
+ *WorkspaceApi* | [**create_workspace**](docs/WorkspaceApi.md#create_workspace) | **POST** /workspaces | Create a new workspace
255
+ *WorkspaceApi* | [**create_workspace_api_key**](docs/WorkspaceApi.md#create_workspace_api_key) | **POST** /workspaces/{workspace}/tokens | Create workspace API key
256
+ *WorkspaceApi* | [**delete_workspace_api_key**](docs/WorkspaceApi.md#delete_workspace_api_key) | **DELETE** /workspaces/{workspace}/tokens/{token_id} | Delete workspace API key
257
+ *WorkspaceApi* | [**get_workspace**](docs/WorkspaceApi.md#get_workspace) | **GET** /workspaces/{workspace} | Get a workspace
258
+ *WorkspaceApi* | [**list_workspace_api_keys**](docs/WorkspaceApi.md#list_workspace_api_keys) | **GET** /workspaces/{workspace}/tokens | List a workspace's API keys
259
+ *WorkspaceApi* | [**list_workspace_projects**](docs/WorkspaceApi.md#list_workspace_projects) | **GET** /workspaces/{workspace}/projects | List all projects of a workspace
260
+ *WorkspaceApi* | [**list_workspaces**](docs/WorkspaceApi.md#list_workspaces) | **GET** /workspaces | List workspaces the user is a member of
261
+ *WorkspaceApi* | [**update_workspace**](docs/WorkspaceApi.md#update_workspace) | **PUT** /workspaces/{workspace} | Update an workspace
262
+
263
+
264
+ ## Documentation For Models
265
+
266
+ - [AcceptDeviceUserCodeRequest](docs/AcceptDeviceUserCodeRequest.md)
267
+ - [AcceptOAuth2ConsentRequest](docs/AcceptOAuth2ConsentRequest.md)
268
+ - [AcceptOAuth2ConsentRequestSession](docs/AcceptOAuth2ConsentRequestSession.md)
269
+ - [AcceptOAuth2LoginRequest](docs/AcceptOAuth2LoginRequest.md)
270
+ - [AccountExperienceColors](docs/AccountExperienceColors.md)
271
+ - [AccountExperienceConfiguration](docs/AccountExperienceConfiguration.md)
272
+ - [AccountExperienceThemeVariables](docs/AccountExperienceThemeVariables.md)
273
+ - [ActiveProjectInConsole](docs/ActiveProjectInConsole.md)
274
+ - [AddProjectToWorkspaceBody](docs/AddProjectToWorkspaceBody.md)
275
+ - [Attribute](docs/Attribute.md)
276
+ - [AttributeFilter](docs/AttributeFilter.md)
277
+ - [AttributesCountDatapoint](docs/AttributesCountDatapoint.md)
278
+ - [AuthenticatorAssuranceLevel](docs/AuthenticatorAssuranceLevel.md)
279
+ - [BasicOrganization](docs/BasicOrganization.md)
280
+ - [BatchCheckPermissionBody](docs/BatchCheckPermissionBody.md)
281
+ - [BatchCheckPermissionResult](docs/BatchCheckPermissionResult.md)
282
+ - [BatchPatchIdentitiesResponse](docs/BatchPatchIdentitiesResponse.md)
283
+ - [BillingPeriodBucket](docs/BillingPeriodBucket.md)
284
+ - [CheckOplSyntaxResult](docs/CheckOplSyntaxResult.md)
285
+ - [CheckPermissionResult](docs/CheckPermissionResult.md)
286
+ - [CheckPermissionResultWithError](docs/CheckPermissionResultWithError.md)
287
+ - [CloudAccount](docs/CloudAccount.md)
288
+ - [ConsistencyRequestParameters](docs/ConsistencyRequestParameters.md)
289
+ - [ContinueWith](docs/ContinueWith.md)
290
+ - [ContinueWithRecoveryUi](docs/ContinueWithRecoveryUi.md)
291
+ - [ContinueWithRecoveryUiFlow](docs/ContinueWithRecoveryUiFlow.md)
292
+ - [ContinueWithRedirectBrowserTo](docs/ContinueWithRedirectBrowserTo.md)
293
+ - [ContinueWithSetOrySessionToken](docs/ContinueWithSetOrySessionToken.md)
294
+ - [ContinueWithSettingsUi](docs/ContinueWithSettingsUi.md)
295
+ - [ContinueWithSettingsUiFlow](docs/ContinueWithSettingsUiFlow.md)
296
+ - [ContinueWithVerificationUi](docs/ContinueWithVerificationUi.md)
297
+ - [ContinueWithVerificationUiFlow](docs/ContinueWithVerificationUiFlow.md)
298
+ - [CourierMessageStatus](docs/CourierMessageStatus.md)
299
+ - [CourierMessageType](docs/CourierMessageType.md)
300
+ - [CreateCustomDomainBody](docs/CreateCustomDomainBody.md)
301
+ - [CreateEventStreamBody](docs/CreateEventStreamBody.md)
302
+ - [CreateFedcmFlowResponse](docs/CreateFedcmFlowResponse.md)
303
+ - [CreateIdentityBody](docs/CreateIdentityBody.md)
304
+ - [CreateInviteResponse](docs/CreateInviteResponse.md)
305
+ - [CreateJsonWebKeySet](docs/CreateJsonWebKeySet.md)
306
+ - [CreateOrganizationOnboardingPortalLinkBody](docs/CreateOrganizationOnboardingPortalLinkBody.md)
307
+ - [CreateProjectApiKeyRequest](docs/CreateProjectApiKeyRequest.md)
308
+ - [CreateProjectBody](docs/CreateProjectBody.md)
309
+ - [CreateProjectBranding](docs/CreateProjectBranding.md)
310
+ - [CreateProjectMemberInviteBody](docs/CreateProjectMemberInviteBody.md)
311
+ - [CreateProjectNormalizedPayload](docs/CreateProjectNormalizedPayload.md)
312
+ - [CreateRecoveryCodeForIdentityBody](docs/CreateRecoveryCodeForIdentityBody.md)
313
+ - [CreateRecoveryLinkForIdentityBody](docs/CreateRecoveryLinkForIdentityBody.md)
314
+ - [CreateRelationshipBody](docs/CreateRelationshipBody.md)
315
+ - [CreateSubscriptionBody](docs/CreateSubscriptionBody.md)
316
+ - [CreateSubscriptionCommon](docs/CreateSubscriptionCommon.md)
317
+ - [CreateVerifiableCredentialRequestBody](docs/CreateVerifiableCredentialRequestBody.md)
318
+ - [CreateWorkspaceApiKeyBody](docs/CreateWorkspaceApiKeyBody.md)
319
+ - [CreateWorkspaceBody](docs/CreateWorkspaceBody.md)
320
+ - [CreateWorkspaceMemberInviteBody](docs/CreateWorkspaceMemberInviteBody.md)
321
+ - [CreateWorkspaceSubscriptionBody](docs/CreateWorkspaceSubscriptionBody.md)
322
+ - [CredentialSupportedDraft00](docs/CredentialSupportedDraft00.md)
323
+ - [CustomDomain](docs/CustomDomain.md)
324
+ - [DeleteMySessionsCount](docs/DeleteMySessionsCount.md)
325
+ - [DeviceAuthorization](docs/DeviceAuthorization.md)
326
+ - [DeviceUserAuthRequest](docs/DeviceUserAuthRequest.md)
327
+ - [EmailTemplateData](docs/EmailTemplateData.md)
328
+ - [EmailTemplateDataBody](docs/EmailTemplateDataBody.md)
329
+ - [ErrorAuthenticatorAssuranceLevelNotSatisfied](docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md)
330
+ - [ErrorBrowserLocationChangeRequired](docs/ErrorBrowserLocationChangeRequired.md)
331
+ - [ErrorFlowReplaced](docs/ErrorFlowReplaced.md)
332
+ - [ErrorGeneric](docs/ErrorGeneric.md)
333
+ - [ErrorOAuth2](docs/ErrorOAuth2.md)
334
+ - [EventStream](docs/EventStream.md)
335
+ - [ExpandedPermissionTree](docs/ExpandedPermissionTree.md)
336
+ - [FlowError](docs/FlowError.md)
337
+ - [GenericError](docs/GenericError.md)
338
+ - [GenericErrorContent](docs/GenericErrorContent.md)
339
+ - [GenericUsage](docs/GenericUsage.md)
340
+ - [GetAttributesCountResponse](docs/GetAttributesCountResponse.md)
341
+ - [GetManagedIdentitySchemaLocation](docs/GetManagedIdentitySchemaLocation.md)
342
+ - [GetMetricsEventAttributesResponse](docs/GetMetricsEventAttributesResponse.md)
343
+ - [GetMetricsEventTypesResponse](docs/GetMetricsEventTypesResponse.md)
344
+ - [GetOrganizationResponse](docs/GetOrganizationResponse.md)
345
+ - [GetProjectEventsBody](docs/GetProjectEventsBody.md)
346
+ - [GetProjectEventsResponse](docs/GetProjectEventsResponse.md)
347
+ - [GetProjectMetricsResponse](docs/GetProjectMetricsResponse.md)
348
+ - [GetSessionActivityResponse](docs/GetSessionActivityResponse.md)
349
+ - [GetVersion200Response](docs/GetVersion200Response.md)
350
+ - [HealthNotReadyStatus](docs/HealthNotReadyStatus.md)
351
+ - [HealthStatus](docs/HealthStatus.md)
352
+ - [Identity](docs/Identity.md)
353
+ - [IdentityCredentials](docs/IdentityCredentials.md)
354
+ - [IdentityCredentialsCode](docs/IdentityCredentialsCode.md)
355
+ - [IdentityCredentialsCodeAddress](docs/IdentityCredentialsCodeAddress.md)
356
+ - [IdentityCredentialsOidc](docs/IdentityCredentialsOidc.md)
357
+ - [IdentityCredentialsOidcProvider](docs/IdentityCredentialsOidcProvider.md)
358
+ - [IdentityCredentialsPassword](docs/IdentityCredentialsPassword.md)
359
+ - [IdentityPatch](docs/IdentityPatch.md)
360
+ - [IdentityPatchResponse](docs/IdentityPatchResponse.md)
361
+ - [IdentitySchemaContainer](docs/IdentitySchemaContainer.md)
362
+ - [IdentitySchemaPreset](docs/IdentitySchemaPreset.md)
363
+ - [IdentityWithCredentials](docs/IdentityWithCredentials.md)
364
+ - [IdentityWithCredentialsOidc](docs/IdentityWithCredentialsOidc.md)
365
+ - [IdentityWithCredentialsOidcConfig](docs/IdentityWithCredentialsOidcConfig.md)
366
+ - [IdentityWithCredentialsOidcConfigProvider](docs/IdentityWithCredentialsOidcConfigProvider.md)
367
+ - [IdentityWithCredentialsPassword](docs/IdentityWithCredentialsPassword.md)
368
+ - [IdentityWithCredentialsPasswordConfig](docs/IdentityWithCredentialsPasswordConfig.md)
369
+ - [IdentityWithCredentialsSaml](docs/IdentityWithCredentialsSaml.md)
370
+ - [IdentityWithCredentialsSamlConfig](docs/IdentityWithCredentialsSamlConfig.md)
371
+ - [IdentityWithCredentialsSamlConfigProvider](docs/IdentityWithCredentialsSamlConfigProvider.md)
372
+ - [InternalGetProjectBrandingBody](docs/InternalGetProjectBrandingBody.md)
373
+ - [InternalIsAXWelcomeScreenEnabledForProjectBody](docs/InternalIsAXWelcomeScreenEnabledForProjectBody.md)
374
+ - [InternalIsOwnerForProjectBySlugBody](docs/InternalIsOwnerForProjectBySlugBody.md)
375
+ - [InternalIsOwnerForProjectBySlugResponse](docs/InternalIsOwnerForProjectBySlugResponse.md)
376
+ - [IntrospectedOAuth2Token](docs/IntrospectedOAuth2Token.md)
377
+ - [InviteTokenBody](docs/InviteTokenBody.md)
378
+ - [Invoice](docs/Invoice.md)
379
+ - [InvoiceDataV1](docs/InvoiceDataV1.md)
380
+ - [IsOwnerForProjectBySlug](docs/IsOwnerForProjectBySlug.md)
381
+ - [JsonPatch](docs/JsonPatch.md)
382
+ - [JsonWebKey](docs/JsonWebKey.md)
383
+ - [JsonWebKeySet](docs/JsonWebKeySet.md)
384
+ - [KetoNamespace](docs/KetoNamespace.md)
385
+ - [KeysetPaginationRequestParameters](docs/KeysetPaginationRequestParameters.md)
386
+ - [KeysetPaginationResponseHeaders](docs/KeysetPaginationResponseHeaders.md)
387
+ - [LineItemV1](docs/LineItemV1.md)
388
+ - [ListEventStreams](docs/ListEventStreams.md)
389
+ - [ListInvoicesResponse](docs/ListInvoicesResponse.md)
390
+ - [ListOrganizationsResponse](docs/ListOrganizationsResponse.md)
391
+ - [ListWorkspaceProjects](docs/ListWorkspaceProjects.md)
392
+ - [ListWorkspaces](docs/ListWorkspaces.md)
393
+ - [LoginFlow](docs/LoginFlow.md)
394
+ - [LoginFlowState](docs/LoginFlowState.md)
395
+ - [LogoutFlow](docs/LogoutFlow.md)
396
+ - [ManagedIdentitySchema](docs/ManagedIdentitySchema.md)
397
+ - [ManagedIdentitySchemaValidationResult](docs/ManagedIdentitySchemaValidationResult.md)
398
+ - [MemberInvite](docs/MemberInvite.md)
399
+ - [Message](docs/Message.md)
400
+ - [MessageDispatch](docs/MessageDispatch.md)
401
+ - [MetricsDatapoint](docs/MetricsDatapoint.md)
402
+ - [Money](docs/Money.md)
403
+ - [Namespace](docs/Namespace.md)
404
+ - [NeedsPrivilegedSessionError](docs/NeedsPrivilegedSessionError.md)
405
+ - [NormalizedProject](docs/NormalizedProject.md)
406
+ - [NormalizedProjectRevision](docs/NormalizedProjectRevision.md)
407
+ - [NormalizedProjectRevisionCourierChannel](docs/NormalizedProjectRevisionCourierChannel.md)
408
+ - [NormalizedProjectRevisionHook](docs/NormalizedProjectRevisionHook.md)
409
+ - [NormalizedProjectRevisionIdentitySchema](docs/NormalizedProjectRevisionIdentitySchema.md)
410
+ - [NormalizedProjectRevisionSAMLProvider](docs/NormalizedProjectRevisionSAMLProvider.md)
411
+ - [NormalizedProjectRevisionScimClient](docs/NormalizedProjectRevisionScimClient.md)
412
+ - [NormalizedProjectRevisionThirdPartyProvider](docs/NormalizedProjectRevisionThirdPartyProvider.md)
413
+ - [NormalizedProjectRevisionTokenizerTemplate](docs/NormalizedProjectRevisionTokenizerTemplate.md)
414
+ - [OAuth2Client](docs/OAuth2Client.md)
415
+ - [OAuth2ClientTokenLifespans](docs/OAuth2ClientTokenLifespans.md)
416
+ - [OAuth2ConsentRequest](docs/OAuth2ConsentRequest.md)
417
+ - [OAuth2ConsentRequestOpenIDConnectContext](docs/OAuth2ConsentRequestOpenIDConnectContext.md)
418
+ - [OAuth2ConsentSession](docs/OAuth2ConsentSession.md)
419
+ - [OAuth2ConsentSessionExpiresAt](docs/OAuth2ConsentSessionExpiresAt.md)
420
+ - [OAuth2LoginRequest](docs/OAuth2LoginRequest.md)
421
+ - [OAuth2LogoutRequest](docs/OAuth2LogoutRequest.md)
422
+ - [OAuth2RedirectTo](docs/OAuth2RedirectTo.md)
423
+ - [OAuth2TokenExchange](docs/OAuth2TokenExchange.md)
424
+ - [OidcConfiguration](docs/OidcConfiguration.md)
425
+ - [OidcUserInfo](docs/OidcUserInfo.md)
426
+ - [OnboardingPortalLink](docs/OnboardingPortalLink.md)
427
+ - [OnboardingPortalOrganization](docs/OnboardingPortalOrganization.md)
428
+ - [Organization](docs/Organization.md)
429
+ - [OrganizationBody](docs/OrganizationBody.md)
430
+ - [OrganizationOnboardingPortalLinksResponse](docs/OrganizationOnboardingPortalLinksResponse.md)
431
+ - [ParseError](docs/ParseError.md)
432
+ - [PatchIdentitiesBody](docs/PatchIdentitiesBody.md)
433
+ - [PerformNativeLogoutBody](docs/PerformNativeLogoutBody.md)
434
+ - [PermissionsOnWorkspace](docs/PermissionsOnWorkspace.md)
435
+ - [Plan](docs/Plan.md)
436
+ - [PlanDetails](docs/PlanDetails.md)
437
+ - [PostCheckPermissionBody](docs/PostCheckPermissionBody.md)
438
+ - [PostCheckPermissionOrErrorBody](docs/PostCheckPermissionOrErrorBody.md)
439
+ - [Project](docs/Project.md)
440
+ - [ProjectApiKey](docs/ProjectApiKey.md)
441
+ - [ProjectBranding](docs/ProjectBranding.md)
442
+ - [ProjectBrandingColors](docs/ProjectBrandingColors.md)
443
+ - [ProjectBrandingTheme](docs/ProjectBrandingTheme.md)
444
+ - [ProjectCors](docs/ProjectCors.md)
445
+ - [ProjectEventsDatapoint](docs/ProjectEventsDatapoint.md)
446
+ - [ProjectHost](docs/ProjectHost.md)
447
+ - [ProjectMember](docs/ProjectMember.md)
448
+ - [ProjectMetadata](docs/ProjectMetadata.md)
449
+ - [ProjectServiceIdentity](docs/ProjectServiceIdentity.md)
450
+ - [ProjectServiceOAuth2](docs/ProjectServiceOAuth2.md)
451
+ - [ProjectServicePermission](docs/ProjectServicePermission.md)
452
+ - [ProjectServices](docs/ProjectServices.md)
453
+ - [Provider](docs/Provider.md)
454
+ - [QuotaUsage](docs/QuotaUsage.md)
455
+ - [RFC6749ErrorJson](docs/RFC6749ErrorJson.md)
456
+ - [RecoveryCodeForIdentity](docs/RecoveryCodeForIdentity.md)
457
+ - [RecoveryFlow](docs/RecoveryFlow.md)
458
+ - [RecoveryFlowState](docs/RecoveryFlowState.md)
459
+ - [RecoveryIdentityAddress](docs/RecoveryIdentityAddress.md)
460
+ - [RecoveryLinkForIdentity](docs/RecoveryLinkForIdentity.md)
461
+ - [RegistrationFlow](docs/RegistrationFlow.md)
462
+ - [RegistrationFlowState](docs/RegistrationFlowState.md)
463
+ - [RejectOAuth2Request](docs/RejectOAuth2Request.md)
464
+ - [RelationQuery](docs/RelationQuery.md)
465
+ - [Relationship](docs/Relationship.md)
466
+ - [RelationshipNamespaces](docs/RelationshipNamespaces.md)
467
+ - [RelationshipPatch](docs/RelationshipPatch.md)
468
+ - [Relationships](docs/Relationships.md)
469
+ - [SchemaPatch](docs/SchemaPatch.md)
470
+ - [SelfServiceFlowExpiredError](docs/SelfServiceFlowExpiredError.md)
471
+ - [Session](docs/Session.md)
472
+ - [SessionActivityDatapoint](docs/SessionActivityDatapoint.md)
473
+ - [SessionAuthenticationMethod](docs/SessionAuthenticationMethod.md)
474
+ - [SessionDevice](docs/SessionDevice.md)
475
+ - [SetActiveProjectInConsoleBody](docs/SetActiveProjectInConsoleBody.md)
476
+ - [SetCustomDomainBody](docs/SetCustomDomainBody.md)
477
+ - [SetEventStreamBody](docs/SetEventStreamBody.md)
478
+ - [SetOrganizationFromOnboardingPortalLinkBody](docs/SetOrganizationFromOnboardingPortalLinkBody.md)
479
+ - [SetProject](docs/SetProject.md)
480
+ - [SetProjectBrandingThemeBody](docs/SetProjectBrandingThemeBody.md)
481
+ - [SettingsFlow](docs/SettingsFlow.md)
482
+ - [SettingsFlowState](docs/SettingsFlowState.md)
483
+ - [SourcePosition](docs/SourcePosition.md)
484
+ - [SubjectSet](docs/SubjectSet.md)
485
+ - [Subscription](docs/Subscription.md)
486
+ - [SuccessfulCodeExchangeResponse](docs/SuccessfulCodeExchangeResponse.md)
487
+ - [SuccessfulNativeLogin](docs/SuccessfulNativeLogin.md)
488
+ - [SuccessfulNativeRegistration](docs/SuccessfulNativeRegistration.md)
489
+ - [SuccessfulProjectUpdate](docs/SuccessfulProjectUpdate.md)
490
+ - [TaxLineItem](docs/TaxLineItem.md)
491
+ - [TimeInterval](docs/TimeInterval.md)
492
+ - [TokenPagination](docs/TokenPagination.md)
493
+ - [TokenPaginationHeaders](docs/TokenPaginationHeaders.md)
494
+ - [TokenPaginationRequestParameters](docs/TokenPaginationRequestParameters.md)
495
+ - [TokenPaginationResponseHeaders](docs/TokenPaginationResponseHeaders.md)
496
+ - [TrustOAuth2JwtGrantIssuer](docs/TrustOAuth2JwtGrantIssuer.md)
497
+ - [TrustedOAuth2JwtGrantIssuer](docs/TrustedOAuth2JwtGrantIssuer.md)
498
+ - [TrustedOAuth2JwtGrantJsonWebKey](docs/TrustedOAuth2JwtGrantJsonWebKey.md)
499
+ - [UiContainer](docs/UiContainer.md)
500
+ - [UiNode](docs/UiNode.md)
501
+ - [UiNodeAnchorAttributes](docs/UiNodeAnchorAttributes.md)
502
+ - [UiNodeAttributes](docs/UiNodeAttributes.md)
503
+ - [UiNodeDivisionAttributes](docs/UiNodeDivisionAttributes.md)
504
+ - [UiNodeImageAttributes](docs/UiNodeImageAttributes.md)
505
+ - [UiNodeInputAttributes](docs/UiNodeInputAttributes.md)
506
+ - [UiNodeMeta](docs/UiNodeMeta.md)
507
+ - [UiNodeScriptAttributes](docs/UiNodeScriptAttributes.md)
508
+ - [UiNodeTextAttributes](docs/UiNodeTextAttributes.md)
509
+ - [UiText](docs/UiText.md)
510
+ - [UpdateFedcmFlowBody](docs/UpdateFedcmFlowBody.md)
511
+ - [UpdateIdentityBody](docs/UpdateIdentityBody.md)
512
+ - [UpdateLoginFlowBody](docs/UpdateLoginFlowBody.md)
513
+ - [UpdateLoginFlowWithCodeMethod](docs/UpdateLoginFlowWithCodeMethod.md)
514
+ - [UpdateLoginFlowWithIdentifierFirstMethod](docs/UpdateLoginFlowWithIdentifierFirstMethod.md)
515
+ - [UpdateLoginFlowWithLookupSecretMethod](docs/UpdateLoginFlowWithLookupSecretMethod.md)
516
+ - [UpdateLoginFlowWithOidcMethod](docs/UpdateLoginFlowWithOidcMethod.md)
517
+ - [UpdateLoginFlowWithPasskeyMethod](docs/UpdateLoginFlowWithPasskeyMethod.md)
518
+ - [UpdateLoginFlowWithPasswordMethod](docs/UpdateLoginFlowWithPasswordMethod.md)
519
+ - [UpdateLoginFlowWithSamlMethod](docs/UpdateLoginFlowWithSamlMethod.md)
520
+ - [UpdateLoginFlowWithTotpMethod](docs/UpdateLoginFlowWithTotpMethod.md)
521
+ - [UpdateLoginFlowWithWebAuthnMethod](docs/UpdateLoginFlowWithWebAuthnMethod.md)
522
+ - [UpdateOrganizationOnboardingPortalLinkBody](docs/UpdateOrganizationOnboardingPortalLinkBody.md)
523
+ - [UpdateRecoveryFlowBody](docs/UpdateRecoveryFlowBody.md)
524
+ - [UpdateRecoveryFlowWithCodeMethod](docs/UpdateRecoveryFlowWithCodeMethod.md)
525
+ - [UpdateRecoveryFlowWithLinkMethod](docs/UpdateRecoveryFlowWithLinkMethod.md)
526
+ - [UpdateRegistrationFlowBody](docs/UpdateRegistrationFlowBody.md)
527
+ - [UpdateRegistrationFlowWithCodeMethod](docs/UpdateRegistrationFlowWithCodeMethod.md)
528
+ - [UpdateRegistrationFlowWithOidcMethod](docs/UpdateRegistrationFlowWithOidcMethod.md)
529
+ - [UpdateRegistrationFlowWithPasskeyMethod](docs/UpdateRegistrationFlowWithPasskeyMethod.md)
530
+ - [UpdateRegistrationFlowWithPasswordMethod](docs/UpdateRegistrationFlowWithPasswordMethod.md)
531
+ - [UpdateRegistrationFlowWithProfileMethod](docs/UpdateRegistrationFlowWithProfileMethod.md)
532
+ - [UpdateRegistrationFlowWithSamlMethod](docs/UpdateRegistrationFlowWithSamlMethod.md)
533
+ - [UpdateRegistrationFlowWithWebAuthnMethod](docs/UpdateRegistrationFlowWithWebAuthnMethod.md)
534
+ - [UpdateSettingsFlowBody](docs/UpdateSettingsFlowBody.md)
535
+ - [UpdateSettingsFlowWithLookupMethod](docs/UpdateSettingsFlowWithLookupMethod.md)
536
+ - [UpdateSettingsFlowWithOidcMethod](docs/UpdateSettingsFlowWithOidcMethod.md)
537
+ - [UpdateSettingsFlowWithPasskeyMethod](docs/UpdateSettingsFlowWithPasskeyMethod.md)
538
+ - [UpdateSettingsFlowWithPasswordMethod](docs/UpdateSettingsFlowWithPasswordMethod.md)
539
+ - [UpdateSettingsFlowWithProfileMethod](docs/UpdateSettingsFlowWithProfileMethod.md)
540
+ - [UpdateSettingsFlowWithSamlMethod](docs/UpdateSettingsFlowWithSamlMethod.md)
541
+ - [UpdateSettingsFlowWithTotpMethod](docs/UpdateSettingsFlowWithTotpMethod.md)
542
+ - [UpdateSettingsFlowWithWebAuthnMethod](docs/UpdateSettingsFlowWithWebAuthnMethod.md)
543
+ - [UpdateSubscriptionBody](docs/UpdateSubscriptionBody.md)
544
+ - [UpdateVerificationFlowBody](docs/UpdateVerificationFlowBody.md)
545
+ - [UpdateVerificationFlowWithCodeMethod](docs/UpdateVerificationFlowWithCodeMethod.md)
546
+ - [UpdateVerificationFlowWithLinkMethod](docs/UpdateVerificationFlowWithLinkMethod.md)
547
+ - [UpdateWorkspaceBody](docs/UpdateWorkspaceBody.md)
548
+ - [Usage](docs/Usage.md)
549
+ - [VerifiableCredentialPrimingResponse](docs/VerifiableCredentialPrimingResponse.md)
550
+ - [VerifiableCredentialProof](docs/VerifiableCredentialProof.md)
551
+ - [VerifiableCredentialResponse](docs/VerifiableCredentialResponse.md)
552
+ - [VerifiableIdentityAddress](docs/VerifiableIdentityAddress.md)
553
+ - [VerificationFlow](docs/VerificationFlow.md)
554
+ - [VerificationFlowState](docs/VerificationFlowState.md)
555
+ - [VerifyUserCodeRequest](docs/VerifyUserCodeRequest.md)
556
+ - [Version](docs/Version.md)
557
+ - [Warning](docs/Warning.md)
558
+ - [Workspace](docs/Workspace.md)
559
+ - [WorkspaceApiKey](docs/WorkspaceApiKey.md)
560
+
561
+
562
+ <a id="documentation-for-authorization"></a>
563
+ ## Documentation For Authorization
564
+
565
+
566
+ Authentication schemes defined for the API:
567
+ <a id="basic"></a>
568
+ ### basic
569
+
570
+ - **Type**: HTTP basic authentication
571
+
572
+ <a id="bearer"></a>
573
+ ### bearer
574
+
575
+ - **Type**: Bearer authentication
576
+
577
+ <a id="oauth2"></a>
578
+ ### oauth2
579
+
580
+ - **Type**: OAuth
581
+ - **Flow**: accessCode
582
+ - **Authorization URL**: https://hydra.demo.ory.sh/oauth2/auth
583
+ - **Scopes**:
584
+ - **offline**: A scope required when requesting refresh tokens (alias for `offline_access`)
585
+ - **offline_access**: A scope required when requesting refresh tokens
586
+ - **openid**: Request an OpenID Connect ID Token
587
+
588
+ <a id="oryAccessToken"></a>
589
+ ### oryAccessToken
590
+
591
+ - **Type**: Bearer authentication
592
+
593
+ <a id="oryWorkspaceApiKey"></a>
594
+ ### oryWorkspaceApiKey
595
+
596
+ - **Type**: Bearer authentication
597
+
598
+
599
+ ## Author
600
+
601
+ support@ory.sh
602
+
603
+