ory-client 0.2.0.alpha26 → 0.2.0.alpha29
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +90 -95
- data/docs/{AcceptOAuth2ConsentRequest.md → AcceptConsentRequest.md} +3 -3
- data/docs/{AcceptOAuth2LoginRequest.md → AcceptLoginRequest.md} +2 -2
- data/docs/AdminApi.md +2093 -15
- data/docs/{SuccessfulOAuth2RequestResponse.md → CompletedRequest.md} +2 -2
- data/docs/{OAuth2ConsentRequest.md → ConsentRequest.md} +3 -3
- data/docs/{AcceptOAuth2ConsentRequestSession.md → ConsentRequestSession.md} +2 -2
- data/docs/CreateProjectApiKeyRequest.md +18 -0
- data/docs/FlushInactiveOAuth2TokensRequest.md +18 -0
- data/docs/FlushLoginConsentRequest.md +18 -0
- data/docs/GenericError.md +1 -1
- data/docs/{JsonWebKey.md → JSONWebKey.md} +2 -2
- data/docs/JSONWebKeySet.md +18 -0
- data/docs/JsonError.md +7 -1
- data/docs/{AdminCreateJsonWebKeySetBody.md → JsonWebKeySetGeneratorRequest.md} +2 -2
- data/docs/{OAuth2LoginRequest.md → LoginRequest.md} +3 -3
- data/docs/{OAuth2LogoutRequest.md → LogoutRequest.md} +2 -2
- data/docs/ManagedIdentitySchema.md +1 -1
- data/docs/NormalizedProject.md +1 -1
- data/docs/NormalizedProjectRevision.md +25 -25
- data/docs/NormalizedProjectRevisionHook.md +4 -2
- data/docs/NormalizedProjectRevisionIdentitySchema.md +2 -2
- data/docs/NormalizedProjectRevisionThirdPartyProvider.md +1 -1
- data/docs/OAuth2Client.md +2 -26
- data/docs/{IntrospectedOAuth2Token.md → OAuth2TokenIntrospection.md} +2 -2
- data/docs/Oauth2TokenResponse.md +28 -0
- data/docs/{OAuth2TokenResponse.md → OauthTokenResponse.md} +2 -2
- data/docs/{OAuth2ConsentRequestOpenIDConnectContext.md → OpenIDConnectContext.md} +2 -2
- data/docs/Pagination.md +0 -4
- data/docs/PatchDocument.md +24 -0
- data/docs/{PreviousOAuth2ConsentSession.md → PreviousConsentSession.md} +4 -4
- data/docs/Project.md +2 -2
- data/docs/{ApiToken.md → ProjectApiKey.md} +5 -5
- data/docs/ProjectHost.md +2 -2
- data/docs/ProjectInvite.md +3 -3
- data/docs/ProjectMetadata.md +1 -1
- data/docs/PublicApi.md +738 -0
- data/docs/RefreshTokenHookRequest.md +0 -4
- data/docs/RefreshTokenHookResponse.md +1 -1
- data/docs/{RejectOAuth2Request.md → RejectRequest.md} +2 -2
- data/docs/{HandledOAuth2LoginRequest.md → RequestWasHandledResponse.md} +2 -2
- data/docs/Subscription.md +1 -1
- data/docs/{AdminTrustOAuth2JwtGrantIssuerBody.md → TrustJwtGrantIssuerBody.md} +3 -3
- data/docs/{TrustedOAuth2JwtGrantJsonWebKey.md → TrustedJsonWebKey.md} +2 -2
- data/docs/{TrustedOAuth2JwtGrantIssuer.md → TrustedJwtGrantIssuer.md} +3 -3
- data/docs/{OidcUserInfo.md → UserinfoResponse.md} +2 -2
- data/docs/V0alpha2Api.md +384 -3154
- data/docs/{OidcConfiguration.md → WellKnown.md} +2 -6
- data/lib/ory-client/api/admin_api.rb +2108 -14
- data/lib/ory-client/api/metadata_api.rb +1 -1
- data/lib/ory-client/api/public_api.rb +723 -0
- data/lib/ory-client/api/read_api.rb +1 -1
- data/lib/ory-client/api/v0alpha2_api.rb +349 -2964
- data/lib/ory-client/api/write_api.rb +1 -1
- 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 -8
- data/lib/ory-client/models/{accept_o_auth2_consent_request.rb → accept_consent_request.rb} +5 -5
- data/lib/ory-client/models/{accept_o_auth2_login_request.rb → accept_login_request.rb} +4 -4
- data/lib/ory-client/models/active_project.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_body.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_import_credentials_oidc.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_import_credentials_oidc_config.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_import_credentials_oidc_provider.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_import_credentials_password.rb +1 -1
- data/lib/ory-client/models/admin_create_identity_import_credentials_password_config.rb +1 -1
- data/lib/ory-client/models/admin_create_self_service_recovery_link_body.rb +1 -1
- data/lib/ory-client/models/admin_identity_import_credentials.rb +1 -1
- data/lib/ory-client/models/admin_update_identity_body.rb +1 -1
- data/lib/ory-client/models/authenticator_assurance_level.rb +1 -1
- data/lib/ory-client/models/cloud_account.rb +1 -1
- data/lib/ory-client/models/cname_settings.rb +1 -1
- data/lib/ory-client/models/{successful_o_auth2_request_response.rb → completed_request.rb} +4 -4
- data/lib/ory-client/models/{o_auth2_consent_request.rb → consent_request.rb} +5 -5
- data/lib/ory-client/models/{accept_o_auth2_consent_request_session.rb → consent_request_session.rb} +4 -4
- data/lib/ory-client/models/create_custom_hostname_body.rb +1 -1
- data/lib/ory-client/models/{headers.rb → create_project_api_key_request.rb} +17 -14
- data/lib/ory-client/models/create_project_body.rb +1 -1
- data/lib/ory-client/models/create_subscription_payload.rb +1 -1
- data/lib/ory-client/models/error_authenticator_assurance_level_not_satisfied.rb +1 -1
- data/lib/ory-client/models/expand_tree.rb +1 -1
- data/lib/ory-client/models/{handled_o_auth2_logout_request.rb → flush_inactive_o_auth2_tokens_request.rb} +12 -17
- data/lib/ory-client/models/{handled_o_auth2_consent_request.rb → flush_login_consent_request.rb} +12 -17
- data/lib/ory-client/models/generic_error.rb +4 -5
- data/lib/ory-client/models/generic_error_content.rb +1 -1
- data/lib/ory-client/models/get_check_response.rb +1 -1
- data/lib/ory-client/models/get_managed_identity_schema_location.rb +1 -1
- data/lib/ory-client/models/get_relation_tuples_response.rb +1 -1
- data/lib/ory-client/models/get_version200_response.rb +1 -1
- 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_oidc.rb +1 -1
- data/lib/ory-client/models/identity_credentials_oidc_provider.rb +1 -1
- data/lib/ory-client/models/identity_credentials_password.rb +1 -1
- data/lib/ory-client/models/identity_credentials_type.rb +1 -1
- data/lib/ory-client/models/identity_schema_container.rb +1 -1
- data/lib/ory-client/models/identity_schema_preset.rb +1 -1
- data/lib/ory-client/models/identity_state.rb +1 -1
- data/lib/ory-client/models/invite_payload.rb +1 -1
- data/lib/ory-client/models/is_owner_for_project_by_slug.rb +1 -1
- data/lib/ory-client/models/is_owner_for_project_by_slug_payload.rb +1 -1
- data/lib/ory-client/models/is_ready200_response.rb +1 -1
- data/lib/ory-client/models/is_ready503_response.rb +1 -1
- data/lib/ory-client/models/json_error.rb +35 -5
- data/lib/ory-client/models/json_patch.rb +1 -1
- data/lib/ory-client/models/json_web_key.rb +5 -4
- data/lib/ory-client/models/json_web_key_set.rb +6 -6
- data/lib/ory-client/models/{admin_create_json_web_key_set_body.rb → json_web_key_set_generator_request.rb} +4 -4
- data/lib/ory-client/models/keto_namespace.rb +1 -1
- data/lib/ory-client/models/{o_auth2_login_request.rb → login_request.rb} +5 -5
- data/lib/ory-client/models/{o_auth2_logout_request.rb → logout_request.rb} +4 -4
- data/lib/ory-client/models/managed_identity_schema.rb +2 -1
- data/lib/ory-client/models/managed_identity_schema_validation_result.rb +1 -1
- data/lib/ory-client/models/needs_privileged_session_error.rb +1 -1
- data/lib/ory-client/models/normalized_project.rb +2 -1
- data/lib/ory-client/models/normalized_project_revision.rb +35 -21
- data/lib/ory-client/models/normalized_project_revision_hook.rb +14 -2
- data/lib/ory-client/models/normalized_project_revision_identity_schema.rb +3 -1
- data/lib/ory-client/models/normalized_project_revision_third_party_provider.rb +2 -1
- data/lib/ory-client/models/null_plan.rb +1 -1
- data/lib/ory-client/models/o_auth2_client.rb +13 -320
- data/lib/ory-client/models/{introspected_o_auth2_token.rb → o_auth2_token_introspection.rb} +5 -5
- data/lib/ory-client/models/{o_auth2_consent_session_expires_at.rb → oauth2_token_response.rb} +35 -25
- data/lib/ory-client/models/{o_auth2_token_response.rb → oauth_token_response.rb} +5 -5
- data/lib/ory-client/models/{o_auth2_consent_request_open_id_connect_context.rb → open_id_connect_context.rb} +4 -4
- data/lib/ory-client/models/pagination.rb +2 -56
- data/lib/ory-client/models/patch_delta.rb +1 -1
- data/lib/ory-client/models/{pagination_headers.rb → patch_document.rb} +50 -19
- data/lib/ory-client/models/{previous_o_auth2_consent_session.rb → previous_consent_session.rb} +6 -6
- data/lib/ory-client/models/project.rb +3 -1
- data/lib/ory-client/models/{api_token.rb → project_api_key.rb} +7 -4
- data/lib/ory-client/models/project_host.rb +3 -1
- data/lib/ory-client/models/project_invite.rb +4 -1
- data/lib/ory-client/models/project_metadata.rb +2 -1
- data/lib/ory-client/models/project_service_identity.rb +1 -1
- data/lib/ory-client/models/project_service_o_auth2.rb +1 -1
- data/lib/ory-client/models/project_service_permission.rb +1 -1
- data/lib/ory-client/models/project_services.rb +1 -1
- data/lib/ory-client/models/provision_mock_subscription_payload.rb +1 -1
- data/lib/ory-client/models/quota_custom_domains.rb +1 -1
- data/lib/ory-client/models/quota_project_member_seats.rb +1 -1
- data/lib/ory-client/models/recovery_address.rb +1 -1
- data/lib/ory-client/models/refresh_token_hook_request.rb +2 -20
- data/lib/ory-client/models/refresh_token_hook_response.rb +2 -2
- data/lib/ory-client/models/{reject_o_auth2_request.rb → reject_request.rb} +4 -4
- data/lib/ory-client/models/relation_query.rb +1 -1
- data/lib/ory-client/models/relation_tuple.rb +1 -1
- data/lib/ory-client/models/{handled_o_auth2_login_request.rb → request_was_handled_response.rb} +4 -4
- data/lib/ory-client/models/revoked_sessions.rb +1 -1
- data/lib/ory-client/models/schema_patch.rb +1 -1
- data/lib/ory-client/models/self_service_browser_location_change_required_error.rb +1 -1
- data/lib/ory-client/models/self_service_error.rb +1 -1
- data/lib/ory-client/models/self_service_flow_expired_error.rb +1 -1
- 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 +1 -1
- 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 +1 -1
- data/lib/ory-client/models/subject_set.rb +1 -1
- data/lib/ory-client/models/submit_self_service_flow_with_web_authn_registration_method.rb +1 -1
- 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_registration_flow_with_web_authn_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/subscription.rb +2 -1
- data/lib/ory-client/models/successful_project_update.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/token_pagination.rb +1 -1
- data/lib/ory-client/models/token_pagination_headers.rb +1 -1
- data/lib/ory-client/models/{admin_trust_o_auth2_jwt_grant_issuer_body.rb → trust_jwt_grant_issuer_body.rb} +5 -5
- data/lib/ory-client/models/{trusted_o_auth2_jwt_grant_json_web_key.rb → trusted_json_web_key.rb} +4 -4
- data/lib/ory-client/models/{trusted_o_auth2_jwt_grant_issuer.rb → trusted_jwt_grant_issuer.rb} +5 -5
- 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 +13 -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/update_custom_hostname_body.rb +1 -1
- data/lib/ory-client/models/update_project.rb +1 -1
- data/lib/ory-client/models/update_subscription_payload.rb +1 -1
- data/lib/ory-client/models/{oidc_user_info.rb → userinfo_response.rb} +4 -4
- data/lib/ory-client/models/verifiable_identity_address.rb +1 -1
- data/lib/ory-client/models/version.rb +1 -1
- data/lib/ory-client/models/warning.rb +1 -1
- data/lib/ory-client/models/{oidc_configuration.rb → well_known.rb} +6 -40
- data/lib/ory-client/version.rb +2 -2
- data/lib/ory-client.rb +29 -33
- data/ory-client.gemspec +1 -1
- data/spec/api/admin_api_spec.rb +400 -5
- data/spec/api/metadata_api_spec.rb +1 -1
- data/spec/api/public_api_spec.rb +167 -0
- data/spec/api/read_api_spec.rb +1 -1
- data/spec/api/v0alpha2_api_spec.rb +38 -529
- data/spec/api/write_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/{accept_o_auth2_consent_request_spec.rb → accept_consent_request_spec.rb} +7 -7
- data/spec/models/{accept_o_auth2_login_request_spec.rb → accept_login_request_spec.rb} +7 -7
- data/spec/models/active_project_spec.rb +1 -1
- data/spec/models/admin_create_identity_body_spec.rb +1 -1
- data/spec/models/admin_create_identity_import_credentials_oidc_config_spec.rb +1 -1
- data/spec/models/admin_create_identity_import_credentials_oidc_provider_spec.rb +1 -1
- data/spec/models/admin_create_identity_import_credentials_oidc_spec.rb +1 -1
- data/spec/models/admin_create_identity_import_credentials_password_config_spec.rb +1 -1
- data/spec/models/admin_create_identity_import_credentials_password_spec.rb +1 -1
- data/spec/models/admin_create_self_service_recovery_link_body_spec.rb +1 -1
- data/spec/models/admin_identity_import_credentials_spec.rb +1 -1
- data/spec/models/admin_update_identity_body_spec.rb +1 -1
- data/spec/models/authenticator_assurance_level_spec.rb +1 -1
- data/spec/models/cloud_account_spec.rb +1 -1
- data/spec/models/cname_settings_spec.rb +1 -1
- data/spec/models/{handled_o_auth2_logout_request_spec.rb → completed_request_spec.rb} +7 -7
- data/spec/models/{accept_o_auth2_consent_request_session_spec.rb → consent_request_session_spec.rb} +7 -7
- data/spec/models/{o_auth2_consent_request_spec.rb → consent_request_spec.rb} +7 -7
- data/spec/models/create_custom_hostname_body_spec.rb +1 -1
- data/spec/models/{handled_o_auth2_consent_request_spec.rb → create_project_api_key_request_spec.rb} +8 -8
- data/spec/models/create_project_body_spec.rb +1 -1
- data/spec/models/create_subscription_payload_spec.rb +1 -1
- data/spec/models/error_authenticator_assurance_level_not_satisfied_spec.rb +1 -1
- data/spec/models/expand_tree_spec.rb +1 -1
- data/spec/models/flush_inactive_o_auth2_tokens_request_spec.rb +34 -0
- data/spec/models/{headers_spec.rb → flush_login_consent_request_spec.rb} +8 -8
- data/spec/models/generic_error_content_spec.rb +1 -1
- data/spec/models/generic_error_spec.rb +1 -1
- data/spec/models/get_check_response_spec.rb +1 -1
- data/spec/models/get_managed_identity_schema_location_spec.rb +1 -1
- data/spec/models/get_relation_tuples_response_spec.rb +1 -1
- data/spec/models/get_version200_response_spec.rb +1 -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_oidc_provider_spec.rb +1 -1
- data/spec/models/identity_credentials_oidc_spec.rb +1 -1
- data/spec/models/identity_credentials_password_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_schema_container_spec.rb +1 -1
- data/spec/models/identity_schema_preset_spec.rb +1 -1
- data/spec/models/identity_spec.rb +1 -1
- data/spec/models/identity_state_spec.rb +1 -1
- data/spec/models/invite_payload_spec.rb +1 -1
- data/spec/models/is_owner_for_project_by_slug_payload_spec.rb +1 -1
- data/spec/models/is_owner_for_project_by_slug_spec.rb +1 -1
- data/spec/models/is_ready200_response_spec.rb +1 -1
- data/spec/models/is_ready503_response_spec.rb +1 -1
- data/spec/models/json_error_spec.rb +19 -1
- data/spec/models/json_patch_spec.rb +1 -1
- data/spec/models/{admin_create_json_web_key_set_body_spec.rb → json_web_key_set_generator_request_spec.rb} +7 -7
- data/spec/models/json_web_key_set_spec.rb +7 -7
- data/spec/models/json_web_key_spec.rb +7 -7
- data/spec/models/keto_namespace_spec.rb +1 -1
- data/spec/models/{o_auth2_login_request_spec.rb → login_request_spec.rb} +7 -7
- data/spec/models/{o_auth2_logout_request_spec.rb → logout_request_spec.rb} +7 -7
- data/spec/models/managed_identity_schema_spec.rb +1 -1
- data/spec/models/managed_identity_schema_validation_result_spec.rb +1 -1
- data/spec/models/needs_privileged_session_error_spec.rb +1 -1
- data/spec/models/normalized_project_revision_hook_spec.rb +7 -1
- data/spec/models/normalized_project_revision_identity_schema_spec.rb +1 -1
- data/spec/models/normalized_project_revision_spec.rb +1 -1
- data/spec/models/normalized_project_revision_third_party_provider_spec.rb +1 -1
- data/spec/models/normalized_project_spec.rb +1 -1
- data/spec/models/null_plan_spec.rb +1 -1
- data/spec/models/o_auth2_client_spec.rb +1 -73
- data/spec/models/{introspected_o_auth2_token_spec.rb → o_auth2_token_introspection_spec.rb} +7 -7
- data/spec/models/{o_auth2_token_response_spec.rb → oauth2_token_response_spec.rb} +7 -7
- data/spec/models/{o_auth2_consent_session_expires_at_spec.rb → oauth_token_response_spec.rb} +16 -10
- data/spec/models/{o_auth2_consent_request_open_id_connect_context_spec.rb → open_id_connect_context_spec.rb} +7 -7
- data/spec/models/pagination_spec.rb +1 -13
- data/spec/models/patch_delta_spec.rb +1 -1
- data/spec/models/{o_auth2_api_error_spec.rb → patch_document_spec.rb} +11 -11
- data/spec/models/{previous_o_auth2_consent_session_spec.rb → previous_consent_session_spec.rb} +7 -7
- data/spec/models/{api_token_spec.rb → project_api_key_spec.rb} +7 -7
- data/spec/models/project_host_spec.rb +1 -1
- data/spec/models/project_invite_spec.rb +1 -1
- data/spec/models/project_metadata_spec.rb +1 -1
- data/spec/models/project_service_identity_spec.rb +1 -1
- data/spec/models/project_service_o_auth2_spec.rb +1 -1
- data/spec/models/project_service_permission_spec.rb +1 -1
- data/spec/models/project_services_spec.rb +1 -1
- data/spec/models/project_spec.rb +1 -1
- data/spec/models/provision_mock_subscription_payload_spec.rb +1 -1
- data/spec/models/quota_custom_domains_spec.rb +1 -1
- data/spec/models/quota_project_member_seats_spec.rb +1 -1
- data/spec/models/recovery_address_spec.rb +1 -1
- data/spec/models/refresh_token_hook_request_spec.rb +1 -13
- data/spec/models/refresh_token_hook_response_spec.rb +1 -1
- data/spec/models/{reject_o_auth2_request_spec.rb → reject_request_spec.rb} +7 -7
- data/spec/models/relation_query_spec.rb +1 -1
- data/spec/models/relation_tuple_spec.rb +1 -1
- data/spec/models/{handled_o_auth2_login_request_spec.rb → request_was_handled_response_spec.rb} +7 -7
- data/spec/models/revoked_sessions_spec.rb +1 -1
- data/spec/models/schema_patch_spec.rb +1 -1
- data/spec/models/self_service_browser_location_change_required_error_spec.rb +1 -1
- data/spec/models/self_service_error_spec.rb +1 -1
- data/spec/models/self_service_flow_expired_error_spec.rb +1 -1
- 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 +1 -1
- 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 +1 -1
- data/spec/models/subject_set_spec.rb +1 -1
- data/spec/models/submit_self_service_flow_with_web_authn_registration_method_spec.rb +1 -1
- 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_registration_flow_with_web_authn_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/subscription_spec.rb +1 -1
- data/spec/models/successful_project_update_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/token_pagination_headers_spec.rb +1 -1
- data/spec/models/token_pagination_spec.rb +1 -1
- data/spec/models/{admin_trust_o_auth2_jwt_grant_issuer_body_spec.rb → trust_jwt_grant_issuer_body_spec.rb} +7 -7
- data/spec/models/{trusted_o_auth2_jwt_grant_json_web_key_spec.rb → trusted_json_web_key_spec.rb} +7 -7
- data/spec/models/{trusted_o_auth2_jwt_grant_issuer_spec.rb → trusted_jwt_grant_issuer_spec.rb} +7 -7
- 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 +5 -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/update_custom_hostname_body_spec.rb +1 -1
- data/spec/models/update_project_spec.rb +1 -1
- data/spec/models/update_subscription_payload_spec.rb +1 -1
- data/spec/models/{oidc_user_info_spec.rb → userinfo_response_spec.rb} +7 -7
- data/spec/models/verifiable_identity_address_spec.rb +1 -1
- data/spec/models/version_spec.rb +1 -1
- data/spec/models/warning_spec.rb +1 -1
- data/spec/models/{oidc_configuration_spec.rb → well_known_spec.rb} +7 -19
- data/spec/spec_helper.rb +1 -1
- 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.5/gem_make.out +2 -2
- 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.4/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.2/gem_make.out +2 -2
- data/vendor/bundle/ruby/2.5.0/extensions/x86_64-linux/2.5.0/stringio-3.0.2/mkmf.log +1 -1
- 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.5/ext/ffi_c/Makefile +2 -2
- 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.4/ext/psych/Makefile +2 -2
- data/vendor/bundle/ruby/2.5.0/gems/stringio-3.0.2/ext/stringio/Makefile +2 -2
- metadata +109 -125
- data/docs/HandledOAuth2ConsentRequest.md +0 -18
- data/docs/HandledOAuth2LogoutRequest.md +0 -18
- data/docs/Headers.md +0 -18
- data/docs/IDTokenClaims.md +0 -44
- data/docs/JsonWebKeySet.md +0 -18
- data/docs/OAuth2AccessRequest.md +0 -24
- data/docs/OAuth2ApiError.md +0 -24
- data/docs/OAuth2ConsentSession.md +0 -38
- data/docs/OAuth2ConsentSessionExpiresAt.md +0 -26
- data/docs/PaginationHeaders.md +0 -20
- data/docs/UpdateOAuth2ClientLifespans.md +0 -40
- data/lib/ory-client/models/id_token_claims.rb +0 -343
- data/lib/ory-client/models/o_auth2_access_request.rb +0 -256
- data/lib/ory-client/models/o_auth2_api_error.rb +0 -251
- data/lib/ory-client/models/o_auth2_consent_session.rb +0 -313
- data/lib/ory-client/models/update_o_auth2_client_lifespans.rb +0 -535
- data/spec/models/id_token_claims_spec.rb +0 -112
- data/spec/models/o_auth2_access_request_spec.rb +0 -52
- data/spec/models/o_auth2_consent_session_spec.rb +0 -94
- data/spec/models/pagination_headers_spec.rb +0 -40
- data/spec/models/successful_o_auth2_request_response_spec.rb +0 -34
- data/spec/models/update_o_auth2_client_lifespans_spec.rb +0 -100
data/lib/ory-client/models/{o_auth2_consent_session_expires_at.rb → oauth2_token_response.rb}
RENAMED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#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.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.2.0-alpha.
|
6
|
+
The version of the OpenAPI document: v0.2.0-alpha.29
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -14,25 +14,29 @@ require 'date'
|
|
14
14
|
require 'time'
|
15
15
|
|
16
16
|
module OryClient
|
17
|
-
|
17
|
+
# The Access Token Response
|
18
|
+
class Oauth2TokenResponse
|
18
19
|
attr_accessor :access_token
|
19
20
|
|
20
|
-
attr_accessor :
|
21
|
+
attr_accessor :expires_in
|
21
22
|
|
22
23
|
attr_accessor :id_token
|
23
24
|
|
24
|
-
attr_accessor :par_context
|
25
|
-
|
26
25
|
attr_accessor :refresh_token
|
27
26
|
|
27
|
+
attr_accessor :scope
|
28
|
+
|
29
|
+
attr_accessor :token_type
|
30
|
+
|
28
31
|
# Attribute mapping from ruby-style variable name to JSON key.
|
29
32
|
def self.attribute_map
|
30
33
|
{
|
31
34
|
:'access_token' => :'access_token',
|
32
|
-
:'
|
35
|
+
:'expires_in' => :'expires_in',
|
33
36
|
:'id_token' => :'id_token',
|
34
|
-
:'
|
35
|
-
:'
|
37
|
+
:'refresh_token' => :'refresh_token',
|
38
|
+
:'scope' => :'scope',
|
39
|
+
:'token_type' => :'token_type'
|
36
40
|
}
|
37
41
|
end
|
38
42
|
|
@@ -44,11 +48,12 @@ module OryClient
|
|
44
48
|
# Attribute type mapping.
|
45
49
|
def self.openapi_types
|
46
50
|
{
|
47
|
-
:'access_token' => :'
|
48
|
-
:'
|
49
|
-
:'id_token' => :'
|
50
|
-
:'
|
51
|
-
:'
|
51
|
+
:'access_token' => :'String',
|
52
|
+
:'expires_in' => :'Integer',
|
53
|
+
:'id_token' => :'String',
|
54
|
+
:'refresh_token' => :'String',
|
55
|
+
:'scope' => :'String',
|
56
|
+
:'token_type' => :'String'
|
52
57
|
}
|
53
58
|
end
|
54
59
|
|
@@ -62,13 +67,13 @@ module OryClient
|
|
62
67
|
# @param [Hash] attributes Model attributes in the form of hash
|
63
68
|
def initialize(attributes = {})
|
64
69
|
if (!attributes.is_a?(Hash))
|
65
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `OryClient::
|
70
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `OryClient::Oauth2TokenResponse` initialize method"
|
66
71
|
end
|
67
72
|
|
68
73
|
# check to see if the attribute exists and convert string to symbol for hash key
|
69
74
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
70
75
|
if (!self.class.attribute_map.key?(k.to_sym))
|
71
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `OryClient::
|
76
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `OryClient::Oauth2TokenResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
72
77
|
end
|
73
78
|
h[k.to_sym] = v
|
74
79
|
}
|
@@ -77,21 +82,25 @@ module OryClient
|
|
77
82
|
self.access_token = attributes[:'access_token']
|
78
83
|
end
|
79
84
|
|
80
|
-
if attributes.key?(:'
|
81
|
-
self.
|
85
|
+
if attributes.key?(:'expires_in')
|
86
|
+
self.expires_in = attributes[:'expires_in']
|
82
87
|
end
|
83
88
|
|
84
89
|
if attributes.key?(:'id_token')
|
85
90
|
self.id_token = attributes[:'id_token']
|
86
91
|
end
|
87
92
|
|
88
|
-
if attributes.key?(:'par_context')
|
89
|
-
self.par_context = attributes[:'par_context']
|
90
|
-
end
|
91
|
-
|
92
93
|
if attributes.key?(:'refresh_token')
|
93
94
|
self.refresh_token = attributes[:'refresh_token']
|
94
95
|
end
|
96
|
+
|
97
|
+
if attributes.key?(:'scope')
|
98
|
+
self.scope = attributes[:'scope']
|
99
|
+
end
|
100
|
+
|
101
|
+
if attributes.key?(:'token_type')
|
102
|
+
self.token_type = attributes[:'token_type']
|
103
|
+
end
|
95
104
|
end
|
96
105
|
|
97
106
|
# Show invalid properties with the reasons. Usually used together with valid?
|
@@ -113,10 +122,11 @@ module OryClient
|
|
113
122
|
return true if self.equal?(o)
|
114
123
|
self.class == o.class &&
|
115
124
|
access_token == o.access_token &&
|
116
|
-
|
125
|
+
expires_in == o.expires_in &&
|
117
126
|
id_token == o.id_token &&
|
118
|
-
|
119
|
-
|
127
|
+
refresh_token == o.refresh_token &&
|
128
|
+
scope == o.scope &&
|
129
|
+
token_type == o.token_type
|
120
130
|
end
|
121
131
|
|
122
132
|
# @see the `==` method
|
@@ -128,7 +138,7 @@ module OryClient
|
|
128
138
|
# Calculates hash code according to all attributes.
|
129
139
|
# @return [Integer] Hash code
|
130
140
|
def hash
|
131
|
-
[access_token,
|
141
|
+
[access_token, expires_in, id_token, refresh_token, scope, token_type].hash
|
132
142
|
end
|
133
143
|
|
134
144
|
# Builds the object from hash
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#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.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.2.0-alpha.
|
6
|
+
The version of the OpenAPI document: v0.2.0-alpha.29
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -14,8 +14,8 @@ require 'date'
|
|
14
14
|
require 'time'
|
15
15
|
|
16
16
|
module OryClient
|
17
|
-
#
|
18
|
-
class
|
17
|
+
# The token response
|
18
|
+
class OauthTokenResponse
|
19
19
|
# The access token issued by the authorization server.
|
20
20
|
attr_accessor :access_token
|
21
21
|
|
@@ -73,13 +73,13 @@ module OryClient
|
|
73
73
|
# @param [Hash] attributes Model attributes in the form of hash
|
74
74
|
def initialize(attributes = {})
|
75
75
|
if (!attributes.is_a?(Hash))
|
76
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `OryClient::
|
76
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `OryClient::OauthTokenResponse` initialize method"
|
77
77
|
end
|
78
78
|
|
79
79
|
# check to see if the attribute exists and convert string to symbol for hash key
|
80
80
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
81
81
|
if (!self.class.attribute_map.key?(k.to_sym))
|
82
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `OryClient::
|
82
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `OryClient::OauthTokenResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
83
83
|
end
|
84
84
|
h[k.to_sym] = v
|
85
85
|
}
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#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.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.2.0-alpha.
|
6
|
+
The version of the OpenAPI document: v0.2.0-alpha.29
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -14,7 +14,7 @@ require 'date'
|
|
14
14
|
require 'time'
|
15
15
|
|
16
16
|
module OryClient
|
17
|
-
class
|
17
|
+
class OpenIDConnectContext
|
18
18
|
# ACRValues is the Authentication AuthorizationContext Class Reference requested in the OAuth 2.0 Authorization request. It is a parameter defined by OpenID Connect and expresses which level of authentication (e.g. 2FA) is required. OpenID Connect defines it as follows: > Requested Authentication AuthorizationContext Class Reference values. Space-separated string that specifies the acr values that the Authorization Server is being requested to use for processing this Authentication Request, with the values appearing in order of preference. The Authentication AuthorizationContext Class satisfied by the authentication performed is returned as the acr Claim Value, as specified in Section 2. The acr Claim is requested as a Voluntary Claim by this parameter.
|
19
19
|
attr_accessor :acr_values
|
20
20
|
|
@@ -67,13 +67,13 @@ module OryClient
|
|
67
67
|
# @param [Hash] attributes Model attributes in the form of hash
|
68
68
|
def initialize(attributes = {})
|
69
69
|
if (!attributes.is_a?(Hash))
|
70
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `OryClient::
|
70
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `OryClient::OpenIDConnectContext` initialize method"
|
71
71
|
end
|
72
72
|
|
73
73
|
# check to see if the attribute exists and convert string to symbol for hash key
|
74
74
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
75
75
|
if (!self.class.attribute_map.key?(k.to_sym))
|
76
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `OryClient::
|
76
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `OryClient::OpenIDConnectContext`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
77
77
|
end
|
78
78
|
h[k.to_sym] = v
|
79
79
|
}
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#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.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.2.0-alpha.
|
6
|
+
The version of the OpenAPI document: v0.2.0-alpha.29
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -18,12 +18,6 @@ module OryClient
|
|
18
18
|
# Pagination Page This value is currently an integer, but it is not sequential. The value is not the page number, but a reference. The next page can be any number and some numbers might return an empty list. For example, page 2 might not follow after page 1. And even if page 3 and 5 exist, but page 4 might not exist.
|
19
19
|
attr_accessor :page
|
20
20
|
|
21
|
-
# Items per page This is the number of items per page to return. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
|
22
|
-
attr_accessor :page_size
|
23
|
-
|
24
|
-
# Next Page Token The next page token. For details on pagination please head over to the [pagination documentation](https://www.ory.sh/docs/ecosystem/api-design#pagination).
|
25
|
-
attr_accessor :page_token
|
26
|
-
|
27
21
|
# Items per Page This is the number of items per page.
|
28
22
|
attr_accessor :per_page
|
29
23
|
|
@@ -31,8 +25,6 @@ module OryClient
|
|
31
25
|
def self.attribute_map
|
32
26
|
{
|
33
27
|
:'page' => :'page',
|
34
|
-
:'page_size' => :'page_size',
|
35
|
-
:'page_token' => :'page_token',
|
36
28
|
:'per_page' => :'per_page'
|
37
29
|
}
|
38
30
|
end
|
@@ -46,8 +38,6 @@ module OryClient
|
|
46
38
|
def self.openapi_types
|
47
39
|
{
|
48
40
|
:'page' => :'Integer',
|
49
|
-
:'page_size' => :'Integer',
|
50
|
-
:'page_token' => :'String',
|
51
41
|
:'per_page' => :'Integer'
|
52
42
|
}
|
53
43
|
end
|
@@ -79,18 +69,6 @@ module OryClient
|
|
79
69
|
self.page = 1
|
80
70
|
end
|
81
71
|
|
82
|
-
if attributes.key?(:'page_size')
|
83
|
-
self.page_size = attributes[:'page_size']
|
84
|
-
else
|
85
|
-
self.page_size = 250
|
86
|
-
end
|
87
|
-
|
88
|
-
if attributes.key?(:'page_token')
|
89
|
-
self.page_token = attributes[:'page_token']
|
90
|
-
else
|
91
|
-
self.page_token = '1'
|
92
|
-
end
|
93
|
-
|
94
72
|
if attributes.key?(:'per_page')
|
95
73
|
self.per_page = attributes[:'per_page']
|
96
74
|
else
|
@@ -106,14 +84,6 @@ module OryClient
|
|
106
84
|
invalid_properties.push('invalid value for "page", must be greater than or equal to 1.')
|
107
85
|
end
|
108
86
|
|
109
|
-
if !@page_size.nil? && @page_size > 1000
|
110
|
-
invalid_properties.push('invalid value for "page_size", must be smaller than or equal to 1000.')
|
111
|
-
end
|
112
|
-
|
113
|
-
if !@page_size.nil? && @page_size < 1
|
114
|
-
invalid_properties.push('invalid value for "page_size", must be greater than or equal to 1.')
|
115
|
-
end
|
116
|
-
|
117
87
|
if !@per_page.nil? && @per_page > 1000
|
118
88
|
invalid_properties.push('invalid value for "per_page", must be smaller than or equal to 1000.')
|
119
89
|
end
|
@@ -129,8 +99,6 @@ module OryClient
|
|
129
99
|
# @return true if the model is valid
|
130
100
|
def valid?
|
131
101
|
return false if !@page.nil? && @page < 1
|
132
|
-
return false if !@page_size.nil? && @page_size > 1000
|
133
|
-
return false if !@page_size.nil? && @page_size < 1
|
134
102
|
return false if !@per_page.nil? && @per_page > 1000
|
135
103
|
return false if !@per_page.nil? && @per_page < 1
|
136
104
|
true
|
@@ -146,26 +114,6 @@ module OryClient
|
|
146
114
|
@page = page
|
147
115
|
end
|
148
116
|
|
149
|
-
# Custom attribute writer method with validation
|
150
|
-
# @param [Object] page_size Value to be assigned
|
151
|
-
def page_size=(page_size)
|
152
|
-
if !page_size.nil? && page_size > 1000
|
153
|
-
fail ArgumentError, 'invalid value for "page_size", must be smaller than or equal to 1000.'
|
154
|
-
end
|
155
|
-
|
156
|
-
if !page_size.nil? && page_size < 1
|
157
|
-
fail ArgumentError, 'invalid value for "page_size", must be greater than or equal to 1.'
|
158
|
-
end
|
159
|
-
|
160
|
-
@page_size = page_size
|
161
|
-
end
|
162
|
-
|
163
|
-
# Custom attribute writer method with validation
|
164
|
-
# @param [Object] page_token Value to be assigned
|
165
|
-
def page_token=(page_token)
|
166
|
-
@page_token = page_token
|
167
|
-
end
|
168
|
-
|
169
117
|
# Custom attribute writer method with validation
|
170
118
|
# @param [Object] per_page Value to be assigned
|
171
119
|
def per_page=(per_page)
|
@@ -186,8 +134,6 @@ module OryClient
|
|
186
134
|
return true if self.equal?(o)
|
187
135
|
self.class == o.class &&
|
188
136
|
page == o.page &&
|
189
|
-
page_size == o.page_size &&
|
190
|
-
page_token == o.page_token &&
|
191
137
|
per_page == o.per_page
|
192
138
|
end
|
193
139
|
|
@@ -200,7 +146,7 @@ module OryClient
|
|
200
146
|
# Calculates hash code according to all attributes.
|
201
147
|
# @return [Integer] Hash code
|
202
148
|
def hash
|
203
|
-
[page,
|
149
|
+
[page, per_page].hash
|
204
150
|
end
|
205
151
|
|
206
152
|
# Builds the object from hash
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#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.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.2.0-alpha.
|
6
|
+
The version of the OpenAPI document: v0.2.0-alpha.29
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#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.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.2.0-alpha.
|
6
|
+
The version of the OpenAPI document: v0.2.0-alpha.29
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -14,18 +14,27 @@ require 'date'
|
|
14
14
|
require 'time'
|
15
15
|
|
16
16
|
module OryClient
|
17
|
-
|
18
|
-
|
19
|
-
|
17
|
+
# A JSONPatch document as defined by RFC 6902
|
18
|
+
class PatchDocument
|
19
|
+
# A JSON-pointer
|
20
|
+
attr_accessor :from
|
20
21
|
|
21
|
-
# The
|
22
|
-
attr_accessor :
|
22
|
+
# The operation to be performed
|
23
|
+
attr_accessor :op
|
24
|
+
|
25
|
+
# A JSON-pointer
|
26
|
+
attr_accessor :path
|
27
|
+
|
28
|
+
# The value to be used within the operations
|
29
|
+
attr_accessor :value
|
23
30
|
|
24
31
|
# Attribute mapping from ruby-style variable name to JSON key.
|
25
32
|
def self.attribute_map
|
26
33
|
{
|
27
|
-
:'
|
28
|
-
:'
|
34
|
+
:'from' => :'from',
|
35
|
+
:'op' => :'op',
|
36
|
+
:'path' => :'path',
|
37
|
+
:'value' => :'value'
|
29
38
|
}
|
30
39
|
end
|
31
40
|
|
@@ -37,8 +46,10 @@ module OryClient
|
|
37
46
|
# Attribute type mapping.
|
38
47
|
def self.openapi_types
|
39
48
|
{
|
40
|
-
:'
|
41
|
-
:'
|
49
|
+
:'from' => :'String',
|
50
|
+
:'op' => :'String',
|
51
|
+
:'path' => :'String',
|
52
|
+
:'value' => :'Object'
|
42
53
|
}
|
43
54
|
end
|
44
55
|
|
@@ -52,23 +63,31 @@ module OryClient
|
|
52
63
|
# @param [Hash] attributes Model attributes in the form of hash
|
53
64
|
def initialize(attributes = {})
|
54
65
|
if (!attributes.is_a?(Hash))
|
55
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `OryClient::
|
66
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `OryClient::PatchDocument` initialize method"
|
56
67
|
end
|
57
68
|
|
58
69
|
# check to see if the attribute exists and convert string to symbol for hash key
|
59
70
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
60
71
|
if (!self.class.attribute_map.key?(k.to_sym))
|
61
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `OryClient::
|
72
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `OryClient::PatchDocument`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
62
73
|
end
|
63
74
|
h[k.to_sym] = v
|
64
75
|
}
|
65
76
|
|
66
|
-
if attributes.key?(:'
|
67
|
-
self.
|
77
|
+
if attributes.key?(:'from')
|
78
|
+
self.from = attributes[:'from']
|
79
|
+
end
|
80
|
+
|
81
|
+
if attributes.key?(:'op')
|
82
|
+
self.op = attributes[:'op']
|
83
|
+
end
|
84
|
+
|
85
|
+
if attributes.key?(:'path')
|
86
|
+
self.path = attributes[:'path']
|
68
87
|
end
|
69
88
|
|
70
|
-
if attributes.key?(:'
|
71
|
-
self.
|
89
|
+
if attributes.key?(:'value')
|
90
|
+
self.value = attributes[:'value']
|
72
91
|
end
|
73
92
|
end
|
74
93
|
|
@@ -76,12 +95,22 @@ module OryClient
|
|
76
95
|
# @return Array for valid properties with the reasons
|
77
96
|
def list_invalid_properties
|
78
97
|
invalid_properties = Array.new
|
98
|
+
if @op.nil?
|
99
|
+
invalid_properties.push('invalid value for "op", op cannot be nil.')
|
100
|
+
end
|
101
|
+
|
102
|
+
if @path.nil?
|
103
|
+
invalid_properties.push('invalid value for "path", path cannot be nil.')
|
104
|
+
end
|
105
|
+
|
79
106
|
invalid_properties
|
80
107
|
end
|
81
108
|
|
82
109
|
# Check to see if the all the properties in the model are valid
|
83
110
|
# @return true if the model is valid
|
84
111
|
def valid?
|
112
|
+
return false if @op.nil?
|
113
|
+
return false if @path.nil?
|
85
114
|
true
|
86
115
|
end
|
87
116
|
|
@@ -90,8 +119,10 @@ module OryClient
|
|
90
119
|
def ==(o)
|
91
120
|
return true if self.equal?(o)
|
92
121
|
self.class == o.class &&
|
93
|
-
|
94
|
-
|
122
|
+
from == o.from &&
|
123
|
+
op == o.op &&
|
124
|
+
path == o.path &&
|
125
|
+
value == o.value
|
95
126
|
end
|
96
127
|
|
97
128
|
# @see the `==` method
|
@@ -103,7 +134,7 @@ module OryClient
|
|
103
134
|
# Calculates hash code according to all attributes.
|
104
135
|
# @return [Integer] Hash code
|
105
136
|
def hash
|
106
|
-
[
|
137
|
+
[from, op, path, value].hash
|
107
138
|
end
|
108
139
|
|
109
140
|
# Builds the object from hash
|
data/lib/ory-client/models/{previous_o_auth2_consent_session.rb → previous_consent_session.rb}
RENAMED
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#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.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.2.0-alpha.
|
6
|
+
The version of the OpenAPI document: v0.2.0-alpha.29
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -15,7 +15,7 @@ require 'time'
|
|
15
15
|
|
16
16
|
module OryClient
|
17
17
|
# The response used to return used consent requests same as HandledLoginRequest, just with consent_request exposed as json
|
18
|
-
class
|
18
|
+
class PreviousConsentSession
|
19
19
|
attr_accessor :consent_request
|
20
20
|
|
21
21
|
attr_accessor :grant_access_token_audience
|
@@ -53,13 +53,13 @@ module OryClient
|
|
53
53
|
# Attribute type mapping.
|
54
54
|
def self.openapi_types
|
55
55
|
{
|
56
|
-
:'consent_request' => :'
|
56
|
+
:'consent_request' => :'ConsentRequest',
|
57
57
|
:'grant_access_token_audience' => :'Array<String>',
|
58
58
|
:'grant_scope' => :'Array<String>',
|
59
59
|
:'handled_at' => :'Time',
|
60
60
|
:'remember' => :'Boolean',
|
61
61
|
:'remember_for' => :'Integer',
|
62
|
-
:'session' => :'
|
62
|
+
:'session' => :'ConsentRequestSession'
|
63
63
|
}
|
64
64
|
end
|
65
65
|
|
@@ -73,13 +73,13 @@ module OryClient
|
|
73
73
|
# @param [Hash] attributes Model attributes in the form of hash
|
74
74
|
def initialize(attributes = {})
|
75
75
|
if (!attributes.is_a?(Hash))
|
76
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `OryClient::
|
76
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `OryClient::PreviousConsentSession` initialize method"
|
77
77
|
end
|
78
78
|
|
79
79
|
# check to see if the attribute exists and convert string to symbol for hash key
|
80
80
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
81
81
|
if (!self.class.attribute_map.key?(k.to_sym))
|
82
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `OryClient::
|
82
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `OryClient::PreviousConsentSession`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
83
83
|
end
|
84
84
|
h[k.to_sym] = v
|
85
85
|
}
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#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.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.2.0-alpha.
|
6
|
+
The version of the OpenAPI document: v0.2.0-alpha.29
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -15,11 +15,13 @@ require 'time'
|
|
15
15
|
|
16
16
|
module OryClient
|
17
17
|
class Project
|
18
|
+
# The project's ID.
|
18
19
|
attr_accessor :id
|
19
20
|
|
20
21
|
# The name of the project.
|
21
22
|
attr_accessor :name
|
22
23
|
|
24
|
+
# The configuration revision ID.
|
23
25
|
attr_accessor :revision_id
|
24
26
|
|
25
27
|
attr_accessor :services
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#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.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.2.0-alpha.
|
6
|
+
The version of the OpenAPI document: v0.2.0-alpha.29
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -14,14 +14,17 @@ require 'date'
|
|
14
14
|
require 'time'
|
15
15
|
|
16
16
|
module OryClient
|
17
|
-
class
|
17
|
+
class ProjectApiKey
|
18
|
+
# The token's ID.
|
18
19
|
attr_accessor :id
|
19
20
|
|
20
21
|
# The Token's Name Set this to help you remember, for example, where you use the token.
|
21
22
|
attr_accessor :name
|
22
23
|
|
24
|
+
# The token's owner
|
23
25
|
attr_accessor :owner_id
|
24
26
|
|
27
|
+
# The Token's Project ID
|
25
28
|
attr_accessor :project_id
|
26
29
|
|
27
30
|
# The token's value
|
@@ -64,13 +67,13 @@ module OryClient
|
|
64
67
|
# @param [Hash] attributes Model attributes in the form of hash
|
65
68
|
def initialize(attributes = {})
|
66
69
|
if (!attributes.is_a?(Hash))
|
67
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `OryClient::
|
70
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `OryClient::ProjectApiKey` initialize method"
|
68
71
|
end
|
69
72
|
|
70
73
|
# check to see if the attribute exists and convert string to symbol for hash key
|
71
74
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
72
75
|
if (!self.class.attribute_map.key?(k.to_sym))
|
73
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `OryClient::
|
76
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `OryClient::ProjectApiKey`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
74
77
|
end
|
75
78
|
h[k.to_sym] = v
|
76
79
|
}
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#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.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.2.0-alpha.
|
6
|
+
The version of the OpenAPI document: v0.2.0-alpha.29
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -18,8 +18,10 @@ module OryClient
|
|
18
18
|
# The project's host.
|
19
19
|
attr_accessor :host
|
20
20
|
|
21
|
+
# The mapping's ID.
|
21
22
|
attr_accessor :id
|
22
23
|
|
24
|
+
# The Revision's Project ID
|
23
25
|
attr_accessor :project_id
|
24
26
|
|
25
27
|
# Attribute mapping from ruby-style variable name to JSON key.
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#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.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.2.0-alpha.
|
6
|
+
The version of the OpenAPI document: v0.2.0-alpha.29
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -18,6 +18,7 @@ module OryClient
|
|
18
18
|
# The Project's Revision Creation Date
|
19
19
|
attr_accessor :created_at
|
20
20
|
|
21
|
+
# The invite's ID.
|
21
22
|
attr_accessor :id
|
22
23
|
|
23
24
|
# The invitee's email
|
@@ -28,8 +29,10 @@ module OryClient
|
|
28
29
|
# The invite owner's email Usually the project's owner email
|
29
30
|
attr_accessor :owner_email
|
30
31
|
|
32
|
+
# The invite owner's ID Usually the project's owner
|
31
33
|
attr_accessor :owner_id
|
32
34
|
|
35
|
+
# The Project's ID this invite is associated with
|
33
36
|
attr_accessor :project_id
|
34
37
|
|
35
38
|
# The invite's status Keeps track of the invites status such as pending, accepted, declined, expired
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#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.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.2.0-alpha.
|
6
|
+
The version of the OpenAPI document: v0.2.0-alpha.29
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|
@@ -20,6 +20,7 @@ module OryClient
|
|
20
20
|
|
21
21
|
attr_accessor :hosts
|
22
22
|
|
23
|
+
# The project's ID.
|
23
24
|
attr_accessor :id
|
24
25
|
|
25
26
|
# The project's name if set
|
@@ -3,7 +3,7 @@
|
|
3
3
|
|
4
4
|
#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.
|
5
5
|
|
6
|
-
The version of the OpenAPI document: v0.2.0-alpha.
|
6
|
+
The version of the OpenAPI document: v0.2.0-alpha.29
|
7
7
|
Contact: support@ory.sh
|
8
8
|
Generated by: https://openapi-generator.tech
|
9
9
|
OpenAPI Generator version: 6.0.1
|