ory-client 0.0.1.alpha21 → 0.0.1.alpha28
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +4 -4
- data/README.md +36 -6
- data/docs/ActiveProject.md +18 -0
- data/docs/ApiToken.md +26 -0
- data/docs/CreateCustomHostnameBody.md +20 -0
- data/docs/GenericError.md +10 -4
- data/docs/IdentityPreset.md +20 -0
- data/docs/IdentitySchema.md +8 -2
- data/docs/IdentitySchemaLocation.md +18 -0
- data/docs/IdentitySchemaValidationResult.md +20 -0
- data/docs/IsOwnerForProjectBySlug.md +20 -0
- data/docs/IsOwnerForProjectBySlugPayload.md +22 -0
- data/docs/MetadataApi.md +0 -61
- data/docs/NullString.md +20 -0
- data/docs/NullUUID.md +20 -0
- data/docs/Project.md +34 -0
- data/docs/ProjectHost.md +22 -0
- data/docs/ProjectLookupSecretConfig.md +18 -0
- data/docs/ProjectOidcConfig.md +42 -0
- data/docs/ProjectPasswordConfig.md +20 -0
- data/docs/ProjectPatch.md +60 -0
- data/docs/ProjectRecoveryConfig.md +18 -0
- data/docs/ProjectRevision.md +74 -0
- data/docs/ProjectSlug.md +18 -0
- data/docs/ProjectTotpConfig.md +20 -0
- data/docs/ProjectVerificationConfig.md +20 -0
- data/docs/ProjectWebAuthnConfig.md +26 -0
- data/docs/ProvisionProjectPayload.md +18 -0
- data/docs/RedirectionConfig.md +32 -0
- data/docs/RedirectionField.md +24 -0
- data/docs/SchemaPatch.md +20 -0
- data/docs/SelfServiceBrowserLocationChangeRequiredError.md +17 -3
- data/docs/SelfServiceFlowExpiredError.md +16 -2
- data/docs/StripeCustomerResponse.md +18 -0
- data/docs/V0alpha0Api.md +298 -0
- data/docs/V0alpha2Api.md +13 -13
- data/lib/ory-client/api/metadata_api.rb +1 -56
- data/lib/ory-client/api/v0alpha0_api.rb +270 -0
- data/lib/ory-client/api/v0alpha2_api.rb +27 -27
- data/lib/ory-client/api_client.rb +1 -1
- data/lib/ory-client/api_error.rb +1 -1
- data/lib/ory-client/configuration.rb +1 -1
- data/lib/ory-client/models/active_project.rb +220 -0
- data/lib/ory-client/models/admin_create_identity_body.rb +1 -1
- data/lib/ory-client/models/admin_create_self_service_recovery_link_body.rb +1 -1
- data/lib/ory-client/models/admin_update_identity_body.rb +1 -1
- data/lib/ory-client/models/api_token.rb +271 -0
- data/lib/ory-client/models/authenticator_assurance_level.rb +1 -1
- data/lib/ory-client/models/create_custom_hostname_body.rb +229 -0
- data/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb +1 -1
- data/lib/ory-client/models/generic_error.rb +38 -7
- data/lib/ory-client/models/health_not_ready_status.rb +1 -1
- data/lib/ory-client/models/health_status.rb +1 -1
- data/lib/ory-client/models/identity.rb +1 -1
- data/lib/ory-client/models/identity_credentials.rb +1 -1
- data/lib/ory-client/models/identity_credentials_type.rb +1 -1
- data/lib/ory-client/models/identity_preset.rb +239 -0
- data/lib/ory-client/models/identity_schema.rb +56 -6
- data/lib/ory-client/models/identity_schema_location.rb +218 -0
- data/lib/ory-client/models/identity_schema_validation_result.rb +227 -0
- data/lib/ory-client/models/identity_state.rb +1 -1
- data/lib/ory-client/models/inline_response200.rb +1 -1
- data/lib/ory-client/models/inline_response2001.rb +1 -1
- data/lib/ory-client/models/inline_response503.rb +1 -1
- data/lib/ory-client/models/is_owner_for_project_by_slug.rb +239 -0
- data/lib/ory-client/models/is_owner_for_project_by_slug_payload.rb +249 -0
- data/lib/ory-client/models/json_error.rb +1 -1
- data/lib/ory-client/models/needs_privileged_session_error.rb +1 -1
- data/lib/ory-client/models/null_string.rb +228 -0
- data/lib/ory-client/models/null_uuid.rb +228 -0
- data/lib/ory-client/models/project.rb +365 -0
- data/lib/ory-client/models/project_host.rb +252 -0
- data/lib/ory-client/models/project_lookup_secret_config.rb +219 -0
- data/lib/ory-client/models/project_oidc_config.rb +340 -0
- data/lib/ory-client/models/project_password_config.rb +229 -0
- data/lib/ory-client/models/project_patch.rb +502 -0
- data/lib/ory-client/models/project_recovery_config.rb +219 -0
- data/lib/ory-client/models/project_revision.rb +541 -0
- data/lib/ory-client/models/project_slug.rb +219 -0
- data/lib/ory-client/models/project_totp_config.rb +229 -0
- data/lib/ory-client/models/project_verification_config.rb +229 -0
- data/lib/ory-client/models/project_web_authn_config.rb +259 -0
- data/lib/ory-client/models/provision_project_payload.rb +224 -0
- data/lib/ory-client/models/recovery_address.rb +1 -1
- data/lib/ory-client/models/redirection_config.rb +283 -0
- data/lib/ory-client/models/redirection_field.rb +245 -0
- data/lib/ory-client/models/schema_patch.rb +239 -0
- data/lib/ory-client/models/self_service_browser_location_change_required_error.rb +89 -11
- data/lib/ory-client/models/self_service_error.rb +1 -1
- data/lib/ory-client/models/self_service_flow_expired_error.rb +86 -8
- data/lib/ory-client/models/self_service_login_flow.rb +1 -1
- data/lib/ory-client/models/self_service_logout_url.rb +1 -1
- data/lib/ory-client/models/self_service_recovery_flow.rb +1 -1
- data/lib/ory-client/models/self_service_recovery_flow_state.rb +1 -1
- data/lib/ory-client/models/self_service_recovery_link.rb +1 -1
- data/lib/ory-client/models/self_service_registration_flow.rb +1 -1
- data/lib/ory-client/models/self_service_settings_flow.rb +1 -1
- data/lib/ory-client/models/self_service_settings_flow_state.rb +1 -1
- data/lib/ory-client/models/self_service_verification_flow.rb +1 -1
- data/lib/ory-client/models/self_service_verification_flow_state.rb +1 -1
- data/lib/ory-client/models/session.rb +1 -1
- data/lib/ory-client/models/session_authentication_method.rb +3 -3
- data/lib/ory-client/models/session_device.rb +1 -1
- data/lib/ory-client/models/settings_profile_form_config.rb +1 -1
- data/lib/ory-client/models/stripe_customer_response.rb +218 -0
- data/lib/ory-client/models/submit_self_service_login_flow_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_with_lookup_secret_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_with_oidc_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_with_password_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_with_totp_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_login_flow_with_web_authn_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_logout_flow_without_browser_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_recovery_flow_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_recovery_flow_with_link_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_registration_flow_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_registration_flow_with_oidc_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_registration_flow_with_password_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_lookup_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_oidc_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_password_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_profile_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_totp_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_settings_flow_with_web_authn_method_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_verification_flow_body.rb +1 -1
- data/lib/ory-client/models/submit_self_service_verification_flow_with_link_method_body.rb +1 -1
- data/lib/ory-client/models/successful_self_service_login_without_browser.rb +1 -1
- data/lib/ory-client/models/successful_self_service_registration_without_browser.rb +1 -1
- data/lib/ory-client/models/ui_container.rb +1 -1
- data/lib/ory-client/models/ui_node.rb +1 -1
- data/lib/ory-client/models/ui_node_anchor_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_image_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_input_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_meta.rb +1 -1
- data/lib/ory-client/models/ui_node_script_attributes.rb +1 -1
- data/lib/ory-client/models/ui_node_text_attributes.rb +1 -1
- data/lib/ory-client/models/ui_text.rb +1 -1
- data/lib/ory-client/models/verifiable_identity_address.rb +1 -1
- data/lib/ory-client/models/version.rb +1 -1
- data/lib/ory-client/version.rb +2 -2
- data/lib/ory-client.rb +29 -1
- data/ory-client.gemspec +1 -1
- data/spec/api/metadata_api_spec.rb +1 -12
- data/spec/api/v0alpha0_api_spec.rb +83 -0
- data/spec/api/v0alpha2_api_spec.rb +14 -14
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/active_project_spec.rb +34 -0
- data/spec/models/admin_create_identity_body_spec.rb +1 -1
- data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +1 -1
- data/spec/models/admin_update_identity_body_spec.rb +1 -1
- data/spec/models/api_token_spec.rb +58 -0
- data/spec/models/authenticator_assurance_level_spec.rb +1 -1
- data/spec/models/create_custom_hostname_body_spec.rb +40 -0
- data/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +1 -1
- data/spec/models/generic_error_spec.rb +19 -1
- data/spec/models/health_not_ready_status_spec.rb +1 -1
- data/spec/models/health_status_spec.rb +1 -1
- data/spec/models/identity_credentials_spec.rb +1 -1
- data/spec/models/identity_credentials_type_spec.rb +1 -1
- data/spec/models/identity_preset_spec.rb +40 -0
- data/spec/models/identity_schema_location_spec.rb +34 -0
- data/spec/models/identity_schema_spec.rb +19 -1
- data/spec/models/identity_schema_validation_result_spec.rb +40 -0
- data/spec/models/identity_spec.rb +1 -1
- data/spec/models/identity_state_spec.rb +1 -1
- data/spec/models/inline_response2001_spec.rb +1 -1
- data/spec/models/inline_response200_spec.rb +1 -1
- data/spec/models/inline_response503_spec.rb +1 -1
- data/spec/models/is_owner_for_project_by_slug_payload_spec.rb +46 -0
- data/spec/models/is_owner_for_project_by_slug_spec.rb +40 -0
- data/spec/models/json_error_spec.rb +1 -1
- data/spec/models/needs_privileged_session_error_spec.rb +1 -1
- data/spec/models/null_string_spec.rb +40 -0
- data/spec/models/null_uuid_spec.rb +40 -0
- data/spec/models/project_host_spec.rb +46 -0
- data/spec/models/project_lookup_secret_config_spec.rb +34 -0
- data/spec/models/project_oidc_config_spec.rb +106 -0
- data/spec/models/project_password_config_spec.rb +40 -0
- data/spec/models/project_patch_spec.rb +160 -0
- data/spec/models/project_recovery_config_spec.rb +34 -0
- data/spec/models/project_revision_spec.rb +202 -0
- data/spec/models/project_slug_spec.rb +34 -0
- data/spec/models/project_spec.rb +86 -0
- data/spec/models/project_totp_config_spec.rb +40 -0
- data/spec/models/project_verification_config_spec.rb +40 -0
- data/spec/models/project_web_authn_config_spec.rb +58 -0
- data/spec/models/provision_project_payload_spec.rb +34 -0
- data/spec/models/recovery_address_spec.rb +1 -1
- data/spec/models/redirection_config_spec.rb +76 -0
- data/spec/models/redirection_field_spec.rb +52 -0
- data/spec/models/schema_patch_spec.rb +40 -0
- data/spec/models/self_service_browser_location_change_required_error_spec.rb +44 -2
- data/spec/models/self_service_error_spec.rb +1 -1
- data/spec/models/self_service_flow_expired_error_spec.rb +44 -2
- data/spec/models/self_service_login_flow_spec.rb +1 -1
- data/spec/models/self_service_logout_url_spec.rb +1 -1
- data/spec/models/self_service_recovery_flow_spec.rb +1 -1
- data/spec/models/self_service_recovery_flow_state_spec.rb +1 -1
- data/spec/models/self_service_recovery_link_spec.rb +1 -1
- data/spec/models/self_service_registration_flow_spec.rb +1 -1
- data/spec/models/self_service_settings_flow_spec.rb +1 -1
- data/spec/models/self_service_settings_flow_state_spec.rb +1 -1
- data/spec/models/self_service_verification_flow_spec.rb +1 -1
- data/spec/models/self_service_verification_flow_state_spec.rb +1 -1
- data/spec/models/session_authentication_method_spec.rb +2 -2
- data/spec/models/session_device_spec.rb +1 -1
- data/spec/models/session_spec.rb +1 -1
- data/spec/models/settings_profile_form_config_spec.rb +1 -1
- data/spec/models/stripe_customer_response_spec.rb +34 -0
- data/spec/models/submit_self_service_login_flow_body_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_with_lookup_secret_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_with_oidc_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_with_password_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_with_totp_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_login_flow_with_web_authn_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_logout_flow_without_browser_body_spec.rb +1 -1
- data/spec/models/submit_self_service_recovery_flow_body_spec.rb +1 -1
- data/spec/models/submit_self_service_recovery_flow_with_link_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_registration_flow_body_spec.rb +1 -1
- data/spec/models/submit_self_service_registration_flow_with_oidc_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_registration_flow_with_password_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_lookup_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_oidc_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_password_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_profile_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_totp_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_settings_flow_with_web_authn_method_body_spec.rb +1 -1
- data/spec/models/submit_self_service_verification_flow_body_spec.rb +1 -1
- data/spec/models/submit_self_service_verification_flow_with_link_method_body_spec.rb +1 -1
- data/spec/models/successful_self_service_login_without_browser_spec.rb +1 -1
- data/spec/models/successful_self_service_registration_without_browser_spec.rb +1 -1
- data/spec/models/ui_container_spec.rb +1 -1
- data/spec/models/ui_node_anchor_attributes_spec.rb +1 -1
- data/spec/models/ui_node_attributes_spec.rb +1 -1
- data/spec/models/ui_node_image_attributes_spec.rb +1 -1
- data/spec/models/ui_node_input_attributes_spec.rb +1 -1
- data/spec/models/ui_node_meta_spec.rb +1 -1
- data/spec/models/ui_node_script_attributes_spec.rb +1 -1
- data/spec/models/ui_node_spec.rb +1 -1
- data/spec/models/ui_node_text_attributes_spec.rb +1 -1
- data/spec/models/ui_text_spec.rb +1 -1
- data/spec/models/verifiable_identity_address_spec.rb +1 -1
- data/spec/models/version_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- data/vendor/bundle/ruby/2.5.0/cache/psych-4.0.2.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/rspec-support-3.10.3.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/byebug-11.1.3/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.4/gem_make.out +2 -3
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/ffi-1.15.4/mkmf.log +31 -20
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/jaro_winkler-1.5.4/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.1 → psych-4.0.2}/gem.build_complete +0 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.1 → psych-4.0.2}/gem_make.out +6 -6
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.1 → psych-4.0.2}/mkmf.log +0 -0
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/{psych-4.0.1 → psych-4.0.2}/psych.so +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/ext/byebug/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/Makefile +7 -7
- data/vendor/bundle/ruby/2.5.0/gems/ffi-1.15.4/ext/ffi_c/extconf.h +0 -1
- data/vendor/bundle/ruby/2.5.0/gems/jaro_winkler-1.5.4/ext/jaro_winkler/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/.gitignore +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/Gemfile +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/LICENSE +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/Mavenfile +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/README.md +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/Rakefile +1 -1
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/bin/console +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/bin/setup +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/.sitearchdir.time +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/api.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/depend +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/dumper.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/emitter.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/extconf.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/loader.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/parser.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych.c +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych.h +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1/lib → psych-4.0.2/ext/psych}/psych.so +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_emitter.c +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_emitter.h +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_emitter.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_parser.c +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_parser.h +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_parser.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_to_ruby.c +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_to_ruby.h +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_to_ruby.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_yaml_tree.c +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_yaml_tree.h +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/psych_yaml_tree.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/reader.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/scanner.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/writer.o +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/LICENSE +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/api.c +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/config.h +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/dumper.c +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/emitter.c +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/loader.c +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/parser.c +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/reader.c +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/scanner.c +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/writer.c +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/yaml.h +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/ext/psych/yaml/yaml_private.h +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/class_loader.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/coder.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/core_ext.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/exception.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/handler.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/handlers/document_stream.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/handlers/recorder.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/json/ruby_events.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/json/stream.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/json/tree_builder.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/json/yaml_events.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes/alias.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes/document.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes/mapping.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes/node.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes/scalar.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes/sequence.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes/stream.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/nodes.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/omap.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/parser.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/scalar_scanner.rb +8 -9
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/set.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/stream.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/streaming.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/syntax_error.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/tree_builder.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/versions.rb +1 -1
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/visitors/depth_first.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/visitors/emitter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/visitors/json_tree.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/visitors/to_ruby.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/visitors/visitor.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/visitors/yaml_tree.rb +2 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/visitors.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych/y.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/lib/psych.rb +1 -1
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1/ext/psych → psych-4.0.2/lib}/psych.so +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{psych-4.0.1 → psych-4.0.2}/psych.gemspec +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/Changelog.md +10 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/LICENSE.md +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/README.md +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/caller_filter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/comparable_version.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/differ.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/directory_maker.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/encoded_string.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/fuzzy_matcher.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/hunk_generator.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/matcher_definition.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/method_signature_verifier.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/mutex.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/object_formatter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/recursive_const_methods.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/reentrant_mutex.rb +27 -10
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/ruby_features.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/source/location.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/source/node.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/source/token.rb +12 -5
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/source.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/deprecation_helpers.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/diff_helpers.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/formatting_support.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/in_sub_process.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/library_wide_checks.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/shell_out.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/stderr_splitter.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/string_matcher.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/with_isolated_directory.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec/with_isolated_stderr.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/spec.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/version.rb +1 -1
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/warnings.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support/with_keywords_when_needed.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/gems/{rspec-support-3.10.2 → rspec-support-3.10.3}/lib/rspec/support.rb +0 -0
- data/vendor/bundle/ruby/2.5.0/specifications/{psych-4.0.1.gemspec → psych-4.0.2.gemspec} +3 -3
- data/vendor/bundle/ruby/2.5.0/specifications/{rspec-support-3.10.2.gemspec → rspec-support-3.10.3.gemspec} +5 -5
- metadata +245 -133
- data/vendor/bundle/ruby/2.5.0/cache/psych-4.0.1.gem +0 -0
- data/vendor/bundle/ruby/2.5.0/cache/rspec-support-3.10.2.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 48891a986dbcff4fec6b1da83f23cdf065a5af4f0eec541999cd3094ad1e3a7d
|
4
|
+
data.tar.gz: 0ac5fcdcf71b6378b3294943841ac918ec0260df6a58f20f7066ae56afd93b52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aaccc30ec4fe9efb23f3814c86bf968040ee18bfc489ff93887ec282cdd77dd4b8496ed1bba879689772f6cbf69486d7687ebae690da1ae5054c2ef2be1aed78
|
7
|
+
data.tar.gz: 94f7a9f0e61a649500ded6a07c9996b0003cb19529b102abb04324283b24f85e08e19e4646ece852077a94c015a3203ee56d300a067e6c4c53955f5998845bca
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
ory-client (0.0.1.
|
4
|
+
ory-client (0.0.1.alpha28)
|
5
5
|
typhoeus (~> 1.0, >= 1.0.1)
|
6
6
|
|
7
7
|
GEM
|
@@ -25,7 +25,7 @@ GEM
|
|
25
25
|
pry-byebug (3.9.0)
|
26
26
|
byebug (~> 11.0)
|
27
27
|
pry (~> 0.13.0)
|
28
|
-
psych (4.0.
|
28
|
+
psych (4.0.2)
|
29
29
|
rainbow (3.0.0)
|
30
30
|
rake (13.0.6)
|
31
31
|
rspec (3.10.0)
|
@@ -40,7 +40,7 @@ GEM
|
|
40
40
|
rspec-mocks (3.10.2)
|
41
41
|
diff-lcs (>= 1.2.0, < 2.0)
|
42
42
|
rspec-support (~> 3.10.0)
|
43
|
-
rspec-support (3.10.
|
43
|
+
rspec-support (3.10.3)
|
44
44
|
rubocop (0.66.0)
|
45
45
|
jaro_winkler (~> 1.5.1)
|
46
46
|
parallel (~> 1.10)
|
@@ -65,4 +65,4 @@ DEPENDENCIES
|
|
65
65
|
rubocop (~> 0.66.0)
|
66
66
|
|
67
67
|
BUNDLED WITH
|
68
|
-
2.2.
|
68
|
+
2.2.30
|
data/README.md
CHANGED
@@ -8,8 +8,8 @@ with a valid Personal Access Token. Public APIs are mostly used in browsers.
|
|
8
8
|
|
9
9
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
10
10
|
|
11
|
-
- API version: v0.0.1-alpha.
|
12
|
-
- Package version: v0.0.1-alpha.
|
11
|
+
- API version: v0.0.1-alpha.28
|
12
|
+
- Package version: v0.0.1-alpha.28
|
13
13
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
14
14
|
|
15
15
|
## Installation
|
@@ -25,16 +25,16 @@ gem build ory-client.gemspec
|
|
25
25
|
Then either install the gem locally:
|
26
26
|
|
27
27
|
```shell
|
28
|
-
gem install ./ory-client-v0.0.1-alpha.
|
28
|
+
gem install ./ory-client-v0.0.1-alpha.28.gem
|
29
29
|
```
|
30
30
|
|
31
|
-
(for development, run `gem install --dev ./ory-client-v0.0.1-alpha.
|
31
|
+
(for development, run `gem install --dev ./ory-client-v0.0.1-alpha.28.gem` to install the development dependencies)
|
32
32
|
|
33
33
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
34
34
|
|
35
35
|
Finally add this to the Gemfile:
|
36
36
|
|
37
|
-
gem 'ory-client', '~> v0.0.1-alpha.
|
37
|
+
gem 'ory-client', '~> v0.0.1-alpha.28'
|
38
38
|
|
39
39
|
### Install from Git
|
40
40
|
|
@@ -79,7 +79,10 @@ Class | Method | HTTP request | Description
|
|
79
79
|
*OryClient::MetadataApi* | [**get_version**](docs/MetadataApi.md#get_version) | **GET** /api/kratos/public/version | Return Running Software Version.
|
80
80
|
*OryClient::MetadataApi* | [**is_alive**](docs/MetadataApi.md#is_alive) | **GET** /api/kratos/public/health/alive | Check HTTP Server Status
|
81
81
|
*OryClient::MetadataApi* | [**is_ready**](docs/MetadataApi.md#is_ready) | **GET** /api/kratos/public/health/ready | Check HTTP Server and Database Status
|
82
|
-
*OryClient::
|
82
|
+
*OryClient::V0alpha0Api* | [**create_project**](docs/V0alpha0Api.md#create_project) | **POST** /backoffice/public/projects | Create a Project
|
83
|
+
*OryClient::V0alpha0Api* | [**get_project**](docs/V0alpha0Api.md#get_project) | **GET** /backoffice/public/projects/{project_id} | Get a Project
|
84
|
+
*OryClient::V0alpha0Api* | [**list_projects**](docs/V0alpha0Api.md#list_projects) | **GET** /backoffice/public/projects | List All Projects
|
85
|
+
*OryClient::V0alpha0Api* | [**update_project**](docs/V0alpha0Api.md#update_project) | **PUT** /backoffice/public/projects/{project_id} | Update a Project
|
83
86
|
*OryClient::V0alpha2Api* | [**admin_create_identity**](docs/V0alpha2Api.md#admin_create_identity) | **POST** /api/kratos/admin/identities | Create an Identity
|
84
87
|
*OryClient::V0alpha2Api* | [**admin_create_self_service_recovery_link**](docs/V0alpha2Api.md#admin_create_self_service_recovery_link) | **POST** /api/kratos/admin/recovery/link | Create a Recovery Link
|
85
88
|
*OryClient::V0alpha2Api* | [**admin_delete_identity**](docs/V0alpha2Api.md#admin_delete_identity) | **DELETE** /api/kratos/admin/identities/{id} | Delete an Identity
|
@@ -119,10 +122,13 @@ Class | Method | HTTP request | Description
|
|
119
122
|
|
120
123
|
## Documentation for Models
|
121
124
|
|
125
|
+
- [OryClient::ActiveProject](docs/ActiveProject.md)
|
122
126
|
- [OryClient::AdminCreateIdentityBody](docs/AdminCreateIdentityBody.md)
|
123
127
|
- [OryClient::AdminCreateSelfServiceRecoveryLinkBody](docs/AdminCreateSelfServiceRecoveryLinkBody.md)
|
124
128
|
- [OryClient::AdminUpdateIdentityBody](docs/AdminUpdateIdentityBody.md)
|
129
|
+
- [OryClient::ApiToken](docs/ApiToken.md)
|
125
130
|
- [OryClient::AuthenticatorAssuranceLevel](docs/AuthenticatorAssuranceLevel.md)
|
131
|
+
- [OryClient::CreateCustomHostnameBody](docs/CreateCustomHostnameBody.md)
|
126
132
|
- [OryClient::ErrorAuthenticatorAssuranceLevelNotSatisfied](docs/ErrorAuthenticatorAssuranceLevelNotSatisfied.md)
|
127
133
|
- [OryClient::GenericError](docs/GenericError.md)
|
128
134
|
- [OryClient::HealthNotReadyStatus](docs/HealthNotReadyStatus.md)
|
@@ -130,14 +136,37 @@ Class | Method | HTTP request | Description
|
|
130
136
|
- [OryClient::Identity](docs/Identity.md)
|
131
137
|
- [OryClient::IdentityCredentials](docs/IdentityCredentials.md)
|
132
138
|
- [OryClient::IdentityCredentialsType](docs/IdentityCredentialsType.md)
|
139
|
+
- [OryClient::IdentityPreset](docs/IdentityPreset.md)
|
133
140
|
- [OryClient::IdentitySchema](docs/IdentitySchema.md)
|
141
|
+
- [OryClient::IdentitySchemaLocation](docs/IdentitySchemaLocation.md)
|
142
|
+
- [OryClient::IdentitySchemaValidationResult](docs/IdentitySchemaValidationResult.md)
|
134
143
|
- [OryClient::IdentityState](docs/IdentityState.md)
|
135
144
|
- [OryClient::InlineResponse200](docs/InlineResponse200.md)
|
136
145
|
- [OryClient::InlineResponse2001](docs/InlineResponse2001.md)
|
137
146
|
- [OryClient::InlineResponse503](docs/InlineResponse503.md)
|
147
|
+
- [OryClient::IsOwnerForProjectBySlug](docs/IsOwnerForProjectBySlug.md)
|
148
|
+
- [OryClient::IsOwnerForProjectBySlugPayload](docs/IsOwnerForProjectBySlugPayload.md)
|
138
149
|
- [OryClient::JsonError](docs/JsonError.md)
|
139
150
|
- [OryClient::NeedsPrivilegedSessionError](docs/NeedsPrivilegedSessionError.md)
|
151
|
+
- [OryClient::NullString](docs/NullString.md)
|
152
|
+
- [OryClient::NullUUID](docs/NullUUID.md)
|
153
|
+
- [OryClient::Project](docs/Project.md)
|
154
|
+
- [OryClient::ProjectHost](docs/ProjectHost.md)
|
155
|
+
- [OryClient::ProjectLookupSecretConfig](docs/ProjectLookupSecretConfig.md)
|
156
|
+
- [OryClient::ProjectOidcConfig](docs/ProjectOidcConfig.md)
|
157
|
+
- [OryClient::ProjectPasswordConfig](docs/ProjectPasswordConfig.md)
|
158
|
+
- [OryClient::ProjectPatch](docs/ProjectPatch.md)
|
159
|
+
- [OryClient::ProjectRecoveryConfig](docs/ProjectRecoveryConfig.md)
|
160
|
+
- [OryClient::ProjectRevision](docs/ProjectRevision.md)
|
161
|
+
- [OryClient::ProjectSlug](docs/ProjectSlug.md)
|
162
|
+
- [OryClient::ProjectTotpConfig](docs/ProjectTotpConfig.md)
|
163
|
+
- [OryClient::ProjectVerificationConfig](docs/ProjectVerificationConfig.md)
|
164
|
+
- [OryClient::ProjectWebAuthnConfig](docs/ProjectWebAuthnConfig.md)
|
165
|
+
- [OryClient::ProvisionProjectPayload](docs/ProvisionProjectPayload.md)
|
140
166
|
- [OryClient::RecoveryAddress](docs/RecoveryAddress.md)
|
167
|
+
- [OryClient::RedirectionConfig](docs/RedirectionConfig.md)
|
168
|
+
- [OryClient::RedirectionField](docs/RedirectionField.md)
|
169
|
+
- [OryClient::SchemaPatch](docs/SchemaPatch.md)
|
141
170
|
- [OryClient::SelfServiceBrowserLocationChangeRequiredError](docs/SelfServiceBrowserLocationChangeRequiredError.md)
|
142
171
|
- [OryClient::SelfServiceError](docs/SelfServiceError.md)
|
143
172
|
- [OryClient::SelfServiceFlowExpiredError](docs/SelfServiceFlowExpiredError.md)
|
@@ -155,6 +184,7 @@ Class | Method | HTTP request | Description
|
|
155
184
|
- [OryClient::SessionAuthenticationMethod](docs/SessionAuthenticationMethod.md)
|
156
185
|
- [OryClient::SessionDevice](docs/SessionDevice.md)
|
157
186
|
- [OryClient::SettingsProfileFormConfig](docs/SettingsProfileFormConfig.md)
|
187
|
+
- [OryClient::StripeCustomerResponse](docs/StripeCustomerResponse.md)
|
158
188
|
- [OryClient::SubmitSelfServiceLoginFlowBody](docs/SubmitSelfServiceLoginFlowBody.md)
|
159
189
|
- [OryClient::SubmitSelfServiceLoginFlowWithLookupSecretMethodBody](docs/SubmitSelfServiceLoginFlowWithLookupSecretMethodBody.md)
|
160
190
|
- [OryClient::SubmitSelfServiceLoginFlowWithOidcMethodBody](docs/SubmitSelfServiceLoginFlowWithOidcMethodBody.md)
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# OryClient::ActiveProject
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **project_id** | **String** | The Active Project ID format: uuid | [optional] |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'ory-client'
|
13
|
+
|
14
|
+
instance = OryClient::ActiveProject.new(
|
15
|
+
project_id: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
data/docs/ApiToken.md
ADDED
@@ -0,0 +1,26 @@
|
|
1
|
+
# OryClient::ApiToken
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **id** | **String** | | |
|
8
|
+
| **name** | **String** | The Token's Name Set this to help you remember, for example, where you use the token. | |
|
9
|
+
| **owner_id** | **String** | | |
|
10
|
+
| **project_id** | **String** | | [optional] |
|
11
|
+
| **value** | **String** | The token's value | [optional][readonly] |
|
12
|
+
|
13
|
+
## Example
|
14
|
+
|
15
|
+
```ruby
|
16
|
+
require 'ory-client'
|
17
|
+
|
18
|
+
instance = OryClient::ApiToken.new(
|
19
|
+
id: null,
|
20
|
+
name: null,
|
21
|
+
owner_id: null,
|
22
|
+
project_id: null,
|
23
|
+
value: null
|
24
|
+
)
|
25
|
+
```
|
26
|
+
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# OryClient::CreateCustomHostnameBody
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **cookie_domain** | **String** | The domain where cookies will be set. Has to be a parent domain of the custom hostname to work. | [optional] |
|
8
|
+
| **hostname** | **String** | The custom hostname where the API will be exposed. | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'ory-client'
|
14
|
+
|
15
|
+
instance = OryClient::CreateCustomHostnameBody.new(
|
16
|
+
cookie_domain: null,
|
17
|
+
hostname: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
data/docs/GenericError.md
CHANGED
@@ -5,13 +5,16 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **code** | **Integer** | The status code | [optional] |
|
8
|
-
| **debug** | **String** | Debug information
|
8
|
+
| **debug** | **String** | Debug contains debug information. This is usually not available and has to be enabled. | [optional] |
|
9
9
|
| **details** | **Object** | Further error details | [optional] |
|
10
|
+
| **error** | **String** | Name is the error name. | [optional] |
|
11
|
+
| **error_description** | **String** | Description contains further information on the nature of the error. | [optional] |
|
10
12
|
| **id** | **String** | The error ID Useful when trying to identify various errors in application logic. | [optional] |
|
11
|
-
| **message** | **String** |
|
13
|
+
| **message** | **String** | Message contains the error message. | |
|
12
14
|
| **reason** | **String** | A human-readable reason for the error | [optional] |
|
13
15
|
| **request** | **String** | The request ID The request ID is often exposed internally in order to trace errors across service architectures. This is often a UUID. | [optional] |
|
14
16
|
| **status** | **String** | The status description | [optional] |
|
17
|
+
| **status_code** | **Integer** | Code represents the error status code (404, 403, 401, ...). | [optional] |
|
15
18
|
|
16
19
|
## Example
|
17
20
|
|
@@ -20,13 +23,16 @@ require 'ory-client'
|
|
20
23
|
|
21
24
|
instance = OryClient::GenericError.new(
|
22
25
|
code: 404,
|
23
|
-
debug:
|
26
|
+
debug: The database adapter was unable to find the element,
|
24
27
|
details: null,
|
28
|
+
error: The requested resource could not be found,
|
29
|
+
error_description: Object with ID 12345 does not exist,
|
25
30
|
id: null,
|
26
31
|
message: The resource could not be found,
|
27
32
|
reason: User with ID 1234 does not exist.,
|
28
33
|
request: d7ef54b1-ec15-46e6-bccb-524b82c035e6,
|
29
|
-
status: Not Found
|
34
|
+
status: Not Found,
|
35
|
+
status_code: 404
|
30
36
|
)
|
31
37
|
```
|
32
38
|
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# OryClient::IdentityPreset
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **schema** | **Object** | Schema is the Identity JSON Schema | |
|
8
|
+
| **url** | **String** | URL is the preset identifier | |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'ory-client'
|
14
|
+
|
15
|
+
instance = OryClient::IdentityPreset.new(
|
16
|
+
schema: null,
|
17
|
+
url: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
data/docs/IdentitySchema.md
CHANGED
@@ -4,8 +4,11 @@
|
|
4
4
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
|
-
| **
|
7
|
+
| **created_at** | **Time** | The Schema's Creation Date | [readonly] |
|
8
|
+
| **id** | **String** | | |
|
9
|
+
| **name** | **String** | The schema name This is set by the user and is for them to easily recognise their schema | |
|
8
10
|
| **schema** | **Object** | The actual Identity JSON Schema | [optional] |
|
11
|
+
| **updated_at** | **Time** | Last Time Schema was Updated | [readonly] |
|
9
12
|
|
10
13
|
## Example
|
11
14
|
|
@@ -13,8 +16,11 @@
|
|
13
16
|
require 'ory-client'
|
14
17
|
|
15
18
|
instance = OryClient::IdentitySchema.new(
|
19
|
+
created_at: null,
|
16
20
|
id: null,
|
17
|
-
|
21
|
+
name: CustomerIdentity,
|
22
|
+
schema: null,
|
23
|
+
updated_at: null
|
18
24
|
)
|
19
25
|
```
|
20
26
|
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# OryClient::IdentitySchemaLocation
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **location** | **String** | | [optional] |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'ory-client'
|
13
|
+
|
14
|
+
instance = OryClient::IdentitySchemaLocation.new(
|
15
|
+
location: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# OryClient::IdentitySchemaValidationResult
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **message** | **String** | | [optional] |
|
8
|
+
| **valid** | **Boolean** | | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'ory-client'
|
14
|
+
|
15
|
+
instance = OryClient::IdentitySchemaValidationResult.new(
|
16
|
+
message: null,
|
17
|
+
valid: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# OryClient::IsOwnerForProjectBySlug
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **project_slug** | **String** | ProjectSlug is the project's slug. | |
|
8
|
+
| **subject** | **String** | Subject is the subject from the API Token. | |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'ory-client'
|
14
|
+
|
15
|
+
instance = OryClient::IsOwnerForProjectBySlug.new(
|
16
|
+
project_slug: null,
|
17
|
+
subject: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# OryClient::IsOwnerForProjectBySlugPayload
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **project_scope** | **String** | ProjectScope is the project_id resolved from the API Token. | [optional] |
|
8
|
+
| **project_slug** | **String** | ProjectSlug is the project's slug. | |
|
9
|
+
| **subject** | **String** | Subject is the subject from the API Token. | |
|
10
|
+
|
11
|
+
## Example
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'ory-client'
|
15
|
+
|
16
|
+
instance = OryClient::IsOwnerForProjectBySlugPayload.new(
|
17
|
+
project_scope: null,
|
18
|
+
project_slug: null,
|
19
|
+
subject: null
|
20
|
+
)
|
21
|
+
```
|
22
|
+
|
data/docs/MetadataApi.md
CHANGED
@@ -7,7 +7,6 @@ All URIs are relative to *https://playground.projects.oryapis.com*
|
|
7
7
|
| [**get_version**](MetadataApi.md#get_version) | **GET** /api/kratos/public/version | Return Running Software Version. |
|
8
8
|
| [**is_alive**](MetadataApi.md#is_alive) | **GET** /api/kratos/public/health/alive | Check HTTP Server Status |
|
9
9
|
| [**is_ready**](MetadataApi.md#is_ready) | **GET** /api/kratos/public/health/ready | Check HTTP Server and Database Status |
|
10
|
-
| [**prometheus**](MetadataApi.md#prometheus) | **GET** /api/kratos/public/metrics/prometheus | Get snapshot metrics from the service. If you're using k8s, you can then add annotations to your deployment like so: |
|
11
10
|
|
12
11
|
|
13
12
|
## get_version
|
@@ -192,63 +191,3 @@ No authorization required
|
|
192
191
|
- **Content-Type**: Not defined
|
193
192
|
- **Accept**: application/json
|
194
193
|
|
195
|
-
|
196
|
-
## prometheus
|
197
|
-
|
198
|
-
> prometheus
|
199
|
-
|
200
|
-
Get snapshot metrics from the service. If you're using k8s, you can then add annotations to your deployment like so:
|
201
|
-
|
202
|
-
``` metadata: annotations: prometheus.io/port: \"4434\" prometheus.io/path: \"/metrics/prometheus\" ```
|
203
|
-
|
204
|
-
### Examples
|
205
|
-
|
206
|
-
```ruby
|
207
|
-
require 'time'
|
208
|
-
require 'ory-client'
|
209
|
-
|
210
|
-
api_instance = OryClient::MetadataApi.new
|
211
|
-
|
212
|
-
begin
|
213
|
-
# Get snapshot metrics from the service. If you're using k8s, you can then add annotations to your deployment like so:
|
214
|
-
api_instance.prometheus
|
215
|
-
rescue OryClient::ApiError => e
|
216
|
-
puts "Error when calling MetadataApi->prometheus: #{e}"
|
217
|
-
end
|
218
|
-
```
|
219
|
-
|
220
|
-
#### Using the prometheus_with_http_info variant
|
221
|
-
|
222
|
-
This returns an Array which contains the response data (`nil` in this case), status code and headers.
|
223
|
-
|
224
|
-
> <Array(nil, Integer, Hash)> prometheus_with_http_info
|
225
|
-
|
226
|
-
```ruby
|
227
|
-
begin
|
228
|
-
# Get snapshot metrics from the service. If you're using k8s, you can then add annotations to your deployment like so:
|
229
|
-
data, status_code, headers = api_instance.prometheus_with_http_info
|
230
|
-
p status_code # => 2xx
|
231
|
-
p headers # => { ... }
|
232
|
-
p data # => nil
|
233
|
-
rescue OryClient::ApiError => e
|
234
|
-
puts "Error when calling MetadataApi->prometheus_with_http_info: #{e}"
|
235
|
-
end
|
236
|
-
```
|
237
|
-
|
238
|
-
### Parameters
|
239
|
-
|
240
|
-
This endpoint does not need any parameter.
|
241
|
-
|
242
|
-
### Return type
|
243
|
-
|
244
|
-
nil (empty response body)
|
245
|
-
|
246
|
-
### Authorization
|
247
|
-
|
248
|
-
No authorization required
|
249
|
-
|
250
|
-
### HTTP request headers
|
251
|
-
|
252
|
-
- **Content-Type**: Not defined
|
253
|
-
- **Accept**: Not defined
|
254
|
-
|
data/docs/NullString.md
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
# OryClient::NullString
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **string** | **String** | | [optional] |
|
8
|
+
| **valid** | **Boolean** | | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'ory-client'
|
14
|
+
|
15
|
+
instance = OryClient::NullString.new(
|
16
|
+
string: null,
|
17
|
+
valid: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
data/docs/NullUUID.md
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
# OryClient::NullUUID
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **uuid** | **String** | | [optional] |
|
8
|
+
| **valid** | **Boolean** | | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'ory-client'
|
14
|
+
|
15
|
+
instance = OryClient::NullUUID.new(
|
16
|
+
uuid: null,
|
17
|
+
valid: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
data/docs/Project.md
ADDED
@@ -0,0 +1,34 @@
|
|
1
|
+
# OryClient::Project
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **created_at** | **Time** | The Project's Creation Date | [readonly] |
|
8
|
+
| **current_revision** | [**ProjectRevision**](ProjectRevision.md) | | |
|
9
|
+
| **id** | **String** | | |
|
10
|
+
| **ongoing_stripe_checkout_id** | [**NullString**](NullString.md) | | [optional] |
|
11
|
+
| **revisions** | [**Array<ProjectRevision>**](ProjectRevision.md) | | |
|
12
|
+
| **slug** | **String** | The project's slug | [readonly] |
|
13
|
+
| **state** | **String** | The state of the project. | [readonly] |
|
14
|
+
| **subscription_id** | [**NullUUID**](NullUUID.md) | | [optional] |
|
15
|
+
| **updated_at** | **Time** | Last Time Project was Updated | [readonly] |
|
16
|
+
|
17
|
+
## Example
|
18
|
+
|
19
|
+
```ruby
|
20
|
+
require 'ory-client'
|
21
|
+
|
22
|
+
instance = OryClient::Project.new(
|
23
|
+
created_at: null,
|
24
|
+
current_revision: null,
|
25
|
+
id: null,
|
26
|
+
ongoing_stripe_checkout_id: null,
|
27
|
+
revisions: null,
|
28
|
+
slug: null,
|
29
|
+
state: null,
|
30
|
+
subscription_id: null,
|
31
|
+
updated_at: null
|
32
|
+
)
|
33
|
+
```
|
34
|
+
|
data/docs/ProjectHost.md
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
# OryClient::ProjectHost
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **host** | **String** | The project's host. | |
|
8
|
+
| **id** | **String** | | |
|
9
|
+
| **project_id** | **String** | | |
|
10
|
+
|
11
|
+
## Example
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'ory-client'
|
15
|
+
|
16
|
+
instance = OryClient::ProjectHost.new(
|
17
|
+
host: null,
|
18
|
+
id: null,
|
19
|
+
project_id: null
|
20
|
+
)
|
21
|
+
```
|
22
|
+
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# OryClient::ProjectLookupSecretConfig
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **enabled** | **Boolean** | Set to true to enable the WebAuthn authentication method. | [optional] |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'ory-client'
|
13
|
+
|
14
|
+
instance = OryClient::ProjectLookupSecretConfig.new(
|
15
|
+
enabled: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
@@ -0,0 +1,42 @@
|
|
1
|
+
# OryClient::ProjectOidcConfig
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **auth_url** | **String** | AuthURL is the authorize url, typically something like: https://example.org/oauth2/auth Should only be used when the OAuth2 / OpenID Connect server is not supporting OpenID Connect Discovery and when `provider` is set to `generic`. | [optional] |
|
8
|
+
| **client_id** | **String** | ClientID is the application's Client ID. | [optional] |
|
9
|
+
| **client_secret** | **String** | ClientSecret is the application's secret. | [optional] |
|
10
|
+
| **id** | **String** | ID is the provider's ID | [optional] |
|
11
|
+
| **issuer_url** | **String** | IssuerURL is the OpenID Connect Server URL. You can leave this empty if `provider` is not set to `generic`. If set, neither `auth_url` nor `token_url` are required. | [optional] |
|
12
|
+
| **label** | **String** | Label represents an optional label which can be used in the UI generation. | [optional] |
|
13
|
+
| **mapper_url** | **String** | Mapper specifies the JSONNet code snippet which uses the OpenID Connect Provider's data (e.g. GitHub or Google profile information) to hydrate the identity's data. It can be either a URL (file://, http(s)://, base64://) or an inline JSONNet code snippet. | [optional] |
|
14
|
+
| **provider** | **String** | Provider is either \"generic\" for a generic OAuth 2.0 / OpenID Connect Provider or one of: generic google github gitlab microsoft discord slack facebook vk yandex | [optional] |
|
15
|
+
| **requested_claims** | **Object** | RequestedClaims string encoded json object that specifies claims and optionally their properties which should be included in the id_token or returned from the UserInfo Endpoint. More information: https://openid.net/specs/openid-connect-core-1_0.html#ClaimsParameter | [optional] |
|
16
|
+
| **scope** | **Array<String>** | Scope specifies optional requested permissions. | [optional] |
|
17
|
+
| **string** | **String** | | [optional] |
|
18
|
+
| **tenant** | **String** | Tenant is the Azure AD Tenant to use for authentication, and must be set when `provider` is set to `microsoft`. Can be either `common`, `organizations`, `consumers` for a multitenant application or a specific tenant like `8eaef023-2b34-4da1-9baa-8bc8c9d6a490` or `contoso.onmicrosoft.com`. | [optional] |
|
19
|
+
| **token_url** | **String** | TokenURL is the token url, typically something like: https://example.org/oauth2/token Should only be used when the OAuth2 / OpenID Connect server is not supporting OpenID Connect Discovery and when `provider` is set to `generic`. | [optional] |
|
20
|
+
|
21
|
+
## Example
|
22
|
+
|
23
|
+
```ruby
|
24
|
+
require 'ory-client'
|
25
|
+
|
26
|
+
instance = OryClient::ProjectOidcConfig.new(
|
27
|
+
auth_url: null,
|
28
|
+
client_id: null,
|
29
|
+
client_secret: null,
|
30
|
+
id: null,
|
31
|
+
issuer_url: null,
|
32
|
+
label: null,
|
33
|
+
mapper_url: null,
|
34
|
+
provider: null,
|
35
|
+
requested_claims: null,
|
36
|
+
scope: null,
|
37
|
+
string: null,
|
38
|
+
tenant: null,
|
39
|
+
token_url: null
|
40
|
+
)
|
41
|
+
```
|
42
|
+
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# OryClient::ProjectPasswordConfig
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **enabled** | **Boolean** | Set to true to enable the password authentication method. | [optional] |
|
8
|
+
| **revoke_active_sessions** | **Boolean** | Set to true to remove active sessions when the users logs in. | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'ory-client'
|
14
|
+
|
15
|
+
instance = OryClient::ProjectPasswordConfig.new(
|
16
|
+
enabled: null,
|
17
|
+
revoke_active_sessions: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|