# -*- encoding: utf-8 -*- # stub: auth0 5.8.1 ruby lib Gem::Specification.new do |s| s.name = "auth0".freeze s.version = "5.8.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Auth0".freeze, "Jose Romaniello".freeze, "Ivan Petroe".freeze, "Patrik Ragnarsson".freeze] s.date = "2022-06-30" s.description = "Ruby toolkit for Auth0 API https://auth0.com.".freeze s.email = ["support@auth0.com".freeze] s.files = [".bundle/config".freeze, ".circleci/config.yml".freeze, ".env.example".freeze, ".gemrelease".freeze, ".github/CODEOWNERS".freeze, ".github/ISSUE_TEMPLATE/config.yml".freeze, ".github/ISSUE_TEMPLATE/feature_request.md".freeze, ".github/ISSUE_TEMPLATE/report_a_bug.md".freeze, ".github/PULL_REQUEST_TEMPLATE.md".freeze, ".github/dependabot.yml".freeze, ".github/stale.yml".freeze, ".github/workflows/semgrep.yml".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".rubocop_todo.yml".freeze, ".shiprc".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "DEPLOYMENT.md".freeze, "Dockerfile".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.md".freeze, "RUBYGEM.md".freeze, "Rakefile".freeze, "auth0.gemspec".freeze, "codecov.yml".freeze, "examples/ruby-api/.env.example".freeze, "examples/ruby-api/.gitignore".freeze, "examples/ruby-api/Gemfile".freeze, "examples/ruby-api/README.md".freeze, "examples/ruby-api/config.ru".freeze, "examples/ruby-api/main.rb".freeze, "examples/ruby-on-rails-api/.env.example".freeze, "examples/ruby-on-rails-api/.gitignore".freeze, "examples/ruby-on-rails-api/Gemfile".freeze, "examples/ruby-on-rails-api/README.md".freeze, "examples/ruby-on-rails-api/Rakefile".freeze, "examples/ruby-on-rails-api/app/assets/images/.keep".freeze, "examples/ruby-on-rails-api/app/assets/javascripts/application.js".freeze, "examples/ruby-on-rails-api/app/assets/stylesheets/application.css".freeze, "examples/ruby-on-rails-api/app/controllers/application_controller.rb".freeze, "examples/ruby-on-rails-api/app/controllers/concerns/.keep".freeze, "examples/ruby-on-rails-api/app/controllers/ping_controller.rb".freeze, "examples/ruby-on-rails-api/app/controllers/secured_ping_controller.rb".freeze, "examples/ruby-on-rails-api/app/helpers/application_helper.rb".freeze, "examples/ruby-on-rails-api/app/mailers/.keep".freeze, "examples/ruby-on-rails-api/app/models/.keep".freeze, "examples/ruby-on-rails-api/app/models/User.rb".freeze, "examples/ruby-on-rails-api/app/models/concerns/.keep".freeze, "examples/ruby-on-rails-api/app/views/layouts/application.html.erb".freeze, "examples/ruby-on-rails-api/bin/bundle".freeze, "examples/ruby-on-rails-api/bin/rails".freeze, "examples/ruby-on-rails-api/bin/rake".freeze, "examples/ruby-on-rails-api/bin/setup".freeze, "examples/ruby-on-rails-api/config.ru".freeze, "examples/ruby-on-rails-api/config/application.rb".freeze, "examples/ruby-on-rails-api/config/boot.rb".freeze, "examples/ruby-on-rails-api/config/database.yml".freeze, "examples/ruby-on-rails-api/config/environment.rb".freeze, "examples/ruby-on-rails-api/config/environments/development.rb".freeze, "examples/ruby-on-rails-api/config/environments/production.rb".freeze, "examples/ruby-on-rails-api/config/environments/test.rb".freeze, "examples/ruby-on-rails-api/config/initializers/backtrace_silencers.rb".freeze, "examples/ruby-on-rails-api/config/initializers/cookies_serializer.rb".freeze, "examples/ruby-on-rails-api/config/initializers/dotenv.rb".freeze, "examples/ruby-on-rails-api/config/initializers/filter_parameter_logging.rb".freeze, "examples/ruby-on-rails-api/config/initializers/inflections.rb".freeze, "examples/ruby-on-rails-api/config/initializers/knock.rb".freeze, "examples/ruby-on-rails-api/config/initializers/mime_types.rb".freeze, "examples/ruby-on-rails-api/config/initializers/session_store.rb".freeze, "examples/ruby-on-rails-api/config/initializers/wrap_parameters.rb".freeze, "examples/ruby-on-rails-api/config/locales/en.yml".freeze, "examples/ruby-on-rails-api/config/routes.rb".freeze, "examples/ruby-on-rails-api/config/secrets.yml".freeze, "examples/ruby-on-rails-api/db/schema.rb".freeze, "examples/ruby-on-rails-api/db/seeds.rb".freeze, "examples/ruby-on-rails-api/lib/assets/.keep".freeze, "examples/ruby-on-rails-api/lib/tasks/.keep".freeze, "examples/ruby-on-rails-api/log/.keep".freeze, "examples/ruby-on-rails-api/public/404.html".freeze, "examples/ruby-on-rails-api/public/422.html".freeze, "examples/ruby-on-rails-api/public/500.html".freeze, "examples/ruby-on-rails-api/public/favicon.ico".freeze, "examples/ruby-on-rails-api/public/robots.txt".freeze, "examples/ruby-on-rails-api/test/controllers/.keep".freeze, "examples/ruby-on-rails-api/test/fixtures/.keep".freeze, "examples/ruby-on-rails-api/test/helpers/.keep".freeze, "examples/ruby-on-rails-api/test/integration/.keep".freeze, "examples/ruby-on-rails-api/test/mailers/.keep".freeze, "examples/ruby-on-rails-api/test/models/.keep".freeze, "examples/ruby-on-rails-api/test/ping_controller_test.rb".freeze, "examples/ruby-on-rails-api/test/secured_ping_controller_test.rb".freeze, "examples/ruby-on-rails-api/test/test_helper.rb".freeze, "lib/auth0.rb".freeze, "lib/auth0/algorithm.rb".freeze, "lib/auth0/api/authentication_endpoints.rb".freeze, "lib/auth0/api/v2.rb".freeze, "lib/auth0/api/v2/actions.rb".freeze, "lib/auth0/api/v2/anomaly.rb".freeze, "lib/auth0/api/v2/attack_protection.rb".freeze, "lib/auth0/api/v2/blacklists.rb".freeze, "lib/auth0/api/v2/branding.rb".freeze, "lib/auth0/api/v2/client_grants.rb".freeze, "lib/auth0/api/v2/clients.rb".freeze, "lib/auth0/api/v2/connections.rb".freeze, "lib/auth0/api/v2/device_credentials.rb".freeze, "lib/auth0/api/v2/emails.rb".freeze, "lib/auth0/api/v2/grants.rb".freeze, "lib/auth0/api/v2/guardian.rb".freeze, "lib/auth0/api/v2/jobs.rb".freeze, "lib/auth0/api/v2/log_streams.rb".freeze, "lib/auth0/api/v2/logs.rb".freeze, "lib/auth0/api/v2/organizations.rb".freeze, "lib/auth0/api/v2/prompts.rb".freeze, "lib/auth0/api/v2/resource_servers.rb".freeze, "lib/auth0/api/v2/roles.rb".freeze, "lib/auth0/api/v2/rules.rb".freeze, "lib/auth0/api/v2/stats.rb".freeze, "lib/auth0/api/v2/tenants.rb".freeze, "lib/auth0/api/v2/tickets.rb".freeze, "lib/auth0/api/v2/user_blocks.rb".freeze, "lib/auth0/api/v2/users.rb".freeze, "lib/auth0/api/v2/users_by_email.rb".freeze, "lib/auth0/client.rb".freeze, "lib/auth0/exception.rb".freeze, "lib/auth0/mixins.rb".freeze, "lib/auth0/mixins/access_token_struct.rb".freeze, "lib/auth0/mixins/api_token_struct.rb".freeze, "lib/auth0/mixins/headers.rb".freeze, "lib/auth0/mixins/httpproxy.rb".freeze, "lib/auth0/mixins/initializer.rb".freeze, "lib/auth0/mixins/permission_struct.rb".freeze, "lib/auth0/mixins/token_management.rb".freeze, "lib/auth0/mixins/validation.rb".freeze, "lib/auth0/version.rb".freeze, "lib/auth0_client.rb".freeze, "publish_rubygem.sh".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/_change_password/should_trigger_a_password_reset.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/_login_with_resource_owner/should_fail_with_an_incorrect_email.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/_login_with_resource_owner/should_fail_with_an_incorrect_password.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/_login_with_resource_owner/should_fail_with_an_invalid_audience.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/_login_with_resource_owner/should_login_successfully_with_a_custom_audience.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/_login_with_resource_owner/should_login_successfully_with_a_default_scope.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/_saml_metadata/should_retrieve_SAML_metadata.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/_userinfo/should_fail_as_not_authorized.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/_userinfo/should_return_the_userinfo.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/_wsfed_metadata/should_retrieve_WSFED_metadata.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/create_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/delete_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Blacklists/_add_token_to_blacklist/should_add_a_token_to_the_blacklist.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Blacklists/_blacklisted_tokens/should_get_the_added_token_from_the_blacklist.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ClientGrants/_client_grants/should_return_at_least_1_result.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ClientGrants/_client_grants/should_return_the_test_client_grant.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ClientGrants/_delete_client_grant/should_delete_the_test_client_grant.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ClientGrants/_patch_client_grant/should_update_the_test_client_grant.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ClientGrants/create_test_client.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ClientGrants/create_test_client_grant.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ClientGrants/delete_test_client.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ClientGrants/delete_test_client_grant.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Clients/_client/_filters/should_exclude_and_include_fields_properly.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Clients/_client/_filters/should_include_the_specified_fields.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Clients/_client/should_get_the_test_client.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Clients/_clients/_filters/should_exclude_fields_not_specified.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Clients/_clients/_filters/should_exclude_the_specified_fields.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Clients/_clients/_filters/should_include_the_specified_fields.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Clients/_clients/_filters/should_paginate_results.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Clients/_clients/should_get_at_least_one_client.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Clients/_delete_client/should_delete_the_test_client_without_an_error.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Clients/_patch_client/should_update_the_client_with_the_correct_attributes.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Clients/create_test_client.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/_connection/_filters/should_exclude_the_fields_indicated.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/_connection/_filters/should_include_the_fields_indicated.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/_connection/should_find_the_correct_connection.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/_connections/_filters/should_include_previously-created_connection_when_filtered.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/_connections/_filters/should_should_exclude_the_fields_indicated_from_filtered_results.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/_connections/_filters/should_should_include_the_fields_indicated_from_filtered_results.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/_connections/should_include_the_previously_created_connection.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/_connections/should_not_be_empty.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/_delete_connection/should_delete_the_connection.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/_delete_connection_user/should_delete_the_user_created.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/_update_connection/should_update_the_connection.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/create_test_connection.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/create_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_DeviceCredentials/create_test_credential.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_DeviceCredentials/create_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_DeviceCredentials/delete_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Emails/_configure_provider/should_configure_a_new_email_provider.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Emails/_delete_provider/should_delete_the_existing_email_provider_without_an_error.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Emails/_delete_provider/should_throw_an_error_trying_to_get_the_email_provider.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Emails/_get_provider/_filters/should_get_the_existing_email_provider_with_specific_fields.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Emails/_get_provider/_filters/should_get_the_existing_email_provider_without_specific_fields.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Emails/_get_provider/should_get_the_existing_email_provider.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Emails/_update_provider/should_update_the_existing_email_provider.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Emails/delete_existing_provider.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Jobs/_export_users_and_get_job/should_create_an_export_users_job_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Jobs/_export_users_and_get_job/should_get_the_export_users_job.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Jobs/_import_users_and_get_job/should_create_an_import_users_job_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Jobs/_import_users_and_get_job/should_get_the_import_users_job.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Jobs/_send_verification_email_and_get_job/should_create_a_new_verification_email_job.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Jobs/_send_verification_email_and_get_job/should_get_the_completed_verification_email.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Jobs/_send_verification_email_and_get_job/should_reject_an_invalid_client_id.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Jobs/delete_imported_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Jobs/search_for_connection_id.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Logs/_log/should_match_the_created_log_entry.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Logs/_log/should_not_be_empty.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Logs/_logs/_filters/should_exclude_fields_not_specified.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Logs/_logs/_filters/should_exclude_the_specified_fields.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Logs/_logs/_filters/should_have_one_log_entry.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Logs/_logs/_filters/should_include_the_specified_fields.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Logs/_logs/_from/should_take_one_log_entry.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Logs/create_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Logs/delete_test_disabled_rule.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Logs/delete_test_enabled_rule.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Logs/delete_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ResourceServers/_delete_resource_server/should_delete_the_test_server_without_an_error.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ResourceServers/_patch_resource_server/should_update_the_resource_server_with_the_correct_attributes.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ResourceServers/_resource_server/should_get_the_test_server.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ResourceServers/_resource_servers/should_get_the_test_server.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ResourceServers/_resource_servers/should_return_at_least_1_result.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ResourceServers/_resource_servers/should_return_the_first_page_of_one_result.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ResourceServers/create_test_server.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ResourceServers/delete_test_server.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/_add_role_permissions/should_add_a_Permission_to_the_Role_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/_add_role_users/should_add_a_User_to_the_Role_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/_delete_role/should_delete_the_Role_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/_get_role/should_get_the_Role_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/_get_role_permissions/should_get_exactly_1_Permission.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/_get_role_permissions/should_get_the_added_Permission_from_the_Role_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/_get_role_users/should_get_exactly_1_User.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/_get_role_users/should_get_the_added_User_from_the_Role_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/_get_roles/should_get_the_Role_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/_remove_role_permissions/should_remove_a_Permission_from_the_Role_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/_update_role/should_update_the_Role_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/create_test_api.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/create_test_role.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/create_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/delete_test_api.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/delete_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_delete_rule/should_delete_the_test_disabled_rule_without_an_error.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_delete_rule/should_delete_the_test_enabled_rule_without_an_error.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_rule/_filters/should_exclude_the_fields_not_specified.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_rule/_filters/should_exclude_the_specified_fields.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_rule/_filters/should_include_the_specified_fields.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_rule/should_get_a_specific_rule.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_rules/_filters/should_exclude_fields_not_specified.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_rules/_filters/should_include_the_specified_fields.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_rules/_filters/should_return_at_least_1_disabled_rule.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_rules/_filters/should_return_at_least_1_enabled_rule.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_rules/_filters/should_return_paginated_results.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_rules/should_return_at_least_1_rule.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_update_rule/should_update_the_disabled_rule_to_be_enabled.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/create_test_disabled_rule.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/create_test_enabled_rule.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Stats/_active_users/should_have_at_least_one_active_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Stats/_daily_stats/should_have_at_least_one_stats_entry_for_the_timeframe.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Tenants/_get_tenant_settings/should_get_the_tenant_settings.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Tenants/_get_tenant_settings_with_specific_fields/should_exclude_a_field_not_requested.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Tenants/_get_tenant_settings_with_specific_fields/should_include_the_field_requested.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Tenants/_update_tenant_settings/should_revert_the_tenant_name.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Tenants/_update_tenant_settings/should_update_the_tenant_settings_with_a_new_tenant_name.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Tickets/_post_email_verification/should_create_an_email_verification_ticket.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Tickets/_post_password_change/should_create_a_password_change_ticket.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Tickets/create_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Tickets/delete_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_add_user_permissions/should_add_a_Permissions_for_a_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_add_user_roles/should_add_a_Role_to_a_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_delete_user/should_delete_the_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_delete_user/should_delete_the_secondary_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_delete_user_provider/should_attempt_to_delete_the_MFA_provider_for_the_User.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_get_enrollments/should_get_Enrollments_for_a_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_get_user_permissions/should_get_exactly_1_Permission_for_a_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_get_user_permissions/should_get_the_correct_Permission_for_a_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_get_user_roles/should_get_Roles_for_a_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_invalidate_browsers/should_invalidate_MFA_browsers_for_the_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_link_user_account/should_link_two_Users_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_patch_user/should_patch_the_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_remove_user_permissions/should_remove_a_Permission_from_a_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_remove_user_roles/should_remove_a_Role_from_a_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_unlink_user_account/should_unlink_two_Users_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_user/_filters/should_exclude_fields_not_indicated.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_user/_filters/should_exclude_the_fields_indicated.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_user/_filters/should_include_the_fields_indicated.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_user/should_retrieve_the_created_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_user_logs/should_get_Logs_for_a_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_users/_filters/is_expected_to_find_a_user_with_a_v2_search_engine_query.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_users/_filters/is_expected_to_find_a_user_with_a_v3_search_engine_query.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_users/_filters/should_exclude_the_indicated_fields_when_paginated.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_users/_filters/should_include_the_indicated_fields_when_paginated.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_users/_filters/should_not_include_other_fields_when_paginated.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_users/_filters/should_return_the_correct_number_of_results_when_paginated.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_users/should_have_at_least_one_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/create_secondary_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/create_test_api.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/create_test_role.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/create_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/delete_test_api.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/delete_test_role.yml".freeze, "spec/integration/lib/auth0/api/api_authentication_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_blacklist_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_client_grants_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_clients_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_connections_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_email_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_jobs_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_logs_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_resource_servers_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_roles_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_rules_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_stats_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_tenants_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_tickets_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_user_blocks_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_users_spec.rb".freeze, "spec/integration/lib/auth0/auth0_client_spec.rb".freeze, "spec/lib/auth0/api/v2/actions_spec.rb".freeze, "spec/lib/auth0/api/v2/anomaly_spec.rb".freeze, "spec/lib/auth0/api/v2/attack_protection_spec.rb".freeze, "spec/lib/auth0/api/v2/blacklists_spec.rb".freeze, "spec/lib/auth0/api/v2/branding_spec.rb".freeze, "spec/lib/auth0/api/v2/client_grants_spec.rb".freeze, "spec/lib/auth0/api/v2/clients_spec.rb".freeze, "spec/lib/auth0/api/v2/connections_spec.rb".freeze, "spec/lib/auth0/api/v2/device_credentials_spec.rb".freeze, "spec/lib/auth0/api/v2/emails_spec.rb".freeze, "spec/lib/auth0/api/v2/grants_spec.rb".freeze, "spec/lib/auth0/api/v2/guardian_spec.rb".freeze, "spec/lib/auth0/api/v2/jobs_spec.rb".freeze, "spec/lib/auth0/api/v2/log_streams_spec.rb".freeze, "spec/lib/auth0/api/v2/logs_spec.rb".freeze, "spec/lib/auth0/api/v2/organizations_spec.rb".freeze, "spec/lib/auth0/api/v2/prompts_spec.rb".freeze, "spec/lib/auth0/api/v2/resource_servers_spec.rb".freeze, "spec/lib/auth0/api/v2/roles_spec.rb".freeze, "spec/lib/auth0/api/v2/rules_spec.rb".freeze, "spec/lib/auth0/api/v2/stats_spec.rb".freeze, "spec/lib/auth0/api/v2/tenants_spec.rb".freeze, "spec/lib/auth0/api/v2/tickets_spec.rb".freeze, "spec/lib/auth0/api/v2/user_blocks_spec.rb".freeze, "spec/lib/auth0/api/v2/users_by_email_spec.rb".freeze, "spec/lib/auth0/api/v2/users_spec.rb".freeze, "spec/lib/auth0/client_spec.rb".freeze, "spec/lib/auth0/mixins/httpproxy_spec.rb".freeze, "spec/lib/auth0/mixins/initializer_spec.rb".freeze, "spec/lib/auth0/mixins/token_management_spec.rb".freeze, "spec/lib/auth0/mixins/validation_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/credentials.rb".freeze, "spec/support/dummy_class.rb".freeze, "spec/support/dummy_class_for_proxy.rb".freeze, "spec/support/dummy_class_for_restclient.rb".freeze, "spec/support/dummy_class_for_tokens.rb".freeze, "spec/support/import_users.json".freeze, "spec/support/stub_response.rb".freeze] s.homepage = "https://github.com/auth0/ruby-auth0".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Auth0 API Client".freeze s.test_files = ["spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/_change_password/should_trigger_a_password_reset.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/_login_with_resource_owner/should_fail_with_an_incorrect_email.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/_login_with_resource_owner/should_fail_with_an_incorrect_password.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/_login_with_resource_owner/should_fail_with_an_invalid_audience.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/_login_with_resource_owner/should_login_successfully_with_a_custom_audience.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/_login_with_resource_owner/should_login_successfully_with_a_default_scope.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/_saml_metadata/should_retrieve_SAML_metadata.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/_userinfo/should_fail_as_not_authorized.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/_userinfo/should_return_the_userinfo.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/_wsfed_metadata/should_retrieve_WSFED_metadata.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/create_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_AuthenticationEndpoints/delete_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Blacklists/_add_token_to_blacklist/should_add_a_token_to_the_blacklist.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Blacklists/_blacklisted_tokens/should_get_the_added_token_from_the_blacklist.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ClientGrants/_client_grants/should_return_at_least_1_result.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ClientGrants/_client_grants/should_return_the_test_client_grant.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ClientGrants/_delete_client_grant/should_delete_the_test_client_grant.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ClientGrants/_patch_client_grant/should_update_the_test_client_grant.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ClientGrants/create_test_client.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ClientGrants/create_test_client_grant.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ClientGrants/delete_test_client.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ClientGrants/delete_test_client_grant.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Clients/_client/_filters/should_exclude_and_include_fields_properly.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Clients/_client/_filters/should_include_the_specified_fields.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Clients/_client/should_get_the_test_client.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Clients/_clients/_filters/should_exclude_fields_not_specified.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Clients/_clients/_filters/should_exclude_the_specified_fields.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Clients/_clients/_filters/should_include_the_specified_fields.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Clients/_clients/_filters/should_paginate_results.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Clients/_clients/should_get_at_least_one_client.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Clients/_delete_client/should_delete_the_test_client_without_an_error.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Clients/_patch_client/should_update_the_client_with_the_correct_attributes.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Clients/create_test_client.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/_connection/_filters/should_exclude_the_fields_indicated.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/_connection/_filters/should_include_the_fields_indicated.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/_connection/should_find_the_correct_connection.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/_connections/_filters/should_include_previously-created_connection_when_filtered.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/_connections/_filters/should_should_exclude_the_fields_indicated_from_filtered_results.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/_connections/_filters/should_should_include_the_fields_indicated_from_filtered_results.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/_connections/should_include_the_previously_created_connection.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/_connections/should_not_be_empty.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/_delete_connection/should_delete_the_connection.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/_delete_connection_user/should_delete_the_user_created.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/_update_connection/should_update_the_connection.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/create_test_connection.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Connections/create_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_DeviceCredentials/create_test_credential.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_DeviceCredentials/create_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_DeviceCredentials/delete_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Emails/_configure_provider/should_configure_a_new_email_provider.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Emails/_delete_provider/should_delete_the_existing_email_provider_without_an_error.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Emails/_delete_provider/should_throw_an_error_trying_to_get_the_email_provider.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Emails/_get_provider/_filters/should_get_the_existing_email_provider_with_specific_fields.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Emails/_get_provider/_filters/should_get_the_existing_email_provider_without_specific_fields.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Emails/_get_provider/should_get_the_existing_email_provider.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Emails/_update_provider/should_update_the_existing_email_provider.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Emails/delete_existing_provider.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Jobs/_export_users_and_get_job/should_create_an_export_users_job_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Jobs/_export_users_and_get_job/should_get_the_export_users_job.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Jobs/_import_users_and_get_job/should_create_an_import_users_job_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Jobs/_import_users_and_get_job/should_get_the_import_users_job.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Jobs/_send_verification_email_and_get_job/should_create_a_new_verification_email_job.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Jobs/_send_verification_email_and_get_job/should_get_the_completed_verification_email.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Jobs/_send_verification_email_and_get_job/should_reject_an_invalid_client_id.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Jobs/delete_imported_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Jobs/search_for_connection_id.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Logs/_log/should_match_the_created_log_entry.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Logs/_log/should_not_be_empty.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Logs/_logs/_filters/should_exclude_fields_not_specified.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Logs/_logs/_filters/should_exclude_the_specified_fields.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Logs/_logs/_filters/should_have_one_log_entry.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Logs/_logs/_filters/should_include_the_specified_fields.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Logs/_logs/_from/should_take_one_log_entry.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Logs/create_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Logs/delete_test_disabled_rule.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Logs/delete_test_enabled_rule.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Logs/delete_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ResourceServers/_delete_resource_server/should_delete_the_test_server_without_an_error.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ResourceServers/_patch_resource_server/should_update_the_resource_server_with_the_correct_attributes.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ResourceServers/_resource_server/should_get_the_test_server.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ResourceServers/_resource_servers/should_get_the_test_server.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ResourceServers/_resource_servers/should_return_at_least_1_result.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ResourceServers/_resource_servers/should_return_the_first_page_of_one_result.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ResourceServers/create_test_server.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_ResourceServers/delete_test_server.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/_add_role_permissions/should_add_a_Permission_to_the_Role_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/_add_role_users/should_add_a_User_to_the_Role_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/_delete_role/should_delete_the_Role_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/_get_role/should_get_the_Role_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/_get_role_permissions/should_get_exactly_1_Permission.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/_get_role_permissions/should_get_the_added_Permission_from_the_Role_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/_get_role_users/should_get_exactly_1_User.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/_get_role_users/should_get_the_added_User_from_the_Role_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/_get_roles/should_get_the_Role_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/_remove_role_permissions/should_remove_a_Permission_from_the_Role_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/_update_role/should_update_the_Role_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/create_test_api.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/create_test_role.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/create_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/delete_test_api.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Roles/delete_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_delete_rule/should_delete_the_test_disabled_rule_without_an_error.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_delete_rule/should_delete_the_test_enabled_rule_without_an_error.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_rule/_filters/should_exclude_the_fields_not_specified.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_rule/_filters/should_exclude_the_specified_fields.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_rule/_filters/should_include_the_specified_fields.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_rule/should_get_a_specific_rule.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_rules/_filters/should_exclude_fields_not_specified.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_rules/_filters/should_include_the_specified_fields.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_rules/_filters/should_return_at_least_1_disabled_rule.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_rules/_filters/should_return_at_least_1_enabled_rule.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_rules/_filters/should_return_paginated_results.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_rules/should_return_at_least_1_rule.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/_update_rule/should_update_the_disabled_rule_to_be_enabled.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/create_test_disabled_rule.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Rules/create_test_enabled_rule.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Stats/_active_users/should_have_at_least_one_active_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Stats/_daily_stats/should_have_at_least_one_stats_entry_for_the_timeframe.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Tenants/_get_tenant_settings/should_get_the_tenant_settings.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Tenants/_get_tenant_settings_with_specific_fields/should_exclude_a_field_not_requested.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Tenants/_get_tenant_settings_with_specific_fields/should_include_the_field_requested.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Tenants/_update_tenant_settings/should_revert_the_tenant_name.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Tenants/_update_tenant_settings/should_update_the_tenant_settings_with_a_new_tenant_name.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Tickets/_post_email_verification/should_create_an_email_verification_ticket.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Tickets/_post_password_change/should_create_a_password_change_ticket.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Tickets/create_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Tickets/delete_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_add_user_permissions/should_add_a_Permissions_for_a_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_add_user_roles/should_add_a_Role_to_a_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_delete_user/should_delete_the_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_delete_user/should_delete_the_secondary_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_delete_user_provider/should_attempt_to_delete_the_MFA_provider_for_the_User.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_get_enrollments/should_get_Enrollments_for_a_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_get_user_permissions/should_get_exactly_1_Permission_for_a_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_get_user_permissions/should_get_the_correct_Permission_for_a_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_get_user_roles/should_get_Roles_for_a_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_invalidate_browsers/should_invalidate_MFA_browsers_for_the_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_link_user_account/should_link_two_Users_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_patch_user/should_patch_the_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_remove_user_permissions/should_remove_a_Permission_from_a_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_remove_user_roles/should_remove_a_Role_from_a_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_unlink_user_account/should_unlink_two_Users_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_user/_filters/should_exclude_fields_not_indicated.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_user/_filters/should_exclude_the_fields_indicated.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_user/_filters/should_include_the_fields_indicated.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_user/should_retrieve_the_created_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_user_logs/should_get_Logs_for_a_User_successfully.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_users/_filters/is_expected_to_find_a_user_with_a_v2_search_engine_query.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_users/_filters/is_expected_to_find_a_user_with_a_v3_search_engine_query.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_users/_filters/should_exclude_the_indicated_fields_when_paginated.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_users/_filters/should_include_the_indicated_fields_when_paginated.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_users/_filters/should_not_include_other_fields_when_paginated.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_users/_filters/should_return_the_correct_number_of_results_when_paginated.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/_users/should_have_at_least_one_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/create_secondary_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/create_test_api.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/create_test_role.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/create_test_user.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/delete_test_api.yml".freeze, "spec/fixtures/vcr_cassettes/Auth0_Api_V2_Users/delete_test_role.yml".freeze, "spec/integration/lib/auth0/api/api_authentication_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_blacklist_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_client_grants_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_clients_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_connections_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_email_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_jobs_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_logs_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_resource_servers_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_roles_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_rules_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_stats_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_tenants_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_tickets_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_user_blocks_spec.rb".freeze, "spec/integration/lib/auth0/api/v2/api_users_spec.rb".freeze, "spec/integration/lib/auth0/auth0_client_spec.rb".freeze, "spec/lib/auth0/api/v2/actions_spec.rb".freeze, "spec/lib/auth0/api/v2/anomaly_spec.rb".freeze, "spec/lib/auth0/api/v2/attack_protection_spec.rb".freeze, "spec/lib/auth0/api/v2/blacklists_spec.rb".freeze, "spec/lib/auth0/api/v2/branding_spec.rb".freeze, "spec/lib/auth0/api/v2/client_grants_spec.rb".freeze, "spec/lib/auth0/api/v2/clients_spec.rb".freeze, "spec/lib/auth0/api/v2/connections_spec.rb".freeze, "spec/lib/auth0/api/v2/device_credentials_spec.rb".freeze, "spec/lib/auth0/api/v2/emails_spec.rb".freeze, "spec/lib/auth0/api/v2/grants_spec.rb".freeze, "spec/lib/auth0/api/v2/guardian_spec.rb".freeze, "spec/lib/auth0/api/v2/jobs_spec.rb".freeze, "spec/lib/auth0/api/v2/log_streams_spec.rb".freeze, "spec/lib/auth0/api/v2/logs_spec.rb".freeze, "spec/lib/auth0/api/v2/organizations_spec.rb".freeze, "spec/lib/auth0/api/v2/prompts_spec.rb".freeze, "spec/lib/auth0/api/v2/resource_servers_spec.rb".freeze, "spec/lib/auth0/api/v2/roles_spec.rb".freeze, "spec/lib/auth0/api/v2/rules_spec.rb".freeze, "spec/lib/auth0/api/v2/stats_spec.rb".freeze, "spec/lib/auth0/api/v2/tenants_spec.rb".freeze, "spec/lib/auth0/api/v2/tickets_spec.rb".freeze, "spec/lib/auth0/api/v2/user_blocks_spec.rb".freeze, "spec/lib/auth0/api/v2/users_by_email_spec.rb".freeze, "spec/lib/auth0/api/v2/users_spec.rb".freeze, "spec/lib/auth0/client_spec.rb".freeze, "spec/lib/auth0/mixins/httpproxy_spec.rb".freeze, "spec/lib/auth0/mixins/initializer_spec.rb".freeze, "spec/lib/auth0/mixins/token_management_spec.rb".freeze, "spec/lib/auth0/mixins/validation_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/credentials.rb".freeze, "spec/support/dummy_class.rb".freeze, "spec/support/dummy_class_for_proxy.rb".freeze, "spec/support/dummy_class_for_restclient.rb".freeze, "spec/support/dummy_class_for_tokens.rb".freeze, "spec/support/import_users.json".freeze, "spec/support/stub_response.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.12".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.8".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 13.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.10".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.7".freeze]) end