ory-client 1.11.11__py3-none-any.whl → 1.12.0__py3-none-any.whl
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.
- ory_client/__init__.py +3 -2
- ory_client/api/courier_api.py +1 -1
- ory_client/api/events_api.py +5 -5
- ory_client/api/frontend_api.py +1 -1
- ory_client/api/identity_api.py +30 -13
- ory_client/api/jwk_api.py +1 -1
- ory_client/api/metadata_api.py +1 -1
- ory_client/api/o_auth2_api.py +1 -1
- ory_client/api/oidc_api.py +1 -1
- ory_client/api/permission_api.py +1 -1
- ory_client/api/project_api.py +17 -17
- ory_client/api/relationship_api.py +1 -1
- ory_client/api/wellknown_api.py +1 -1
- ory_client/api/workspace_api.py +6 -6
- ory_client/api_client.py +2 -2
- ory_client/configuration.py +9 -30
- ory_client/exceptions.py +1 -1
- ory_client/models/__init__.py +2 -1
- ory_client/models/accept_o_auth2_consent_request.py +1 -1
- ory_client/models/accept_o_auth2_consent_request_session.py +1 -1
- ory_client/models/accept_o_auth2_login_request.py +1 -1
- ory_client/models/account_experience_configuration.py +1 -1
- ory_client/models/account_experience_theme_variables.py +1 -1
- ory_client/models/active_project_in_console.py +1 -1
- ory_client/models/add_project_to_workspace_body.py +1 -1
- ory_client/models/attribute.py +1 -1
- ory_client/models/attribute_filter.py +1 -1
- ory_client/models/attributes_count_datapoint.py +1 -1
- ory_client/models/authenticator_assurance_level.py +1 -1
- ory_client/models/batch_patch_identities_response.py +1 -1
- ory_client/models/billing_period_bucket.py +1 -1
- ory_client/models/check_opl_syntax_result.py +1 -1
- ory_client/models/check_permission_result.py +1 -1
- ory_client/models/cloud_account.py +1 -1
- ory_client/models/consistency_request_parameters.py +1 -1
- ory_client/models/continue_with.py +1 -1
- ory_client/models/continue_with_recovery_ui.py +1 -1
- ory_client/models/continue_with_recovery_ui_flow.py +1 -1
- ory_client/models/continue_with_set_ory_session_token.py +1 -1
- ory_client/models/continue_with_settings_ui.py +1 -1
- ory_client/models/continue_with_settings_ui_flow.py +1 -1
- ory_client/models/continue_with_verification_ui.py +1 -1
- ory_client/models/continue_with_verification_ui_flow.py +1 -1
- ory_client/models/courier_message_status.py +1 -1
- ory_client/models/courier_message_type.py +1 -1
- ory_client/models/create_custom_domain_body.py +1 -1
- ory_client/models/create_event_stream_body.py +1 -1
- ory_client/models/create_identity_body.py +1 -1
- ory_client/models/create_invite_response.py +1 -1
- ory_client/models/create_json_web_key_set.py +1 -1
- ory_client/models/create_project_api_key_request.py +1 -1
- ory_client/models/create_project_body.py +1 -1
- ory_client/models/create_project_branding.py +1 -1
- ory_client/models/create_project_member_invite_body.py +1 -1
- ory_client/models/create_project_normalized_payload.py +1 -1
- ory_client/models/create_recovery_code_for_identity_body.py +1 -1
- ory_client/models/create_recovery_link_for_identity_body.py +1 -1
- ory_client/models/create_relationship_body.py +1 -1
- ory_client/models/create_subscription_body.py +1 -1
- ory_client/models/create_subscription_common.py +1 -1
- ory_client/models/create_verifiable_credential_request_body.py +1 -1
- ory_client/models/create_workspace_body.py +1 -1
- ory_client/models/create_workspace_member_invite_body.py +1 -1
- ory_client/models/create_workspace_subscription_body.py +1 -1
- ory_client/models/credential_supported_draft00.py +1 -1
- ory_client/models/custom_domain.py +1 -1
- ory_client/models/delete_my_sessions_count.py +1 -1
- ory_client/models/email_template_data.py +1 -1
- ory_client/models/email_template_data_body.py +1 -1
- ory_client/models/error_authenticator_assurance_level_not_satisfied.py +1 -1
- ory_client/models/error_browser_location_change_required.py +1 -1
- ory_client/models/error_flow_replaced.py +1 -1
- ory_client/models/error_generic.py +1 -1
- ory_client/models/error_o_auth2.py +1 -1
- ory_client/models/event_stream.py +1 -1
- ory_client/models/expanded_permission_tree.py +1 -1
- ory_client/models/flow_error.py +1 -1
- ory_client/models/generic_error.py +1 -1
- ory_client/models/generic_error_content.py +1 -1
- ory_client/models/generic_usage.py +1 -1
- ory_client/models/get_attributes_count_response.py +1 -1
- ory_client/models/get_managed_identity_schema_location.py +1 -1
- ory_client/models/get_metrics_event_attributes_response.py +1 -1
- ory_client/models/get_metrics_event_types_response.py +1 -1
- ory_client/models/get_organization_response.py +1 -1
- ory_client/models/get_project_events_body.py +1 -1
- ory_client/models/get_project_events_response.py +1 -1
- ory_client/models/get_project_metrics_response.py +1 -1
- ory_client/models/get_session_activity_response.py +1 -1
- ory_client/models/get_version200_response.py +1 -1
- ory_client/models/health_not_ready_status.py +1 -1
- ory_client/models/health_status.py +1 -1
- ory_client/models/identity.py +1 -1
- ory_client/models/identity_credentials.py +1 -1
- ory_client/models/identity_credentials_code.py +1 -1
- ory_client/models/identity_credentials_oidc.py +1 -1
- ory_client/models/identity_credentials_oidc_provider.py +1 -1
- ory_client/models/identity_credentials_password.py +1 -1
- ory_client/models/identity_patch.py +1 -1
- ory_client/models/identity_patch_response.py +1 -1
- ory_client/models/identity_schema_container.py +1 -1
- ory_client/models/identity_schema_preset.py +1 -1
- ory_client/models/identity_with_credentials.py +1 -1
- ory_client/models/identity_with_credentials_oidc.py +1 -1
- ory_client/models/identity_with_credentials_oidc_config.py +1 -1
- ory_client/models/identity_with_credentials_oidc_config_provider.py +1 -1
- ory_client/models/identity_with_credentials_password.py +1 -1
- ory_client/models/identity_with_credentials_password_config.py +1 -1
- ory_client/models/internal_get_project_branding_body.py +1 -1
- ory_client/models/internal_is_ax_welcome_screen_enabled_for_project_body.py +1 -1
- ory_client/models/internal_is_owner_for_project_by_slug_body.py +1 -1
- ory_client/models/internal_is_owner_for_project_by_slug_response.py +1 -1
- ory_client/models/introspected_o_auth2_token.py +1 -1
- ory_client/models/invoice.py +1 -1
- ory_client/models/invoice_data_v1.py +1 -1
- ory_client/models/is_owner_for_project_by_slug.py +1 -1
- ory_client/models/json_patch.py +1 -1
- ory_client/models/json_web_key.py +1 -1
- ory_client/models/json_web_key_set.py +1 -1
- ory_client/models/keto_namespace.py +1 -1
- ory_client/models/line_item_v1.py +1 -1
- ory_client/models/list_event_streams.py +1 -1
- ory_client/models/list_invoices_response.py +1 -1
- ory_client/models/list_organizations_response.py +1 -1
- ory_client/models/list_workspace_projects.py +1 -1
- ory_client/models/list_workspaces.py +1 -1
- ory_client/models/login_flow.py +1 -1
- ory_client/models/login_flow_state.py +1 -1
- ory_client/models/logout_flow.py +1 -1
- ory_client/models/managed_identity_schema.py +1 -1
- ory_client/models/managed_identity_schema_validation_result.py +1 -1
- ory_client/models/member_invite.py +1 -1
- ory_client/models/message.py +1 -1
- ory_client/models/message_dispatch.py +1 -1
- ory_client/models/metrics_datapoint.py +1 -1
- ory_client/models/money.py +1 -1
- ory_client/models/namespace.py +1 -1
- ory_client/models/needs_privileged_session_error.py +1 -1
- ory_client/models/normalized_project.py +1 -1
- ory_client/models/normalized_project_revision.py +1 -1
- ory_client/models/normalized_project_revision_courier_channel.py +1 -1
- ory_client/models/normalized_project_revision_hook.py +1 -1
- ory_client/models/normalized_project_revision_identity_schema.py +1 -1
- ory_client/models/normalized_project_revision_third_party_provider.py +1 -1
- ory_client/models/normalized_project_revision_tokenizer_template.py +1 -1
- ory_client/models/o_auth2_client.py +1 -1
- ory_client/models/o_auth2_client_token_lifespans.py +1 -1
- ory_client/models/o_auth2_consent_request.py +1 -1
- ory_client/models/o_auth2_consent_request_open_id_connect_context.py +1 -1
- ory_client/models/o_auth2_consent_session.py +1 -1
- ory_client/models/o_auth2_consent_session_expires_at.py +1 -1
- ory_client/models/o_auth2_login_request.py +1 -1
- ory_client/models/o_auth2_logout_request.py +1 -1
- ory_client/models/o_auth2_redirect_to.py +1 -1
- ory_client/models/o_auth2_token_exchange.py +1 -1
- ory_client/models/oidc_configuration.py +1 -1
- ory_client/models/oidc_user_info.py +1 -1
- ory_client/models/organization.py +1 -1
- ory_client/models/organization_body.py +1 -1
- ory_client/models/pagination.py +1 -1
- ory_client/models/pagination_headers.py +1 -1
- ory_client/models/parse_error.py +1 -1
- ory_client/models/patch_identities_body.py +1 -1
- ory_client/models/perform_native_logout_body.py +1 -1
- ory_client/models/permissions_on_workspace.py +1 -1
- ory_client/models/plan.py +1 -1
- ory_client/models/plan_details.py +1 -1
- ory_client/models/post_check_permission_body.py +1 -1
- ory_client/models/post_check_permission_or_error_body.py +1 -1
- ory_client/models/project.py +1 -1
- ory_client/models/project_api_key.py +1 -1
- ory_client/models/project_branding.py +1 -1
- ory_client/models/project_branding_colors.py +1 -1
- ory_client/models/project_branding_theme.py +1 -1
- ory_client/models/project_cors.py +1 -1
- ory_client/models/project_events_datapoint.py +1 -1
- ory_client/models/project_host.py +1 -1
- ory_client/models/project_member.py +1 -1
- ory_client/models/project_metadata.py +1 -1
- ory_client/models/project_service_identity.py +1 -1
- ory_client/models/project_service_o_auth2.py +1 -1
- ory_client/models/project_service_permission.py +1 -1
- ory_client/models/project_services.py +1 -1
- ory_client/models/quota_usage.py +1 -1
- ory_client/models/recovery_code_for_identity.py +1 -1
- ory_client/models/recovery_flow.py +1 -1
- ory_client/models/recovery_flow_state.py +1 -1
- ory_client/models/recovery_identity_address.py +1 -1
- ory_client/models/recovery_link_for_identity.py +1 -1
- ory_client/models/registration_flow.py +1 -1
- ory_client/models/registration_flow_state.py +1 -1
- ory_client/models/reject_o_auth2_request.py +1 -1
- ory_client/models/relation_query.py +1 -1
- ory_client/models/relationship.py +1 -1
- ory_client/models/relationship_namespaces.py +1 -1
- ory_client/models/relationship_patch.py +1 -1
- ory_client/models/relationships.py +1 -1
- ory_client/models/rfc6749_error_json.py +1 -1
- ory_client/models/schema_patch.py +1 -1
- ory_client/models/self_service_flow_expired_error.py +1 -1
- ory_client/models/session.py +1 -1
- ory_client/models/session_activity_datapoint.py +1 -1
- ory_client/models/session_authentication_method.py +1 -1
- ory_client/models/session_device.py +1 -1
- ory_client/models/set_active_project_in_console_body.py +1 -1
- ory_client/models/set_custom_domain_body.py +1 -1
- ory_client/models/set_event_stream_body.py +1 -1
- ory_client/models/set_project.py +1 -1
- ory_client/models/set_project_branding_theme_body.py +1 -1
- ory_client/models/settings_flow.py +1 -1
- ory_client/models/settings_flow_state.py +1 -1
- ory_client/models/source_position.py +1 -1
- ory_client/models/subject_set.py +1 -1
- ory_client/models/subscription.py +1 -1
- ory_client/models/successful_code_exchange_response.py +1 -1
- ory_client/models/successful_native_login.py +1 -1
- ory_client/models/successful_native_registration.py +1 -1
- ory_client/models/successful_project_update.py +1 -1
- ory_client/models/tax_line_item.py +1 -1
- ory_client/models/time_interval.py +1 -1
- ory_client/models/token_pagination.py +1 -1
- ory_client/models/token_pagination_headers.py +1 -1
- ory_client/models/token_pagination_request_parameters.py +1 -1
- ory_client/models/token_pagination_response_headers.py +1 -1
- ory_client/models/trust_o_auth2_jwt_grant_issuer.py +1 -1
- ory_client/models/trusted_o_auth2_jwt_grant_issuer.py +1 -1
- ory_client/models/trusted_o_auth2_jwt_grant_json_web_key.py +1 -1
- ory_client/models/ui_container.py +1 -1
- ory_client/models/ui_node.py +1 -1
- ory_client/models/ui_node_anchor_attributes.py +1 -1
- ory_client/models/ui_node_attributes.py +1 -1
- ory_client/models/ui_node_image_attributes.py +1 -1
- ory_client/models/ui_node_input_attributes.py +1 -1
- ory_client/models/ui_node_meta.py +1 -1
- ory_client/models/ui_node_script_attributes.py +1 -1
- ory_client/models/ui_node_text_attributes.py +1 -1
- ory_client/models/ui_text.py +1 -1
- ory_client/models/update_identity_body.py +1 -1
- ory_client/models/update_login_flow_body.py +1 -1
- ory_client/models/update_login_flow_with_code_method.py +1 -1
- ory_client/models/update_login_flow_with_lookup_secret_method.py +1 -1
- ory_client/models/update_login_flow_with_oidc_method.py +1 -1
- ory_client/models/update_login_flow_with_passkey_method.py +1 -1
- ory_client/models/update_login_flow_with_password_method.py +1 -1
- ory_client/models/update_login_flow_with_totp_method.py +1 -1
- ory_client/models/update_login_flow_with_web_authn_method.py +1 -1
- ory_client/models/update_recovery_flow_body.py +1 -1
- ory_client/models/update_recovery_flow_with_code_method.py +1 -1
- ory_client/models/update_recovery_flow_with_link_method.py +1 -1
- ory_client/models/update_registration_flow_body.py +1 -1
- ory_client/models/update_registration_flow_with_code_method.py +1 -1
- ory_client/models/update_registration_flow_with_oidc_method.py +1 -1
- ory_client/models/update_registration_flow_with_passkey_method.py +1 -1
- ory_client/models/update_registration_flow_with_password_method.py +1 -1
- ory_client/models/update_registration_flow_with_profile_method.py +1 -1
- ory_client/models/update_registration_flow_with_web_authn_method.py +1 -1
- ory_client/models/update_settings_flow_body.py +1 -1
- ory_client/models/update_settings_flow_with_lookup_method.py +1 -1
- ory_client/models/update_settings_flow_with_oidc_method.py +1 -1
- ory_client/models/update_settings_flow_with_passkey_method.py +1 -1
- ory_client/models/update_settings_flow_with_password_method.py +1 -1
- ory_client/models/update_settings_flow_with_profile_method.py +1 -1
- ory_client/models/update_settings_flow_with_totp_method.py +1 -1
- ory_client/models/update_settings_flow_with_web_authn_method.py +1 -1
- ory_client/models/update_subscription_body.py +1 -1
- ory_client/models/update_verification_flow_body.py +1 -1
- ory_client/models/update_verification_flow_with_code_method.py +1 -1
- ory_client/models/update_verification_flow_with_link_method.py +1 -1
- ory_client/models/update_workspace_body.py +1 -1
- ory_client/models/usage.py +1 -1
- ory_client/models/verifiable_credential_priming_response.py +1 -1
- ory_client/models/verifiable_credential_proof.py +1 -1
- ory_client/models/verifiable_credential_response.py +1 -1
- ory_client/models/verifiable_identity_address.py +1 -1
- ory_client/models/verification_flow.py +1 -1
- ory_client/models/verification_flow_state.py +1 -1
- ory_client/models/version.py +1 -1
- ory_client/models/warning.py +1 -1
- ory_client/models/workspace.py +1 -1
- ory_client/models/workspace_api_key.py +126 -0
- ory_client/rest.py +1 -1
- {ory_client-1.11.11.dist-info → ory_client-1.12.0.dist-info}/METADATA +1 -1
- ory_client-1.12.0.dist-info/RECORD +289 -0
- ory_client-1.11.11.dist-info/RECORD +0 -288
- {ory_client-1.11.11.dist-info → ory_client-1.12.0.dist-info}/LICENSE +0 -0
- {ory_client-1.11.11.dist-info → ory_client-1.12.0.dist-info}/WHEEL +0 -0
- {ory_client-1.11.11.dist-info → ory_client-1.12.0.dist-info}/top_level.txt +0 -0
ory_client/__init__.py
CHANGED
@@ -7,7 +7,7 @@
|
|
7
7
|
|
8
8
|
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.
|
9
9
|
|
10
|
-
The version of the OpenAPI document: v1.
|
10
|
+
The version of the OpenAPI document: v1.12.0
|
11
11
|
Contact: support@ory.sh
|
12
12
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
13
13
|
|
@@ -15,7 +15,7 @@
|
|
15
15
|
""" # noqa: E501
|
16
16
|
|
17
17
|
|
18
|
-
__version__ = "v1.
|
18
|
+
__version__ = "v1.12.0"
|
19
19
|
|
20
20
|
# import apis into sdk package
|
21
21
|
from ory_client.api.courier_api import CourierApi
|
@@ -305,3 +305,4 @@ from ory_client.models.verification_flow_state import VerificationFlowState
|
|
305
305
|
from ory_client.models.version import Version
|
306
306
|
from ory_client.models.warning import Warning
|
307
307
|
from ory_client.models.workspace import Workspace
|
308
|
+
from ory_client.models.workspace_api_key import WorkspaceApiKey
|
ory_client/api/courier_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
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.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.12.0
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/events_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
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.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.12.0
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -317,7 +317,7 @@ class EventsApi:
|
|
317
317
|
|
318
318
|
# authentication setting
|
319
319
|
_auth_settings: List[str] = [
|
320
|
-
'
|
320
|
+
'oryWorkspaceApiKey'
|
321
321
|
]
|
322
322
|
|
323
323
|
return self.api_client.param_serialize(
|
@@ -602,7 +602,7 @@ class EventsApi:
|
|
602
602
|
|
603
603
|
# authentication setting
|
604
604
|
_auth_settings: List[str] = [
|
605
|
-
'
|
605
|
+
'oryWorkspaceApiKey'
|
606
606
|
]
|
607
607
|
|
608
608
|
return self.api_client.param_serialize(
|
@@ -866,7 +866,7 @@ class EventsApi:
|
|
866
866
|
|
867
867
|
# authentication setting
|
868
868
|
_auth_settings: List[str] = [
|
869
|
-
'
|
869
|
+
'oryWorkspaceApiKey'
|
870
870
|
]
|
871
871
|
|
872
872
|
return self.api_client.param_serialize(
|
@@ -1176,7 +1176,7 @@ class EventsApi:
|
|
1176
1176
|
|
1177
1177
|
# authentication setting
|
1178
1178
|
_auth_settings: List[str] = [
|
1179
|
-
'
|
1179
|
+
'oryWorkspaceApiKey'
|
1180
1180
|
]
|
1181
1181
|
|
1182
1182
|
return self.api_client.param_serialize(
|
ory_client/api/frontend_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
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.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.12.0
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/identity_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
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.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.12.0
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -1441,7 +1441,8 @@ class IdentityApi:
|
|
1441
1441
|
def delete_identity_credentials(
|
1442
1442
|
self,
|
1443
1443
|
id: Annotated[StrictStr, Field(description="ID is the identity's ID.")],
|
1444
|
-
type: Annotated[StrictStr, Field(description="Type is the type of credentials to
|
1444
|
+
type: Annotated[StrictStr, Field(description="Type is the type of credentials to delete. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode")],
|
1445
|
+
identifier: Annotated[Optional[StrictStr], Field(description="Identifier is the identifier of the OIDC credential to delete. Find the identifier by calling the `GET /admin/identities/{id}?include_credential=oidc` endpoint.")] = None,
|
1445
1446
|
_request_timeout: Union[
|
1446
1447
|
None,
|
1447
1448
|
Annotated[StrictFloat, Field(gt=0)],
|
@@ -1457,12 +1458,14 @@ class IdentityApi:
|
|
1457
1458
|
) -> None:
|
1458
1459
|
"""Delete a credential for a specific identity
|
1459
1460
|
|
1460
|
-
Delete an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) credential by its type You
|
1461
|
+
Delete an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) credential by its type. You cannot delete password or code auth credentials through this API.
|
1461
1462
|
|
1462
1463
|
:param id: ID is the identity's ID. (required)
|
1463
1464
|
:type id: str
|
1464
|
-
:param type: Type is the type of credentials to
|
1465
|
+
:param type: Type is the type of credentials to delete. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode (required)
|
1465
1466
|
:type type: str
|
1467
|
+
:param identifier: Identifier is the identifier of the OIDC credential to delete. Find the identifier by calling the `GET /admin/identities/{id}?include_credential=oidc` endpoint.
|
1468
|
+
:type identifier: str
|
1466
1469
|
:param _request_timeout: timeout setting for this request. If one
|
1467
1470
|
number provided, it will be total request
|
1468
1471
|
timeout. It can also be a pair (tuple) of
|
@@ -1488,6 +1491,7 @@ class IdentityApi:
|
|
1488
1491
|
_param = self._delete_identity_credentials_serialize(
|
1489
1492
|
id=id,
|
1490
1493
|
type=type,
|
1494
|
+
identifier=identifier,
|
1491
1495
|
_request_auth=_request_auth,
|
1492
1496
|
_content_type=_content_type,
|
1493
1497
|
_headers=_headers,
|
@@ -1513,7 +1517,8 @@ class IdentityApi:
|
|
1513
1517
|
def delete_identity_credentials_with_http_info(
|
1514
1518
|
self,
|
1515
1519
|
id: Annotated[StrictStr, Field(description="ID is the identity's ID.")],
|
1516
|
-
type: Annotated[StrictStr, Field(description="Type is the type of credentials to
|
1520
|
+
type: Annotated[StrictStr, Field(description="Type is the type of credentials to delete. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode")],
|
1521
|
+
identifier: Annotated[Optional[StrictStr], Field(description="Identifier is the identifier of the OIDC credential to delete. Find the identifier by calling the `GET /admin/identities/{id}?include_credential=oidc` endpoint.")] = None,
|
1517
1522
|
_request_timeout: Union[
|
1518
1523
|
None,
|
1519
1524
|
Annotated[StrictFloat, Field(gt=0)],
|
@@ -1529,12 +1534,14 @@ class IdentityApi:
|
|
1529
1534
|
) -> ApiResponse[None]:
|
1530
1535
|
"""Delete a credential for a specific identity
|
1531
1536
|
|
1532
|
-
Delete an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) credential by its type You
|
1537
|
+
Delete an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) credential by its type. You cannot delete password or code auth credentials through this API.
|
1533
1538
|
|
1534
1539
|
:param id: ID is the identity's ID. (required)
|
1535
1540
|
:type id: str
|
1536
|
-
:param type: Type is the type of credentials to
|
1541
|
+
:param type: Type is the type of credentials to delete. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode (required)
|
1537
1542
|
:type type: str
|
1543
|
+
:param identifier: Identifier is the identifier of the OIDC credential to delete. Find the identifier by calling the `GET /admin/identities/{id}?include_credential=oidc` endpoint.
|
1544
|
+
:type identifier: str
|
1538
1545
|
:param _request_timeout: timeout setting for this request. If one
|
1539
1546
|
number provided, it will be total request
|
1540
1547
|
timeout. It can also be a pair (tuple) of
|
@@ -1560,6 +1567,7 @@ class IdentityApi:
|
|
1560
1567
|
_param = self._delete_identity_credentials_serialize(
|
1561
1568
|
id=id,
|
1562
1569
|
type=type,
|
1570
|
+
identifier=identifier,
|
1563
1571
|
_request_auth=_request_auth,
|
1564
1572
|
_content_type=_content_type,
|
1565
1573
|
_headers=_headers,
|
@@ -1585,7 +1593,8 @@ class IdentityApi:
|
|
1585
1593
|
def delete_identity_credentials_without_preload_content(
|
1586
1594
|
self,
|
1587
1595
|
id: Annotated[StrictStr, Field(description="ID is the identity's ID.")],
|
1588
|
-
type: Annotated[StrictStr, Field(description="Type is the type of credentials to
|
1596
|
+
type: Annotated[StrictStr, Field(description="Type is the type of credentials to delete. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode")],
|
1597
|
+
identifier: Annotated[Optional[StrictStr], Field(description="Identifier is the identifier of the OIDC credential to delete. Find the identifier by calling the `GET /admin/identities/{id}?include_credential=oidc` endpoint.")] = None,
|
1589
1598
|
_request_timeout: Union[
|
1590
1599
|
None,
|
1591
1600
|
Annotated[StrictFloat, Field(gt=0)],
|
@@ -1601,12 +1610,14 @@ class IdentityApi:
|
|
1601
1610
|
) -> RESTResponseType:
|
1602
1611
|
"""Delete a credential for a specific identity
|
1603
1612
|
|
1604
|
-
Delete an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) credential by its type You
|
1613
|
+
Delete an [identity](https://www.ory.sh/docs/kratos/concepts/identity-user-model) credential by its type. You cannot delete password or code auth credentials through this API.
|
1605
1614
|
|
1606
1615
|
:param id: ID is the identity's ID. (required)
|
1607
1616
|
:type id: str
|
1608
|
-
:param type: Type is the type of credentials to
|
1617
|
+
:param type: Type is the type of credentials to delete. password CredentialsTypePassword oidc CredentialsTypeOIDC totp CredentialsTypeTOTP lookup_secret CredentialsTypeLookup webauthn CredentialsTypeWebAuthn code CredentialsTypeCodeAuth passkey CredentialsTypePasskey profile CredentialsTypeProfile link_recovery CredentialsTypeRecoveryLink CredentialsTypeRecoveryLink is a special credential type linked to the link strategy (recovery flow). It is not used within the credentials object itself. code_recovery CredentialsTypeRecoveryCode (required)
|
1609
1618
|
:type type: str
|
1619
|
+
:param identifier: Identifier is the identifier of the OIDC credential to delete. Find the identifier by calling the `GET /admin/identities/{id}?include_credential=oidc` endpoint.
|
1620
|
+
:type identifier: str
|
1610
1621
|
:param _request_timeout: timeout setting for this request. If one
|
1611
1622
|
number provided, it will be total request
|
1612
1623
|
timeout. It can also be a pair (tuple) of
|
@@ -1632,6 +1643,7 @@ class IdentityApi:
|
|
1632
1643
|
_param = self._delete_identity_credentials_serialize(
|
1633
1644
|
id=id,
|
1634
1645
|
type=type,
|
1646
|
+
identifier=identifier,
|
1635
1647
|
_request_auth=_request_auth,
|
1636
1648
|
_content_type=_content_type,
|
1637
1649
|
_headers=_headers,
|
@@ -1653,6 +1665,7 @@ class IdentityApi:
|
|
1653
1665
|
self,
|
1654
1666
|
id,
|
1655
1667
|
type,
|
1668
|
+
identifier,
|
1656
1669
|
_request_auth,
|
1657
1670
|
_content_type,
|
1658
1671
|
_headers,
|
@@ -1677,6 +1690,10 @@ class IdentityApi:
|
|
1677
1690
|
if type is not None:
|
1678
1691
|
_path_params['type'] = type
|
1679
1692
|
# process the query parameters
|
1693
|
+
if identifier is not None:
|
1694
|
+
|
1695
|
+
_query_params.append(('identifier', identifier))
|
1696
|
+
|
1680
1697
|
# process the header parameters
|
1681
1698
|
# process the form parameters
|
1682
1699
|
# process the body parameter
|
@@ -2263,7 +2280,7 @@ class IdentityApi:
|
|
2263
2280
|
) -> Session:
|
2264
2281
|
"""Extend a Session
|
2265
2282
|
|
2266
|
-
Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed. This endpoint returns per default a 204 No Content response on success. Older Ory Network projects may return a 200 OK response with the session in the body. Returning the session as part of the response will be deprecated in the future and should not be relied upon. Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
|
2283
|
+
Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed. This endpoint returns per default a 204 No Content response on success. Older Ory Network projects may return a 200 OK response with the session in the body. Returning the session as part of the response will be deprecated in the future and should not be relied upon. This endpoint ignores consecutive requests to extend the same session and returns a 404 error in those scenarios. This endpoint also returns 404 errors if the session does not exist. Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
|
2267
2284
|
|
2268
2285
|
:param id: ID is the session's ID. (required)
|
2269
2286
|
:type id: str
|
@@ -2333,7 +2350,7 @@ class IdentityApi:
|
|
2333
2350
|
) -> ApiResponse[Session]:
|
2334
2351
|
"""Extend a Session
|
2335
2352
|
|
2336
|
-
Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed. This endpoint returns per default a 204 No Content response on success. Older Ory Network projects may return a 200 OK response with the session in the body. Returning the session as part of the response will be deprecated in the future and should not be relied upon. Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
|
2353
|
+
Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed. This endpoint returns per default a 204 No Content response on success. Older Ory Network projects may return a 200 OK response with the session in the body. Returning the session as part of the response will be deprecated in the future and should not be relied upon. This endpoint ignores consecutive requests to extend the same session and returns a 404 error in those scenarios. This endpoint also returns 404 errors if the session does not exist. Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
|
2337
2354
|
|
2338
2355
|
:param id: ID is the session's ID. (required)
|
2339
2356
|
:type id: str
|
@@ -2403,7 +2420,7 @@ class IdentityApi:
|
|
2403
2420
|
) -> RESTResponseType:
|
2404
2421
|
"""Extend a Session
|
2405
2422
|
|
2406
|
-
Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed. This endpoint returns per default a 204 No Content response on success. Older Ory Network projects may return a 200 OK response with the session in the body. Returning the session as part of the response will be deprecated in the future and should not be relied upon. Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
|
2423
|
+
Calling this endpoint extends the given session ID. If `session.earliest_possible_extend` is set it will only extend the session after the specified time has passed. This endpoint returns per default a 204 No Content response on success. Older Ory Network projects may return a 200 OK response with the session in the body. Returning the session as part of the response will be deprecated in the future and should not be relied upon. This endpoint ignores consecutive requests to extend the same session and returns a 404 error in those scenarios. This endpoint also returns 404 errors if the session does not exist. Retrieve the session ID from the `/sessions/whoami` endpoint / `toSession` SDK method.
|
2407
2424
|
|
2408
2425
|
:param id: ID is the session's ID. (required)
|
2409
2426
|
:type id: str
|
ory_client/api/jwk_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
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.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.12.0
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/metadata_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
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.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.12.0
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/o_auth2_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
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.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.12.0
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/oidc_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
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.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.12.0
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/permission_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
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.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.12.0
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/project_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
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.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.12.0
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -329,7 +329,7 @@ class ProjectApi:
|
|
329
329
|
|
330
330
|
# authentication setting
|
331
331
|
_auth_settings: List[str] = [
|
332
|
-
'
|
332
|
+
'oryWorkspaceApiKey'
|
333
333
|
]
|
334
334
|
|
335
335
|
return self.api_client.param_serialize(
|
@@ -612,7 +612,7 @@ class ProjectApi:
|
|
612
612
|
|
613
613
|
# authentication setting
|
614
614
|
_auth_settings: List[str] = [
|
615
|
-
'
|
615
|
+
'oryWorkspaceApiKey'
|
616
616
|
]
|
617
617
|
|
618
618
|
return self.api_client.param_serialize(
|
@@ -901,7 +901,7 @@ class ProjectApi:
|
|
901
901
|
|
902
902
|
# authentication setting
|
903
903
|
_auth_settings: List[str] = [
|
904
|
-
'
|
904
|
+
'oryWorkspaceApiKey'
|
905
905
|
]
|
906
906
|
|
907
907
|
return self.api_client.param_serialize(
|
@@ -1189,7 +1189,7 @@ class ProjectApi:
|
|
1189
1189
|
|
1190
1190
|
# authentication setting
|
1191
1191
|
_auth_settings: List[str] = [
|
1192
|
-
'
|
1192
|
+
'oryWorkspaceApiKey'
|
1193
1193
|
]
|
1194
1194
|
|
1195
1195
|
return self.api_client.param_serialize(
|
@@ -1465,7 +1465,7 @@ class ProjectApi:
|
|
1465
1465
|
|
1466
1466
|
# authentication setting
|
1467
1467
|
_auth_settings: List[str] = [
|
1468
|
-
'
|
1468
|
+
'oryWorkspaceApiKey'
|
1469
1469
|
]
|
1470
1470
|
|
1471
1471
|
return self.api_client.param_serialize(
|
@@ -1744,7 +1744,7 @@ class ProjectApi:
|
|
1744
1744
|
|
1745
1745
|
# authentication setting
|
1746
1746
|
_auth_settings: List[str] = [
|
1747
|
-
'
|
1747
|
+
'oryWorkspaceApiKey'
|
1748
1748
|
]
|
1749
1749
|
|
1750
1750
|
return self.api_client.param_serialize(
|
@@ -2014,7 +2014,7 @@ class ProjectApi:
|
|
2014
2014
|
|
2015
2015
|
# authentication setting
|
2016
2016
|
_auth_settings: List[str] = [
|
2017
|
-
'
|
2017
|
+
'oryWorkspaceApiKey'
|
2018
2018
|
]
|
2019
2019
|
|
2020
2020
|
return self.api_client.param_serialize(
|
@@ -2281,7 +2281,7 @@ class ProjectApi:
|
|
2281
2281
|
|
2282
2282
|
# authentication setting
|
2283
2283
|
_auth_settings: List[str] = [
|
2284
|
-
'
|
2284
|
+
'oryWorkspaceApiKey'
|
2285
2285
|
]
|
2286
2286
|
|
2287
2287
|
return self.api_client.param_serialize(
|
@@ -2599,7 +2599,7 @@ class ProjectApi:
|
|
2599
2599
|
|
2600
2600
|
# authentication setting
|
2601
2601
|
_auth_settings: List[str] = [
|
2602
|
-
'
|
2602
|
+
'oryWorkspaceApiKey'
|
2603
2603
|
]
|
2604
2604
|
|
2605
2605
|
return self.api_client.param_serialize(
|
@@ -2860,7 +2860,7 @@ class ProjectApi:
|
|
2860
2860
|
|
2861
2861
|
# authentication setting
|
2862
2862
|
_auth_settings: List[str] = [
|
2863
|
-
'
|
2863
|
+
'oryWorkspaceApiKey'
|
2864
2864
|
]
|
2865
2865
|
|
2866
2866
|
return self.api_client.param_serialize(
|
@@ -3115,7 +3115,7 @@ class ProjectApi:
|
|
3115
3115
|
|
3116
3116
|
# authentication setting
|
3117
3117
|
_auth_settings: List[str] = [
|
3118
|
-
'
|
3118
|
+
'oryWorkspaceApiKey'
|
3119
3119
|
]
|
3120
3120
|
|
3121
3121
|
return self.api_client.param_serialize(
|
@@ -3417,7 +3417,7 @@ class ProjectApi:
|
|
3417
3417
|
|
3418
3418
|
# authentication setting
|
3419
3419
|
_auth_settings: List[str] = [
|
3420
|
-
'
|
3420
|
+
'oryWorkspaceApiKey'
|
3421
3421
|
]
|
3422
3422
|
|
3423
3423
|
return self.api_client.param_serialize(
|
@@ -3687,7 +3687,7 @@ class ProjectApi:
|
|
3687
3687
|
|
3688
3688
|
# authentication setting
|
3689
3689
|
_auth_settings: List[str] = [
|
3690
|
-
'
|
3690
|
+
'oryWorkspaceApiKey'
|
3691
3691
|
]
|
3692
3692
|
|
3693
3693
|
return self.api_client.param_serialize(
|
@@ -3969,7 +3969,7 @@ class ProjectApi:
|
|
3969
3969
|
|
3970
3970
|
# authentication setting
|
3971
3971
|
_auth_settings: List[str] = [
|
3972
|
-
'
|
3972
|
+
'oryWorkspaceApiKey'
|
3973
3973
|
]
|
3974
3974
|
|
3975
3975
|
return self.api_client.param_serialize(
|
@@ -4270,7 +4270,7 @@ class ProjectApi:
|
|
4270
4270
|
|
4271
4271
|
# authentication setting
|
4272
4272
|
_auth_settings: List[str] = [
|
4273
|
-
'
|
4273
|
+
'oryWorkspaceApiKey'
|
4274
4274
|
]
|
4275
4275
|
|
4276
4276
|
return self.api_client.param_serialize(
|
@@ -4586,7 +4586,7 @@ class ProjectApi:
|
|
4586
4586
|
|
4587
4587
|
# authentication setting
|
4588
4588
|
_auth_settings: List[str] = [
|
4589
|
-
'
|
4589
|
+
'oryWorkspaceApiKey'
|
4590
4590
|
]
|
4591
4591
|
|
4592
4592
|
return self.api_client.param_serialize(
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
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.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.12.0
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/wellknown_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
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.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.12.0
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/api/workspace_api.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
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.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.12.0
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -306,7 +306,7 @@ class WorkspaceApi:
|
|
306
306
|
|
307
307
|
# authentication setting
|
308
308
|
_auth_settings: List[str] = [
|
309
|
-
'
|
309
|
+
'oryWorkspaceApiKey'
|
310
310
|
]
|
311
311
|
|
312
312
|
return self.api_client.param_serialize(
|
@@ -579,7 +579,7 @@ class WorkspaceApi:
|
|
579
579
|
|
580
580
|
# authentication setting
|
581
581
|
_auth_settings: List[str] = [
|
582
|
-
'
|
582
|
+
'oryWorkspaceApiKey'
|
583
583
|
]
|
584
584
|
|
585
585
|
return self.api_client.param_serialize(
|
@@ -852,7 +852,7 @@ class WorkspaceApi:
|
|
852
852
|
|
853
853
|
# authentication setting
|
854
854
|
_auth_settings: List[str] = [
|
855
|
-
'
|
855
|
+
'oryWorkspaceApiKey'
|
856
856
|
]
|
857
857
|
|
858
858
|
return self.api_client.param_serialize(
|
@@ -1141,7 +1141,7 @@ class WorkspaceApi:
|
|
1141
1141
|
|
1142
1142
|
# authentication setting
|
1143
1143
|
_auth_settings: List[str] = [
|
1144
|
-
'
|
1144
|
+
'oryWorkspaceApiKey'
|
1145
1145
|
]
|
1146
1146
|
|
1147
1147
|
return self.api_client.param_serialize(
|
@@ -1442,7 +1442,7 @@ class WorkspaceApi:
|
|
1442
1442
|
|
1443
1443
|
# authentication setting
|
1444
1444
|
_auth_settings: List[str] = [
|
1445
|
-
'
|
1445
|
+
'oryWorkspaceApiKey'
|
1446
1446
|
]
|
1447
1447
|
|
1448
1448
|
return self.api_client.param_serialize(
|
ory_client/api_client.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
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.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.12.0
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -88,7 +88,7 @@ class ApiClient:
|
|
88
88
|
self.default_headers[header_name] = header_value
|
89
89
|
self.cookie = cookie
|
90
90
|
# Set default User-Agent.
|
91
|
-
self.user_agent = 'OpenAPI-Generator/v1.
|
91
|
+
self.user_agent = 'OpenAPI-Generator/v1.12.0/python'
|
92
92
|
self.client_side_validation = configuration.client_side_validation
|
93
93
|
|
94
94
|
def __enter__(self):
|
ory_client/configuration.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
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.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.12.0
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
@@ -58,25 +58,6 @@ class Configuration:
|
|
58
58
|
|
59
59
|
:Example:
|
60
60
|
|
61
|
-
API Key Authentication Example.
|
62
|
-
Given the following security scheme in the OpenAPI specification:
|
63
|
-
components:
|
64
|
-
securitySchemes:
|
65
|
-
cookieAuth: # name for the security scheme
|
66
|
-
type: apiKey
|
67
|
-
in: cookie
|
68
|
-
name: JSESSIONID # cookie name
|
69
|
-
|
70
|
-
You can programmatically set the cookie:
|
71
|
-
|
72
|
-
conf = ory_client.Configuration(
|
73
|
-
api_key={'cookieAuth': 'abc123'}
|
74
|
-
api_key_prefix={'cookieAuth': 'JSESSIONID'}
|
75
|
-
)
|
76
|
-
|
77
|
-
The following cookie will be added to the HTTP request:
|
78
|
-
Cookie: JSESSIONID abc123
|
79
|
-
|
80
61
|
HTTP Basic Authentication Example.
|
81
62
|
Given the following security scheme in the OpenAPI specification:
|
82
63
|
components:
|
@@ -424,14 +405,12 @@ conf = ory_client.Configuration(
|
|
424
405
|
'key': 'Authorization',
|
425
406
|
'value': 'Bearer ' + self.access_token
|
426
407
|
}
|
427
|
-
if
|
428
|
-
auth['
|
429
|
-
'type': '
|
430
|
-
'in': '
|
431
|
-
'key': '
|
432
|
-
'value': self.
|
433
|
-
'oryNetworkCookie',
|
434
|
-
),
|
408
|
+
if self.access_token is not None:
|
409
|
+
auth['oryWorkspaceApiKey'] = {
|
410
|
+
'type': 'bearer',
|
411
|
+
'in': 'header',
|
412
|
+
'key': 'Authorization',
|
413
|
+
'value': 'Bearer ' + self.access_token
|
435
414
|
}
|
436
415
|
return auth
|
437
416
|
|
@@ -443,8 +422,8 @@ conf = ory_client.Configuration(
|
|
443
422
|
return "Python SDK Debug Report:\n"\
|
444
423
|
"OS: {env}\n"\
|
445
424
|
"Python Version: {pyversion}\n"\
|
446
|
-
"Version of the API: v1.
|
447
|
-
"SDK Package Version: v1.
|
425
|
+
"Version of the API: v1.12.0\n"\
|
426
|
+
"SDK Package Version: v1.12.0".\
|
448
427
|
format(env=sys.platform, pyversion=sys.version)
|
449
428
|
|
450
429
|
def get_host_settings(self):
|
ory_client/exceptions.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
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.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.12.0
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|
ory_client/models/__init__.py
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
|
7
7
|
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.
|
8
8
|
|
9
|
-
The version of the OpenAPI document: v1.
|
9
|
+
The version of the OpenAPI document: v1.12.0
|
10
10
|
Contact: support@ory.sh
|
11
11
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
12
12
|
|
@@ -276,3 +276,4 @@ from ory_client.models.verification_flow_state import VerificationFlowState
|
|
276
276
|
from ory_client.models.version import Version
|
277
277
|
from ory_client.models.warning import Warning
|
278
278
|
from ory_client.models.workspace import Workspace
|
279
|
+
from ory_client.models.workspace_api_key import WorkspaceApiKey
|
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
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.
|
7
7
|
|
8
|
-
The version of the OpenAPI document: v1.
|
8
|
+
The version of the OpenAPI document: v1.12.0
|
9
9
|
Contact: support@ory.sh
|
10
10
|
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
11
11
|
|