--- !ruby/object:Gem::Specification name: workos version: !ruby/object:Gem::Version version: 5.12.0 platform: ruby authors: - WorkOS autorequire: bindir: bin cert_chain: [] date: 2025-01-23 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: encryptor requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.0' - !ruby/object:Gem::Dependency name: jwt requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.8' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.8' - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.1 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.0.1 - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.9.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.9.0 - !ruby/object:Gem::Dependency name: rubocop requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.71' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.71' - !ruby/object:Gem::Dependency name: vcr requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 5.0.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 5.0.0 - !ruby/object:Gem::Dependency name: webmock requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: API client for WorkOS email: - support@workos.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".github/CODEOWNERS" - ".github/pull_request_template.md" - ".github/renovate.json" - ".github/workflows/ci.yml" - ".github/workflows/release.yml" - ".gitignore" - ".rspec" - ".rubocop.yml" - ".rubocop_todo.yml" - ".ruby-version" - Gemfile - Gemfile.lock - LICENSE - README.md - bin/build - bin/console - bin/publish - lib/workos.rb - lib/workos/audit_log_export.rb - lib/workos/audit_logs.rb - lib/workos/authentication_factor_and_challenge.rb - lib/workos/authentication_response.rb - lib/workos/cache.rb - lib/workos/challenge.rb - lib/workos/client.rb - lib/workos/configuration.rb - lib/workos/connection.rb - lib/workos/deprecated_hash_wrapper.rb - lib/workos/deprecation.rb - lib/workos/directory.rb - lib/workos/directory_group.rb - lib/workos/directory_sync.rb - lib/workos/directory_user.rb - lib/workos/email_verification.rb - lib/workos/errors.rb - lib/workos/event.rb - lib/workos/events.rb - lib/workos/factor.rb - lib/workos/hash_provider.rb - lib/workos/impersonator.rb - lib/workos/invitation.rb - lib/workos/magic_auth.rb - lib/workos/mfa.rb - lib/workos/organization.rb - lib/workos/organization_membership.rb - lib/workos/organizations.rb - lib/workos/password_reset.rb - lib/workos/passwordless.rb - lib/workos/portal.rb - lib/workos/profile.rb - lib/workos/profile_and_token.rb - lib/workos/refresh_authentication_response.rb - lib/workos/role.rb - lib/workos/session.rb - lib/workos/sso.rb - lib/workos/types.rb - lib/workos/types/intent.rb - lib/workos/types/list_struct.rb - lib/workos/types/passwordless_session_struct.rb - lib/workos/types/provider.rb - lib/workos/types/widget_scope.rb - lib/workos/user.rb - lib/workos/user_and_token.rb - lib/workos/user_management.rb - lib/workos/user_response.rb - lib/workos/verify_challenge.rb - lib/workos/version.rb - lib/workos/webhook.rb - lib/workos/webhooks.rb - lib/workos/widgets.rb - spec/lib/workos/audit_logs_spec.rb - spec/lib/workos/cache_spec.rb - spec/lib/workos/client.rb - spec/lib/workos/configuration_spec.rb - spec/lib/workos/directory_sync_spec.rb - spec/lib/workos/directory_user_spec.rb - spec/lib/workos/event_spec.rb - spec/lib/workos/mfa_spec.rb - spec/lib/workos/organizations_spec.rb - spec/lib/workos/passwordless_spec.rb - spec/lib/workos/portal_spec.rb - spec/lib/workos/session_spec.rb - spec/lib/workos/sso_spec.rb - spec/lib/workos/user_management_spec.rb - spec/lib/workos/webhooks_spec.rb - spec/lib/workos/widgets_spec.rb - spec/spec_helper.rb - spec/support/fixtures/vcr_cassettes/audit_logs/create_event.yml - spec/support/fixtures/vcr_cassettes/audit_logs/create_event_custom_idempotency_key.yml - spec/support/fixtures/vcr_cassettes/audit_logs/create_event_invalid.yml - spec/support/fixtures/vcr_cassettes/audit_logs/create_export.yml - spec/support/fixtures/vcr_cassettes/audit_logs/create_export_with_filters.yml - spec/support/fixtures/vcr_cassettes/audit_logs/get_export.yml - spec/support/fixtures/vcr_cassettes/audit_trail/create_event.yml - spec/support/fixtures/vcr_cassettes/audit_trail/create_event_custom_idempotency_key.yml - spec/support/fixtures/vcr_cassettes/audit_trail/create_event_invalid.yml - spec/support/fixtures/vcr_cassettes/audit_trail/create_events_duplicate_idempotency_key_and_payload.yml - spec/support/fixtures/vcr_cassettes/audit_trail/create_events_duplicate_idempotency_key_different_payload.yml - spec/support/fixtures/vcr_cassettes/audit_trail/get_events.yml - spec/support/fixtures/vcr_cassettes/base/execute_request_unauthenticated.yml - spec/support/fixtures/vcr_cassettes/directory_sync/delete_directory.yml - spec/support/fixtures/vcr_cassettes/directory_sync/get_directory_with_invalid_id.yml - spec/support/fixtures/vcr_cassettes/directory_sync/get_directory_with_valid_id.yml - spec/support/fixtures/vcr_cassettes/directory_sync/get_group.yml - spec/support/fixtures/vcr_cassettes/directory_sync/get_group_with_invalid_id.yml - spec/support/fixtures/vcr_cassettes/directory_sync/get_user.yml - spec/support/fixtures/vcr_cassettes/directory_sync/get_user_with_invalid_id.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_directories/with_after.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_directories/with_before.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_directories/with_domain.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_directories/with_limit.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_directories/with_no_options.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_directories/with_search.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_groups/with_after.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_groups/with_before.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_groups/with_directory.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_groups/with_limit.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_groups/with_no_options.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_groups/with_user.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_users/with_after.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_users/with_before.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_users/with_directory.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_users/with_group.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_users/with_limit.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_users/with_no_options.yml - spec/support/fixtures/vcr_cassettes/events/list_events_with_after.yml - spec/support/fixtures/vcr_cassettes/events/list_events_with_event.yml - spec/support/fixtures/vcr_cassettes/events/list_events_with_no_options.yml - spec/support/fixtures/vcr_cassettes/events/list_events_with_organization_id.yml - spec/support/fixtures/vcr_cassettes/events/list_events_with_range.yml - spec/support/fixtures/vcr_cassettes/mfa/challenge_factor_generic_valid.yml - spec/support/fixtures/vcr_cassettes/mfa/challenge_factor_sms_valid.yml - spec/support/fixtures/vcr_cassettes/mfa/challenge_factor_totp_valid.yml - spec/support/fixtures/vcr_cassettes/mfa/delete_factor.yml - spec/support/fixtures/vcr_cassettes/mfa/enroll_factor_generic_valid.yml - spec/support/fixtures/vcr_cassettes/mfa/enroll_factor_sms_valid.yml - spec/support/fixtures/vcr_cassettes/mfa/enroll_factor_totp_valid.yml - spec/support/fixtures/vcr_cassettes/mfa/get_factor_invalid.yml - spec/support/fixtures/vcr_cassettes/mfa/get_factor_valid.yml - spec/support/fixtures/vcr_cassettes/mfa/verify_challenge_generic_expired.yml - spec/support/fixtures/vcr_cassettes/mfa/verify_challenge_generic_invalid.yml - spec/support/fixtures/vcr_cassettes/mfa/verify_challenge_generic_valid.yml - spec/support/fixtures/vcr_cassettes/mfa/verify_challenge_generic_valid_is_false.yml - spec/support/fixtures/vcr_cassettes/organization/create.yml - spec/support/fixtures/vcr_cassettes/organization/create_invalid.yml - spec/support/fixtures/vcr_cassettes/organization/create_with_domain_data.yml - spec/support/fixtures/vcr_cassettes/organization/create_with_domains.yml - spec/support/fixtures/vcr_cassettes/organization/create_with_duplicate_idempotency_key_and_different_payload.yml - spec/support/fixtures/vcr_cassettes/organization/create_with_duplicate_idempotency_key_and_payload.yml - spec/support/fixtures/vcr_cassettes/organization/create_with_idempotency_key.yml - spec/support/fixtures/vcr_cassettes/organization/create_without_domains.yml - spec/support/fixtures/vcr_cassettes/organization/delete.yml - spec/support/fixtures/vcr_cassettes/organization/delete_invalid.yml - spec/support/fixtures/vcr_cassettes/organization/get.yml - spec/support/fixtures/vcr_cassettes/organization/get_invalid.yml - spec/support/fixtures/vcr_cassettes/organization/list.yml - spec/support/fixtures/vcr_cassettes/organization/list_organization_roles.yml - spec/support/fixtures/vcr_cassettes/organization/update.yml - spec/support/fixtures/vcr_cassettes/organization/update_with_stripe_customer_id.yml - spec/support/fixtures/vcr_cassettes/organization/update_without_name.yml - spec/support/fixtures/vcr_cassettes/passwordless/create_session.yml - spec/support/fixtures/vcr_cassettes/passwordless/create_session_invalid.yml - spec/support/fixtures/vcr_cassettes/passwordless/send_session.yml - spec/support/fixtures/vcr_cassettes/passwordless/send_session_invalid.yml - spec/support/fixtures/vcr_cassettes/portal/generate_link_audit_logs.yml - spec/support/fixtures/vcr_cassettes/portal/generate_link_certificate_renewal.yml - spec/support/fixtures/vcr_cassettes/portal/generate_link_dsync.yml - spec/support/fixtures/vcr_cassettes/portal/generate_link_invalid.yml - spec/support/fixtures/vcr_cassettes/portal/generate_link_sso.yml - spec/support/fixtures/vcr_cassettes/sso/delete_connection_with_invalid_id.yml - spec/support/fixtures/vcr_cassettes/sso/delete_connection_with_valid_id.yml - spec/support/fixtures/vcr_cassettes/sso/get_connection_with_invalid_id.yml - spec/support/fixtures/vcr_cassettes/sso/get_connection_with_valid_id.yml - spec/support/fixtures/vcr_cassettes/sso/list_connections/with_after.yml - spec/support/fixtures/vcr_cassettes/sso/list_connections/with_before.yml - spec/support/fixtures/vcr_cassettes/sso/list_connections/with_connection_type.yml - spec/support/fixtures/vcr_cassettes/sso/list_connections/with_domain.yml - spec/support/fixtures/vcr_cassettes/sso/list_connections/with_limit.yml - spec/support/fixtures/vcr_cassettes/sso/list_connections/with_no_options.yml - spec/support/fixtures/vcr_cassettes/sso/list_connections/with_organization_id.yml - spec/support/fixtures/vcr_cassettes/sso/profile.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_code/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_code/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_code/valid_with_impersonator.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_email_verification/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_email_verification/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_magic_auth/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_magic_auth/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_organization_selection/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_organization_selection/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_password/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_password/unverified.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_password/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_refresh_code/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_refresh_token/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_totp/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_totp/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/confirm_password_reset/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/confirm_password_reset/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/create_magic_auth/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/create_organization_membership/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/create_organization_membership/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/create_password_reset/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/create_user_invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/create_user_valid.yml - spec/support/fixtures/vcr_cassettes/user_management/deactivate_organization_membership.yml - spec/support/fixtures/vcr_cassettes/user_management/delete_organization_membership/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/delete_organization_membership/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/delete_user/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/delete_user/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/enroll_auth_factor/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/enroll_auth_factor/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/find_invitation_by_token/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/find_invitation_by_token/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/get_email_verification/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/get_email_verification/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/get_invitation/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/get_invitation/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/get_magic_auth/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/get_magic_auth/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/get_organization_membership.yml - spec/support/fixtures/vcr_cassettes/user_management/get_password_reset/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/get_password_reset/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/get_user.yml - spec/support/fixtures/vcr_cassettes/user_management/list_auth_factors/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/list_auth_factors/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/list_invitations/with_after.yml - spec/support/fixtures/vcr_cassettes/user_management/list_invitations/with_before.yml - spec/support/fixtures/vcr_cassettes/user_management/list_invitations/with_limit.yml - spec/support/fixtures/vcr_cassettes/user_management/list_invitations/with_no_options.yml - spec/support/fixtures/vcr_cassettes/user_management/list_invitations/with_organization_id.yml - spec/support/fixtures/vcr_cassettes/user_management/list_organization_memberships/no_options.yml - spec/support/fixtures/vcr_cassettes/user_management/list_organization_memberships/with_options.yml - spec/support/fixtures/vcr_cassettes/user_management/list_organization_memberships/with_statuses_option.yml - spec/support/fixtures/vcr_cassettes/user_management/list_users/no_options.yml - spec/support/fixtures/vcr_cassettes/user_management/list_users/with_options.yml - spec/support/fixtures/vcr_cassettes/user_management/reactivate_organization_membership.yml - spec/support/fixtures/vcr_cassettes/user_management/reset_password/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/reset_password/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/revoke_invitation/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/revoke_invitation/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/revoke_session/not_found.yml - spec/support/fixtures/vcr_cassettes/user_management/revoke_session/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/send_invitation/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/send_invitation/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/send_magic_auth_code/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/send_password_reset_email/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/send_password_reset_email/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/send_verification_email/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/send_verification_email/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/update_organization_membership/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/update_organization_membership/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/update_user/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/update_user/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/update_user_password/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/update_user_password/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/verify_email/invalid_code.yml - spec/support/fixtures/vcr_cassettes/user_management/verify_email/invalid_magic_auth_challenge.yml - spec/support/fixtures/vcr_cassettes/user_management/verify_email/valid.yml - spec/support/fixtures/vcr_cassettes/widgets/get_token.yml - spec/support/fixtures/vcr_cassettes/widgets/get_token_invalid_organization_id.yml - spec/support/fixtures/vcr_cassettes/widgets/get_token_invalid_user_id.yml - spec/support/profile.txt - spec/support/shared_examples/client.rb - spec/support/webhook_payload.txt - workos.gemspec homepage: https://github.com/workos-inc/workos-ruby licenses: - MIT metadata: documentation_uri: https://docs.workos.com/sdk/ruby post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '3.1' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.4.19 signing_key: specification_version: 4 summary: API client for WorkOS test_files: - spec/lib/workos/audit_logs_spec.rb - spec/lib/workos/cache_spec.rb - spec/lib/workos/client.rb - spec/lib/workos/configuration_spec.rb - spec/lib/workos/directory_sync_spec.rb - spec/lib/workos/directory_user_spec.rb - spec/lib/workos/event_spec.rb - spec/lib/workos/mfa_spec.rb - spec/lib/workos/organizations_spec.rb - spec/lib/workos/passwordless_spec.rb - spec/lib/workos/portal_spec.rb - spec/lib/workos/session_spec.rb - spec/lib/workos/sso_spec.rb - spec/lib/workos/user_management_spec.rb - spec/lib/workos/webhooks_spec.rb - spec/lib/workos/widgets_spec.rb - spec/spec_helper.rb - spec/support/fixtures/vcr_cassettes/audit_logs/create_event.yml - spec/support/fixtures/vcr_cassettes/audit_logs/create_event_custom_idempotency_key.yml - spec/support/fixtures/vcr_cassettes/audit_logs/create_event_invalid.yml - spec/support/fixtures/vcr_cassettes/audit_logs/create_export.yml - spec/support/fixtures/vcr_cassettes/audit_logs/create_export_with_filters.yml - spec/support/fixtures/vcr_cassettes/audit_logs/get_export.yml - spec/support/fixtures/vcr_cassettes/audit_trail/create_event.yml - spec/support/fixtures/vcr_cassettes/audit_trail/create_event_custom_idempotency_key.yml - spec/support/fixtures/vcr_cassettes/audit_trail/create_event_invalid.yml - spec/support/fixtures/vcr_cassettes/audit_trail/create_events_duplicate_idempotency_key_and_payload.yml - spec/support/fixtures/vcr_cassettes/audit_trail/create_events_duplicate_idempotency_key_different_payload.yml - spec/support/fixtures/vcr_cassettes/audit_trail/get_events.yml - spec/support/fixtures/vcr_cassettes/base/execute_request_unauthenticated.yml - spec/support/fixtures/vcr_cassettes/directory_sync/delete_directory.yml - spec/support/fixtures/vcr_cassettes/directory_sync/get_directory_with_invalid_id.yml - spec/support/fixtures/vcr_cassettes/directory_sync/get_directory_with_valid_id.yml - spec/support/fixtures/vcr_cassettes/directory_sync/get_group.yml - spec/support/fixtures/vcr_cassettes/directory_sync/get_group_with_invalid_id.yml - spec/support/fixtures/vcr_cassettes/directory_sync/get_user.yml - spec/support/fixtures/vcr_cassettes/directory_sync/get_user_with_invalid_id.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_directories/with_after.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_directories/with_before.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_directories/with_domain.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_directories/with_limit.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_directories/with_no_options.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_directories/with_search.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_groups/with_after.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_groups/with_before.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_groups/with_directory.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_groups/with_limit.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_groups/with_no_options.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_groups/with_user.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_users/with_after.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_users/with_before.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_users/with_directory.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_users/with_group.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_users/with_limit.yml - spec/support/fixtures/vcr_cassettes/directory_sync/list_users/with_no_options.yml - spec/support/fixtures/vcr_cassettes/events/list_events_with_after.yml - spec/support/fixtures/vcr_cassettes/events/list_events_with_event.yml - spec/support/fixtures/vcr_cassettes/events/list_events_with_no_options.yml - spec/support/fixtures/vcr_cassettes/events/list_events_with_organization_id.yml - spec/support/fixtures/vcr_cassettes/events/list_events_with_range.yml - spec/support/fixtures/vcr_cassettes/mfa/challenge_factor_generic_valid.yml - spec/support/fixtures/vcr_cassettes/mfa/challenge_factor_sms_valid.yml - spec/support/fixtures/vcr_cassettes/mfa/challenge_factor_totp_valid.yml - spec/support/fixtures/vcr_cassettes/mfa/delete_factor.yml - spec/support/fixtures/vcr_cassettes/mfa/enroll_factor_generic_valid.yml - spec/support/fixtures/vcr_cassettes/mfa/enroll_factor_sms_valid.yml - spec/support/fixtures/vcr_cassettes/mfa/enroll_factor_totp_valid.yml - spec/support/fixtures/vcr_cassettes/mfa/get_factor_invalid.yml - spec/support/fixtures/vcr_cassettes/mfa/get_factor_valid.yml - spec/support/fixtures/vcr_cassettes/mfa/verify_challenge_generic_expired.yml - spec/support/fixtures/vcr_cassettes/mfa/verify_challenge_generic_invalid.yml - spec/support/fixtures/vcr_cassettes/mfa/verify_challenge_generic_valid.yml - spec/support/fixtures/vcr_cassettes/mfa/verify_challenge_generic_valid_is_false.yml - spec/support/fixtures/vcr_cassettes/organization/create.yml - spec/support/fixtures/vcr_cassettes/organization/create_invalid.yml - spec/support/fixtures/vcr_cassettes/organization/create_with_domain_data.yml - spec/support/fixtures/vcr_cassettes/organization/create_with_domains.yml - spec/support/fixtures/vcr_cassettes/organization/create_with_duplicate_idempotency_key_and_different_payload.yml - spec/support/fixtures/vcr_cassettes/organization/create_with_duplicate_idempotency_key_and_payload.yml - spec/support/fixtures/vcr_cassettes/organization/create_with_idempotency_key.yml - spec/support/fixtures/vcr_cassettes/organization/create_without_domains.yml - spec/support/fixtures/vcr_cassettes/organization/delete.yml - spec/support/fixtures/vcr_cassettes/organization/delete_invalid.yml - spec/support/fixtures/vcr_cassettes/organization/get.yml - spec/support/fixtures/vcr_cassettes/organization/get_invalid.yml - spec/support/fixtures/vcr_cassettes/organization/list.yml - spec/support/fixtures/vcr_cassettes/organization/list_organization_roles.yml - spec/support/fixtures/vcr_cassettes/organization/update.yml - spec/support/fixtures/vcr_cassettes/organization/update_with_stripe_customer_id.yml - spec/support/fixtures/vcr_cassettes/organization/update_without_name.yml - spec/support/fixtures/vcr_cassettes/passwordless/create_session.yml - spec/support/fixtures/vcr_cassettes/passwordless/create_session_invalid.yml - spec/support/fixtures/vcr_cassettes/passwordless/send_session.yml - spec/support/fixtures/vcr_cassettes/passwordless/send_session_invalid.yml - spec/support/fixtures/vcr_cassettes/portal/generate_link_audit_logs.yml - spec/support/fixtures/vcr_cassettes/portal/generate_link_certificate_renewal.yml - spec/support/fixtures/vcr_cassettes/portal/generate_link_dsync.yml - spec/support/fixtures/vcr_cassettes/portal/generate_link_invalid.yml - spec/support/fixtures/vcr_cassettes/portal/generate_link_sso.yml - spec/support/fixtures/vcr_cassettes/sso/delete_connection_with_invalid_id.yml - spec/support/fixtures/vcr_cassettes/sso/delete_connection_with_valid_id.yml - spec/support/fixtures/vcr_cassettes/sso/get_connection_with_invalid_id.yml - spec/support/fixtures/vcr_cassettes/sso/get_connection_with_valid_id.yml - spec/support/fixtures/vcr_cassettes/sso/list_connections/with_after.yml - spec/support/fixtures/vcr_cassettes/sso/list_connections/with_before.yml - spec/support/fixtures/vcr_cassettes/sso/list_connections/with_connection_type.yml - spec/support/fixtures/vcr_cassettes/sso/list_connections/with_domain.yml - spec/support/fixtures/vcr_cassettes/sso/list_connections/with_limit.yml - spec/support/fixtures/vcr_cassettes/sso/list_connections/with_no_options.yml - spec/support/fixtures/vcr_cassettes/sso/list_connections/with_organization_id.yml - spec/support/fixtures/vcr_cassettes/sso/profile.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_code/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_code/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_code/valid_with_impersonator.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_email_verification/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_email_verification/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_magic_auth/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_magic_auth/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_organization_selection/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_organization_selection/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_password/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_password/unverified.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_password/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_refresh_code/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_refresh_token/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_totp/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/authenticate_with_totp/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/confirm_password_reset/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/confirm_password_reset/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/create_magic_auth/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/create_organization_membership/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/create_organization_membership/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/create_password_reset/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/create_user_invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/create_user_valid.yml - spec/support/fixtures/vcr_cassettes/user_management/deactivate_organization_membership.yml - spec/support/fixtures/vcr_cassettes/user_management/delete_organization_membership/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/delete_organization_membership/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/delete_user/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/delete_user/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/enroll_auth_factor/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/enroll_auth_factor/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/find_invitation_by_token/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/find_invitation_by_token/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/get_email_verification/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/get_email_verification/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/get_invitation/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/get_invitation/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/get_magic_auth/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/get_magic_auth/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/get_organization_membership.yml - spec/support/fixtures/vcr_cassettes/user_management/get_password_reset/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/get_password_reset/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/get_user.yml - spec/support/fixtures/vcr_cassettes/user_management/list_auth_factors/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/list_auth_factors/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/list_invitations/with_after.yml - spec/support/fixtures/vcr_cassettes/user_management/list_invitations/with_before.yml - spec/support/fixtures/vcr_cassettes/user_management/list_invitations/with_limit.yml - spec/support/fixtures/vcr_cassettes/user_management/list_invitations/with_no_options.yml - spec/support/fixtures/vcr_cassettes/user_management/list_invitations/with_organization_id.yml - spec/support/fixtures/vcr_cassettes/user_management/list_organization_memberships/no_options.yml - spec/support/fixtures/vcr_cassettes/user_management/list_organization_memberships/with_options.yml - spec/support/fixtures/vcr_cassettes/user_management/list_organization_memberships/with_statuses_option.yml - spec/support/fixtures/vcr_cassettes/user_management/list_users/no_options.yml - spec/support/fixtures/vcr_cassettes/user_management/list_users/with_options.yml - spec/support/fixtures/vcr_cassettes/user_management/reactivate_organization_membership.yml - spec/support/fixtures/vcr_cassettes/user_management/reset_password/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/reset_password/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/revoke_invitation/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/revoke_invitation/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/revoke_session/not_found.yml - spec/support/fixtures/vcr_cassettes/user_management/revoke_session/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/send_invitation/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/send_invitation/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/send_magic_auth_code/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/send_password_reset_email/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/send_password_reset_email/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/send_verification_email/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/send_verification_email/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/update_organization_membership/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/update_organization_membership/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/update_user/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/update_user/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/update_user_password/invalid.yml - spec/support/fixtures/vcr_cassettes/user_management/update_user_password/valid.yml - spec/support/fixtures/vcr_cassettes/user_management/verify_email/invalid_code.yml - spec/support/fixtures/vcr_cassettes/user_management/verify_email/invalid_magic_auth_challenge.yml - spec/support/fixtures/vcr_cassettes/user_management/verify_email/valid.yml - spec/support/fixtures/vcr_cassettes/widgets/get_token.yml - spec/support/fixtures/vcr_cassettes/widgets/get_token_invalid_organization_id.yml - spec/support/fixtures/vcr_cassettes/widgets/get_token_invalid_user_id.yml - spec/support/profile.txt - spec/support/shared_examples/client.rb - spec/support/webhook_payload.txt