kinde_sdk 1.6.4 → 1.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/kinde_sdk/auth_controller.rb +2 -0
- data/app/helpers/auth_helper.rb +4 -4
- data/kinde_api/Gemfile +9 -0
- data/kinde_api/README.md +316 -47
- data/kinde_api/Rakefile +10 -0
- data/kinde_api/docs/APIsApi.md +569 -60
- data/kinde_api/docs/AddAPIScopeRequest.md +20 -0
- data/kinde_api/docs/AddAPIsRequest.md +4 -4
- data/kinde_api/docs/AddOrganizationUsersRequestUsersInner.md +1 -1
- data/kinde_api/docs/AddRoleScopeRequest.md +18 -0
- data/kinde_api/docs/AddRoleScopeResponse.md +20 -0
- data/kinde_api/docs/ApplicationsApi.md +465 -38
- data/kinde_api/docs/AuthorizeAppApiResponse.md +24 -0
- data/kinde_api/docs/BillingAgreementsApi.md +157 -0
- data/kinde_api/docs/BillingEntitlementsApi.md +89 -0
- data/kinde_api/docs/BillingMeterUsageApi.md +77 -0
- data/kinde_api/docs/BusinessApi.md +27 -66
- data/kinde_api/docs/CallbacksApi.md +25 -25
- data/kinde_api/docs/Category.md +20 -0
- data/kinde_api/docs/ConnectedAppsApi.md +8 -8
- data/kinde_api/docs/Connection.md +22 -0
- data/kinde_api/docs/ConnectionConnection.md +24 -0
- data/kinde_api/docs/ConnectionsApi.md +439 -0
- data/kinde_api/docs/CreateApiScopesResponse.md +22 -0
- data/kinde_api/docs/CreateApiScopesResponseScope.md +18 -0
- data/kinde_api/docs/CreateApisResponse.md +22 -0
- data/kinde_api/docs/CreateApisResponseApi.md +18 -0
- data/kinde_api/docs/CreateApplicationRequest.md +3 -3
- data/kinde_api/docs/CreateApplicationResponseApplication.md +4 -4
- data/kinde_api/docs/CreateBillingAgreementRequest.md +24 -0
- data/kinde_api/docs/CreateCategoryRequest.md +20 -0
- data/kinde_api/docs/CreateCategoryResponse.md +22 -0
- data/kinde_api/docs/CreateCategoryResponseCategory.md +18 -0
- data/kinde_api/docs/CreateConnectionRequest.md +28 -0
- data/kinde_api/docs/CreateConnectionRequestOptions.md +51 -0
- data/kinde_api/docs/CreateConnectionRequestOptionsOneOf.md +22 -0
- data/kinde_api/docs/CreateConnectionRequestOptionsOneOf1.md +34 -0
- data/kinde_api/docs/CreateConnectionRequestOptionsOneOf2.md +44 -0
- data/kinde_api/docs/CreateConnectionResponse.md +22 -0
- data/kinde_api/docs/CreateConnectionResponseConnection.md +18 -0
- data/kinde_api/docs/CreateEnvironmentVariableRequest.md +22 -0
- data/kinde_api/docs/CreateEnvironmentVariableResponse.md +22 -0
- data/kinde_api/docs/CreateEnvironmentVariableResponseEnvironmentVariable.md +18 -0
- data/kinde_api/docs/CreateIdentityResponse.md +22 -0
- data/kinde_api/docs/CreateIdentityResponseIdentity.md +18 -0
- data/kinde_api/docs/CreateMeterUsageRecordRequest.md +26 -0
- data/kinde_api/docs/CreateMeterUsageRecordResponse.md +20 -0
- data/kinde_api/docs/CreateOrganizationRequest.md +17 -7
- data/kinde_api/docs/CreateOrganizationResponse.md +4 -4
- data/kinde_api/docs/CreateOrganizationResponseOrganization.md +4 -2
- data/kinde_api/docs/CreatePropertyRequest.md +30 -0
- data/kinde_api/docs/CreatePropertyResponse.md +22 -0
- data/kinde_api/docs/CreatePropertyResponseProperty.md +18 -0
- data/kinde_api/docs/CreateRolesResponse.md +22 -0
- data/kinde_api/docs/CreateRolesResponseRole.md +18 -0
- data/kinde_api/docs/CreateUserIdentityRequest.md +24 -0
- data/kinde_api/docs/CreateUserRequest.md +3 -1
- data/kinde_api/docs/CreateUserRequestIdentitiesInner.md +3 -1
- data/kinde_api/docs/CreateUserRequestIdentitiesInnerDetails.md +7 -1
- data/kinde_api/docs/CreateUserRequestProfile.md +3 -1
- data/kinde_api/docs/CreateUserResponse.md +1 -1
- data/kinde_api/docs/CreateWebHookRequest.md +24 -0
- data/kinde_api/docs/CreateWebhookResponse.md +22 -0
- data/kinde_api/docs/CreateWebhookResponseWebhook.md +20 -0
- data/kinde_api/docs/DeleteApiResponse.md +20 -0
- data/kinde_api/docs/DeleteEnvironmentVariableResponse.md +20 -0
- data/kinde_api/docs/DeleteRoleScopeResponse.md +20 -0
- data/kinde_api/docs/DeleteWebhookResponse.md +20 -0
- data/kinde_api/docs/EnvironmentVariable.md +26 -0
- data/kinde_api/docs/EnvironmentVariablesApi.md +356 -0
- data/kinde_api/docs/EnvironmentsApi.md +281 -5
- data/kinde_api/docs/EventType.md +26 -0
- data/kinde_api/docs/FeatureFlagsApi.md +4 -4
- data/kinde_api/docs/GetApiResponse.md +22 -0
- data/kinde_api/docs/GetApiResponseApi.md +28 -0
- data/kinde_api/docs/GetApiResponseApiApplicationsInner.md +24 -0
- data/kinde_api/docs/GetApiResponseApiScopesInner.md +20 -0
- data/kinde_api/docs/GetApiScopeResponse.md +22 -0
- data/kinde_api/docs/GetApiScopesResponse.md +22 -0
- data/kinde_api/docs/GetApiScopesResponseScopesInner.md +22 -0
- data/kinde_api/docs/GetApisResponse.md +24 -0
- data/kinde_api/docs/GetApisResponseApisInner.md +26 -0
- data/kinde_api/docs/GetApisResponseApisInnerScopesInner.md +20 -0
- data/kinde_api/docs/GetApplicationResponseApplication.md +11 -5
- data/kinde_api/docs/GetBillingAgreementsResponse.md +24 -0
- data/kinde_api/docs/GetBillingAgreementsResponseAgreementsInner.md +26 -0
- data/kinde_api/docs/GetBillingAgreementsResponseAgreementsInnerEntitlementsInner.md +20 -0
- data/kinde_api/docs/GetBillingEntitlementsResponse.md +26 -0
- data/kinde_api/docs/GetBillingEntitlementsResponseEntitlementsInner.md +32 -0
- data/kinde_api/docs/GetBillingEntitlementsResponsePlansInner.md +20 -0
- data/kinde_api/docs/GetBusinessResponse.md +22 -0
- data/kinde_api/docs/GetBusinessResponseBusiness.md +38 -0
- data/kinde_api/docs/GetCategoriesResponse.md +24 -0
- data/kinde_api/docs/GetConnectionsResponse.md +24 -0
- data/kinde_api/docs/GetEnvironmentResponse.md +22 -0
- data/kinde_api/docs/GetEnvironmentResponseEnvironment.md +68 -0
- data/kinde_api/docs/GetEnvironmentResponseEnvironmentBackgroundColor.md +22 -0
- data/kinde_api/docs/GetEnvironmentResponseEnvironmentLinkColor.md +22 -0
- data/kinde_api/docs/GetEnvironmentVariableResponse.md +22 -0
- data/kinde_api/docs/GetEnvironmentVariablesResponse.md +24 -0
- data/kinde_api/docs/GetEventResponse.md +22 -0
- data/kinde_api/docs/GetEventResponseEvent.md +26 -0
- data/kinde_api/docs/GetEventTypesResponse.md +22 -0
- data/kinde_api/docs/GetIdentitiesResponse.md +24 -0
- data/kinde_api/docs/GetIndustriesResponse.md +22 -0
- data/kinde_api/docs/GetIndustriesResponseIndustriesInner.md +20 -0
- data/kinde_api/docs/GetOrganizationResponse.md +72 -0
- data/kinde_api/docs/GetOrganizationResponseBilling.md +20 -0
- data/kinde_api/docs/GetOrganizationResponseBillingAgreementsInner.md +20 -0
- data/kinde_api/docs/GetOrganizationUsersResponse.md +2 -2
- data/kinde_api/docs/GetOrganizationsResponse.md +4 -4
- data/kinde_api/docs/GetPropertiesResponse.md +24 -0
- data/kinde_api/docs/GetPropertyValuesResponse.md +24 -0
- data/kinde_api/docs/GetRoleResponse.md +22 -0
- data/kinde_api/docs/GetRoleResponseRole.md +26 -0
- data/kinde_api/docs/GetTimezonesResponse.md +22 -0
- data/kinde_api/docs/GetTimezonesResponseTimezonesInner.md +20 -0
- data/kinde_api/docs/GetUserMfaResponse.md +22 -0
- data/kinde_api/docs/GetUserMfaResponseMfa.md +30 -0
- data/kinde_api/docs/GetUserSessionsResponse.md +24 -0
- data/kinde_api/docs/GetUserSessionsResponseSessionsInner.md +40 -0
- data/kinde_api/docs/GetWebhooksResponse.md +22 -0
- data/kinde_api/docs/IdentitiesApi.md +219 -0
- data/kinde_api/docs/Identity.md +34 -0
- data/kinde_api/docs/IndustriesApi.md +14 -21
- data/kinde_api/docs/LogoutRedirectUrls.md +6 -2
- data/kinde_api/docs/MFAApi.md +77 -0
- data/kinde_api/docs/NotFoundResponse.md +18 -0
- data/kinde_api/docs/NotFoundResponseErrors.md +20 -0
- data/kinde_api/docs/OAuthApi.md +32 -97
- data/kinde_api/docs/OrganizationItemSchema.md +28 -0
- data/kinde_api/docs/OrganizationUser.md +17 -11
- data/kinde_api/docs/OrganizationsApi.md +1440 -210
- data/kinde_api/docs/Permissions.md +1 -1
- data/kinde_api/docs/PermissionsApi.md +7 -7
- data/kinde_api/docs/PropertiesApi.md +297 -0
- data/kinde_api/docs/Property.md +28 -0
- data/kinde_api/docs/PropertyCategoriesApi.md +227 -0
- data/kinde_api/docs/PropertyValue.md +26 -0
- data/kinde_api/docs/ReadEnvLogoResponse.md +22 -0
- data/kinde_api/docs/ReadEnvLogoResponseLogosInner.md +20 -0
- data/kinde_api/docs/ReadLogoResponse.md +22 -0
- data/kinde_api/docs/ReadLogoResponseLogosInner.md +22 -0
- data/kinde_api/docs/ReplaceConnectionRequest.md +24 -0
- data/kinde_api/docs/ReplaceConnectionRequestOptions.md +51 -0
- data/kinde_api/docs/ReplaceConnectionRequestOptionsOneOf.md +32 -0
- data/kinde_api/docs/ReplaceConnectionRequestOptionsOneOf1.md +40 -0
- data/kinde_api/docs/ReplaceMFARequest.md +20 -0
- data/kinde_api/docs/ReplaceOrganizationMFARequest.md +18 -0
- data/kinde_api/docs/RolePermissionsResponse.md +24 -0
- data/kinde_api/docs/RoleScopesResponse.md +22 -0
- data/kinde_api/docs/Roles.md +4 -2
- data/kinde_api/docs/RolesApi.md +338 -54
- data/kinde_api/docs/Scopes.md +24 -0
- data/kinde_api/docs/SearchApi.md +89 -0
- data/kinde_api/docs/SearchUsersResponse.md +22 -0
- data/kinde_api/docs/SearchUsersResponseResultsInner.md +46 -0
- data/kinde_api/docs/SetUserPasswordRequest.md +26 -0
- data/kinde_api/docs/SubscribersApi.md +4 -4
- data/kinde_api/docs/SuccessResponse.md +2 -2
- data/kinde_api/docs/TimezonesApi.md +14 -21
- data/kinde_api/docs/TokenIntrospect.md +5 -5
- data/kinde_api/docs/UpdateAPIApplicationsRequestApplicationsInner.md +4 -4
- data/kinde_api/docs/UpdateAPIScopeRequest.md +18 -0
- data/kinde_api/docs/UpdateApplicationRequest.md +5 -1
- data/kinde_api/docs/UpdateApplicationTokensRequest.md +26 -0
- data/kinde_api/docs/UpdateApplicationsPropertyRequest.md +18 -0
- data/kinde_api/docs/UpdateApplicationsPropertyRequestValue.md +49 -0
- data/kinde_api/docs/UpdateBusinessRequest.md +36 -0
- data/kinde_api/docs/UpdateCategoryRequest.md +18 -0
- data/kinde_api/docs/UpdateConnectionRequest.md +24 -0
- data/kinde_api/docs/UpdateEnvironmentVariableRequest.md +22 -0
- data/kinde_api/docs/UpdateEnvironmentVariableResponse.md +20 -0
- data/kinde_api/docs/UpdateIdentityRequest.md +18 -0
- data/kinde_api/docs/UpdateOrganizationPropertiesRequest.md +18 -0
- data/kinde_api/docs/UpdateOrganizationRequest.md +27 -15
- data/kinde_api/docs/UpdateOrganizationSessionsRequest.md +24 -0
- data/kinde_api/docs/UpdateOrganizationUsersRequestUsersInner.md +2 -2
- data/kinde_api/docs/UpdateOrganizationUsersResponse.md +3 -1
- data/kinde_api/docs/UpdatePropertyRequest.md +24 -0
- data/kinde_api/docs/UpdateUserRequest.md +5 -1
- data/kinde_api/docs/UpdateUserResponse.md +1 -1
- data/kinde_api/docs/UpdateWebHookRequest.md +22 -0
- data/kinde_api/docs/UpdateWebhookResponse.md +22 -0
- data/kinde_api/docs/UpdateWebhookResponseWebhook.md +18 -0
- data/kinde_api/docs/User.md +6 -2
- data/kinde_api/docs/UserProfileV2.md +17 -13
- data/kinde_api/docs/UsersApi.md +893 -99
- data/kinde_api/docs/UsersResponseUsersInner.md +6 -2
- data/kinde_api/docs/Webhook.md +28 -0
- data/kinde_api/docs/WebhooksApi.md +423 -0
- data/kinde_api/git_push.sh +57 -0
- data/kinde_api/kinde_api.gemspec +38 -0
- data/kinde_api/lib/kinde_api/api/apis_api.rb +640 -127
- data/kinde_api/lib/kinde_api/api/applications_api.rb +524 -112
- data/kinde_api/lib/kinde_api/api/billing_agreements_api.rb +166 -0
- data/kinde_api/lib/kinde_api/api/billing_entitlements_api.rb +105 -0
- data/kinde_api/lib/kinde_api/api/billing_meter_usage_api.rb +90 -0
- data/kinde_api/lib/kinde_api/api/business_api.rb +61 -126
- data/kinde_api/lib/kinde_api/api/callbacks_api.rb +152 -172
- data/kinde_api/lib/kinde_api/api/connected_apps_api.rb +57 -67
- data/kinde_api/lib/kinde_api/api/connections_api.rb +433 -0
- data/kinde_api/lib/kinde_api/api/environment_variables_api.rb +347 -0
- data/kinde_api/lib/kinde_api/api/environments_api.rb +327 -78
- data/kinde_api/lib/kinde_api/api/feature_flags_api.rb +68 -88
- data/kinde_api/lib/kinde_api/api/identities_api.rb +222 -0
- data/kinde_api/lib/kinde_api/api/industries_api.rb +29 -34
- data/kinde_api/lib/kinde_api/api/mfa_api.rb +90 -0
- data/kinde_api/lib/kinde_api/api/o_auth_api.rb +104 -129
- data/kinde_api/lib/kinde_api/api/organizations_api.rb +1689 -544
- data/kinde_api/lib/kinde_api/api/permissions_api.rb +76 -80
- data/kinde_api/lib/kinde_api/api/properties_api.rb +300 -0
- data/kinde_api/lib/kinde_api/api/property_categories_api.rb +237 -0
- data/kinde_api/lib/kinde_api/api/roles_api.rb +432 -166
- data/kinde_api/lib/kinde_api/api/search_api.rb +97 -0
- data/kinde_api/lib/kinde_api/api/subscribers_api.rb +59 -60
- data/kinde_api/lib/kinde_api/api/timezones_api.rb +29 -34
- data/kinde_api/lib/kinde_api/api/users_api.rb +900 -150
- data/kinde_api/lib/kinde_api/api/webhooks_api.rb +404 -0
- data/kinde_api/lib/kinde_api/api_client.rb +79 -68
- data/kinde_api/lib/kinde_api/api_error.rb +16 -16
- data/kinde_api/lib/kinde_api/configuration.rb +101 -24
- data/kinde_api/lib/kinde_api/models/add_api_scope_request.rb +235 -0
- data/kinde_api/lib/kinde_api/models/add_apis_request.rb +54 -49
- data/kinde_api/lib/kinde_api/models/add_organization_users_request.rb +40 -42
- data/kinde_api/lib/kinde_api/models/add_organization_users_request_users_inner.rb +53 -51
- data/kinde_api/lib/kinde_api/models/add_organization_users_response.rb +52 -50
- data/kinde_api/lib/kinde_api/models/add_role_scope_request.rb +225 -0
- data/kinde_api/lib/kinde_api/models/add_role_scope_response.rb +230 -0
- data/kinde_api/lib/kinde_api/models/api_result.rb +38 -40
- data/kinde_api/lib/kinde_api/models/applications.rb +55 -50
- data/kinde_api/lib/kinde_api/models/authorize_app_api_response.rb +250 -0
- data/kinde_api/lib/kinde_api/models/category.rb +228 -0
- data/kinde_api/lib/kinde_api/models/connected_apps_access_token.rb +44 -45
- data/kinde_api/lib/kinde_api/models/connected_apps_auth_url.rb +44 -45
- data/kinde_api/lib/kinde_api/models/connection.rb +239 -0
- data/kinde_api/lib/kinde_api/models/connection_connection.rb +246 -0
- data/kinde_api/lib/kinde_api/models/create_api_scopes_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/create_api_scopes_response_scope.rb +220 -0
- data/kinde_api/lib/kinde_api/models/create_apis_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/create_apis_response_api.rb +220 -0
- data/kinde_api/lib/kinde_api/models/create_application_request.rb +60 -52
- data/kinde_api/lib/kinde_api/models/create_application_response.rb +50 -49
- data/kinde_api/lib/kinde_api/models/create_application_response_application.rb +51 -50
- data/kinde_api/lib/kinde_api/models/create_billing_agreement_request.rb +260 -0
- data/kinde_api/lib/kinde_api/models/create_category_request.rb +274 -0
- data/kinde_api/lib/kinde_api/models/create_category_response.rb +237 -0
- data/kinde_api/lib/kinde_api/models/create_category_response_category.rb +220 -0
- data/kinde_api/lib/kinde_api/models/create_connection_request.rb +306 -0
- data/kinde_api/lib/kinde_api/models/create_connection_request_options.rb +106 -0
- data/kinde_api/lib/kinde_api/models/create_connection_request_options_one_of.rb +241 -0
- data/kinde_api/lib/kinde_api/models/create_connection_request_options_one_of1.rb +303 -0
- data/kinde_api/lib/kinde_api/models/create_connection_request_options_one_of2.rb +333 -0
- data/kinde_api/lib/kinde_api/models/create_connection_response.rb +237 -0
- data/kinde_api/lib/kinde_api/models/create_connection_response_connection.rb +220 -0
- data/kinde_api/lib/kinde_api/models/create_environment_variable_request.rb +250 -0
- data/kinde_api/lib/kinde_api/models/create_environment_variable_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/create_environment_variable_response_environment_variable.rb +220 -0
- data/kinde_api/lib/kinde_api/models/create_feature_flag_request.rb +87 -77
- data/kinde_api/lib/kinde_api/models/create_identity_response.rb +237 -0
- data/kinde_api/lib/kinde_api/models/create_identity_response_identity.rb +220 -0
- data/kinde_api/lib/kinde_api/models/create_meter_usage_record_request.rb +309 -0
- data/kinde_api/lib/kinde_api/models/create_meter_usage_record_response.rb +230 -0
- data/kinde_api/lib/kinde_api/models/create_organization_request.rb +175 -100
- data/kinde_api/lib/kinde_api/models/create_organization_response.rb +57 -50
- data/kinde_api/lib/kinde_api/models/create_organization_response_organization.rb +49 -42
- data/kinde_api/lib/kinde_api/models/create_organization_user_permission_request.rb +38 -41
- data/kinde_api/lib/kinde_api/models/create_organization_user_role_request.rb +38 -41
- data/kinde_api/lib/kinde_api/models/create_permission_request.rb +50 -49
- data/kinde_api/lib/kinde_api/models/create_property_request.rb +356 -0
- data/kinde_api/lib/kinde_api/models/create_property_response.rb +237 -0
- data/kinde_api/lib/kinde_api/models/create_property_response_property.rb +220 -0
- data/kinde_api/lib/kinde_api/models/create_role_request.rb +56 -53
- data/kinde_api/lib/kinde_api/models/create_roles_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/create_roles_response_role.rb +220 -0
- data/kinde_api/lib/kinde_api/models/create_subscriber_success_response.rb +38 -41
- data/kinde_api/lib/kinde_api/models/create_subscriber_success_response_subscriber.rb +38 -41
- data/kinde_api/lib/kinde_api/models/create_user_identity_request.rb +284 -0
- data/kinde_api/lib/kinde_api/models/create_user_request.rb +62 -50
- data/kinde_api/lib/kinde_api/models/create_user_request_identities_inner.rb +60 -52
- data/kinde_api/lib/kinde_api/models/create_user_request_identities_inner_details.rb +67 -40
- data/kinde_api/lib/kinde_api/models/create_user_request_profile.rb +54 -45
- data/kinde_api/lib/kinde_api/models/create_user_response.rb +53 -51
- data/kinde_api/lib/kinde_api/models/create_web_hook_request.rb +268 -0
- data/kinde_api/lib/kinde_api/models/create_webhook_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/create_webhook_response_webhook.rb +228 -0
- data/kinde_api/lib/kinde_api/models/delete_api_response.rb +228 -0
- data/kinde_api/lib/kinde_api/models/delete_environment_variable_response.rb +230 -0
- data/kinde_api/lib/kinde_api/models/delete_role_scope_response.rb +230 -0
- data/kinde_api/lib/kinde_api/models/delete_webhook_response.rb +230 -0
- data/kinde_api/lib/kinde_api/models/environment_variable.rb +261 -0
- data/kinde_api/lib/kinde_api/models/error.rb +44 -44
- data/kinde_api/lib/kinde_api/models/error_response.rb +40 -42
- data/kinde_api/lib/kinde_api/models/event_type.rb +255 -0
- data/kinde_api/lib/kinde_api/models/get_api_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/get_api_response_api.rb +272 -0
- data/kinde_api/lib/kinde_api/models/get_api_response_api_applications_inner.rb +285 -0
- data/kinde_api/lib/kinde_api/models/get_api_response_api_scopes_inner.rb +230 -0
- data/kinde_api/lib/kinde_api/models/get_api_scope_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/get_api_scopes_response.rb +241 -0
- data/kinde_api/lib/kinde_api/models/get_api_scopes_response_scopes_inner.rb +240 -0
- data/kinde_api/lib/kinde_api/models/get_apis_response.rb +251 -0
- data/kinde_api/lib/kinde_api/models/get_apis_response_apis_inner.rb +261 -0
- data/kinde_api/lib/kinde_api/models/get_apis_response_apis_inner_scopes_inner.rb +228 -0
- data/kinde_api/lib/kinde_api/models/get_application_response.rb +50 -49
- data/kinde_api/lib/kinde_api/models/get_application_response_application.rb +126 -57
- data/kinde_api/lib/kinde_api/models/get_applications_response.rb +57 -54
- data/kinde_api/lib/kinde_api/models/get_billing_agreements_response.rb +252 -0
- data/kinde_api/lib/kinde_api/models/get_billing_agreements_response_agreements_inner.rb +262 -0
- data/kinde_api/lib/kinde_api/models/get_billing_agreements_response_agreements_inner_entitlements_inner.rb +230 -0
- data/kinde_api/lib/kinde_api/models/get_billing_entitlements_response.rb +264 -0
- data/kinde_api/lib/kinde_api/models/get_billing_entitlements_response_entitlements_inner.rb +290 -0
- data/kinde_api/lib/kinde_api/models/get_billing_entitlements_response_plans_inner.rb +229 -0
- data/kinde_api/lib/kinde_api/models/get_business_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/get_business_response_business.rb +326 -0
- data/kinde_api/lib/kinde_api/models/get_categories_response.rb +251 -0
- data/kinde_api/lib/kinde_api/models/get_connections_response.rb +251 -0
- data/kinde_api/lib/kinde_api/models/get_environment_feature_flags_response.rb +57 -54
- data/kinde_api/lib/kinde_api/models/get_environment_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/get_environment_response_environment.rb +526 -0
- data/kinde_api/lib/kinde_api/models/get_environment_response_environment_background_color.rb +237 -0
- data/kinde_api/lib/kinde_api/models/get_environment_response_environment_link_color.rb +237 -0
- data/kinde_api/lib/kinde_api/models/get_environment_variable_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/get_environment_variables_response.rb +251 -0
- data/kinde_api/lib/kinde_api/models/get_event_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/get_event_response_event.rb +257 -0
- data/kinde_api/lib/kinde_api/models/get_event_types_response.rb +241 -0
- data/kinde_api/lib/kinde_api/models/get_identities_response.rb +251 -0
- data/kinde_api/lib/kinde_api/models/get_industries_response.rb +241 -0
- data/kinde_api/lib/kinde_api/models/get_industries_response_industries_inner.rb +230 -0
- data/kinde_api/lib/kinde_api/models/get_organization_feature_flags_response.rb +52 -50
- data/kinde_api/lib/kinde_api/models/get_organization_feature_flags_response_feature_flags_value.rb +52 -52
- data/kinde_api/lib/kinde_api/models/get_organization_response.rb +547 -0
- data/kinde_api/lib/kinde_api/models/get_organization_response_billing.rb +232 -0
- data/kinde_api/lib/kinde_api/models/get_organization_response_billing_agreements_inner.rb +230 -0
- data/kinde_api/lib/kinde_api/models/get_organization_users_response.rb +57 -54
- data/kinde_api/lib/kinde_api/models/get_organizations_response.rb +57 -54
- data/kinde_api/lib/kinde_api/models/get_organizations_user_permissions_response.rb +52 -50
- data/kinde_api/lib/kinde_api/models/get_organizations_user_roles_response.rb +57 -54
- data/kinde_api/lib/kinde_api/models/get_permissions_response.rb +57 -54
- data/kinde_api/lib/kinde_api/models/get_properties_response.rb +251 -0
- data/kinde_api/lib/kinde_api/models/get_property_values_response.rb +251 -0
- data/kinde_api/lib/kinde_api/models/get_redirect_callback_urls_response.rb +40 -42
- data/kinde_api/lib/kinde_api/models/get_role_response.rb +239 -0
- data/kinde_api/lib/kinde_api/models/get_role_response_role.rb +260 -0
- data/kinde_api/lib/kinde_api/models/get_roles_response.rb +57 -54
- data/kinde_api/lib/kinde_api/models/get_subscriber_response.rb +52 -50
- data/kinde_api/lib/kinde_api/models/get_subscribers_response.rb +57 -54
- data/kinde_api/lib/kinde_api/models/get_timezones_response.rb +241 -0
- data/kinde_api/lib/kinde_api/models/get_timezones_response_timezones_inner.rb +230 -0
- data/kinde_api/lib/kinde_api/models/get_user_mfa_response.rb +237 -0
- data/kinde_api/lib/kinde_api/models/get_user_mfa_response_mfa.rb +280 -0
- data/kinde_api/lib/kinde_api/models/get_user_sessions_response.rb +248 -0
- data/kinde_api/lib/kinde_api/models/get_user_sessions_response_sessions_inner.rb +331 -0
- data/kinde_api/lib/kinde_api/models/get_webhooks_response.rb +241 -0
- data/kinde_api/lib/kinde_api/models/identity.rb +300 -0
- data/kinde_api/lib/kinde_api/models/logout_redirect_urls.rb +60 -42
- data/kinde_api/lib/kinde_api/models/not_found_response.rb +219 -0
- data/kinde_api/lib/kinde_api/models/not_found_response_errors.rb +228 -0
- data/kinde_api/lib/kinde_api/models/organization_item_schema.rb +272 -0
- data/kinde_api/lib/kinde_api/models/organization_user.rb +122 -62
- data/kinde_api/lib/kinde_api/models/organization_user_permission.rb +73 -59
- data/kinde_api/lib/kinde_api/models/organization_user_permission_roles_inner.rb +47 -46
- data/kinde_api/lib/kinde_api/models/organization_user_role.rb +55 -50
- data/kinde_api/lib/kinde_api/models/organization_user_role_permissions.rb +55 -50
- data/kinde_api/lib/kinde_api/models/organization_user_role_permissions_permissions.rb +38 -41
- data/kinde_api/lib/kinde_api/models/permissions.rb +57 -54
- data/kinde_api/lib/kinde_api/models/property.rb +264 -0
- data/kinde_api/lib/kinde_api/models/property_value.rb +257 -0
- data/kinde_api/lib/kinde_api/models/read_env_logo_response.rb +242 -0
- data/kinde_api/lib/kinde_api/models/read_env_logo_response_logos_inner.rb +230 -0
- data/kinde_api/lib/kinde_api/models/read_logo_response.rb +242 -0
- data/kinde_api/lib/kinde_api/models/read_logo_response_logos_inner.rb +240 -0
- data/kinde_api/lib/kinde_api/models/redirect_callback_urls.rb +40 -42
- data/kinde_api/lib/kinde_api/models/replace_connection_request.rb +251 -0
- data/kinde_api/lib/kinde_api/models/replace_connection_request_options.rb +106 -0
- data/kinde_api/lib/kinde_api/models/replace_connection_request_options_one_of.rb +293 -0
- data/kinde_api/lib/kinde_api/models/replace_connection_request_options_one_of1.rb +313 -0
- data/kinde_api/lib/kinde_api/models/replace_logout_redirect_urls_request.rb +40 -42
- data/kinde_api/lib/kinde_api/models/replace_mfa_request.rb +276 -0
- data/kinde_api/lib/kinde_api/models/replace_organization_mfa_request.rb +249 -0
- data/kinde_api/lib/kinde_api/models/replace_redirect_callback_urls_request.rb +40 -42
- data/kinde_api/lib/kinde_api/models/role.rb +63 -53
- data/kinde_api/lib/kinde_api/models/role_permissions_response.rb +251 -0
- data/kinde_api/lib/kinde_api/models/role_scopes_response.rb +241 -0
- data/kinde_api/lib/kinde_api/models/roles.rb +68 -53
- data/kinde_api/lib/kinde_api/models/scopes.rb +250 -0
- data/kinde_api/lib/kinde_api/models/search_users_response.rb +241 -0
- data/kinde_api/lib/kinde_api/models/search_users_response_results_inner.rb +374 -0
- data/kinde_api/lib/kinde_api/models/set_user_password_request.rb +311 -0
- data/kinde_api/lib/kinde_api/models/subscriber.rb +63 -54
- data/kinde_api/lib/kinde_api/models/subscribers_subscriber.rb +71 -58
- data/kinde_api/lib/kinde_api/models/success_response.rb +47 -46
- data/kinde_api/lib/kinde_api/models/token_error_response.rb +44 -45
- data/kinde_api/lib/kinde_api/models/token_introspect.rb +63 -58
- data/kinde_api/lib/kinde_api/models/update_api_applications_request.rb +42 -44
- data/kinde_api/lib/kinde_api/models/update_api_applications_request_applications_inner.rb +48 -49
- data/kinde_api/lib/kinde_api/models/update_api_scope_request.rb +220 -0
- data/kinde_api/lib/kinde_api/models/update_application_request.rb +78 -54
- data/kinde_api/lib/kinde_api/models/update_application_tokens_request.rb +260 -0
- data/kinde_api/lib/kinde_api/models/update_applications_property_request.rb +224 -0
- data/kinde_api/lib/kinde_api/models/update_applications_property_request_value.rb +106 -0
- data/kinde_api/lib/kinde_api/models/update_business_request.rb +320 -0
- data/kinde_api/lib/kinde_api/models/update_category_request.rb +220 -0
- data/kinde_api/lib/kinde_api/models/update_connection_request.rb +251 -0
- data/kinde_api/lib/kinde_api/models/update_environement_feature_flag_override_request.rb +40 -43
- data/kinde_api/lib/kinde_api/models/update_environment_variable_request.rb +240 -0
- data/kinde_api/lib/kinde_api/models/update_environment_variable_response.rb +230 -0
- data/kinde_api/lib/kinde_api/models/update_identity_request.rb +220 -0
- data/kinde_api/lib/kinde_api/models/update_organization_properties_request.rb +225 -0
- data/kinde_api/lib/kinde_api/models/update_organization_request.rb +209 -91
- data/kinde_api/lib/kinde_api/models/update_organization_sessions_request.rb +284 -0
- data/kinde_api/lib/kinde_api/models/update_organization_users_request.rb +40 -42
- data/kinde_api/lib/kinde_api/models/update_organization_users_request_users_inner.rb +59 -55
- data/kinde_api/lib/kinde_api/models/update_organization_users_response.rb +76 -57
- data/kinde_api/lib/kinde_api/models/update_property_request.rb +265 -0
- data/kinde_api/lib/kinde_api/models/update_role_permissions_request.rb +40 -42
- data/kinde_api/lib/kinde_api/models/update_role_permissions_request_permissions_inner.rb +44 -45
- data/kinde_api/lib/kinde_api/models/update_role_permissions_response.rb +66 -56
- data/kinde_api/lib/kinde_api/models/update_roles_request.rb +61 -56
- data/kinde_api/lib/kinde_api/models/update_user_request.rb +75 -52
- data/kinde_api/lib/kinde_api/models/update_user_response.rb +75 -67
- data/kinde_api/lib/kinde_api/models/update_web_hook_request.rb +243 -0
- data/kinde_api/lib/kinde_api/models/update_webhook_response.rb +237 -0
- data/kinde_api/lib/kinde_api/models/update_webhook_response_webhook.rb +219 -0
- data/kinde_api/lib/kinde_api/models/user.rb +138 -97
- data/kinde_api/lib/kinde_api/models/user_identities_inner.rb +47 -46
- data/kinde_api/lib/kinde_api/models/user_identity.rb +44 -45
- data/kinde_api/lib/kinde_api/models/user_identity_result.rb +38 -41
- data/kinde_api/lib/kinde_api/models/user_profile_v2.rb +113 -79
- data/kinde_api/lib/kinde_api/models/users_response.rb +57 -54
- data/kinde_api/lib/kinde_api/models/users_response_users_inner.rb +138 -98
- data/kinde_api/lib/kinde_api/models/webhook.rb +267 -0
- data/kinde_api/lib/kinde_api/version.rb +12 -12
- data/kinde_api/lib/kinde_api.rb +160 -36
- data/kinde_api/spec/api/billing_agreements_api_spec.rb +62 -0
- data/kinde_api/spec/api/billing_entitlements_api_spec.rb +52 -0
- data/kinde_api/spec/api/billing_meter_usage_api_spec.rb +47 -0
- data/kinde_api/spec/api/connections_api_spec.rb +112 -0
- data/kinde_api/spec/api/environment_variables_api_spec.rb +95 -0
- data/kinde_api/spec/api/identities_api_spec.rb +72 -0
- data/kinde_api/spec/api/mfa_api_spec.rb +47 -0
- data/kinde_api/spec/api/properties_api_spec.rb +87 -0
- data/kinde_api/spec/api/property_categories_api_spec.rb +75 -0
- data/kinde_api/spec/api/search_api_spec.rb +52 -0
- data/kinde_api/spec/api/webhooks_api_spec.rb +106 -0
- data/kinde_api/spec/api_client_spec.rb +27 -21
- data/kinde_api/spec/configuration_spec.rb +14 -14
- data/kinde_api/spec/models/add_api_scope_request_spec.rb +40 -0
- data/kinde_api/spec/models/add_role_scope_request_spec.rb +34 -0
- data/kinde_api/spec/models/add_role_scope_response_spec.rb +40 -0
- data/kinde_api/spec/models/authorize_app_api_response_spec.rb +52 -0
- data/kinde_api/spec/models/category_spec.rb +40 -0
- data/kinde_api/spec/models/connection_connection_spec.rb +52 -0
- data/kinde_api/spec/models/connection_spec.rb +46 -0
- data/kinde_api/spec/models/create_api_scopes_response_scope_spec.rb +34 -0
- data/kinde_api/spec/models/create_api_scopes_response_spec.rb +46 -0
- data/kinde_api/spec/models/create_apis_response_api_spec.rb +34 -0
- data/kinde_api/spec/models/create_apis_response_spec.rb +46 -0
- data/kinde_api/spec/models/create_billing_agreement_request_spec.rb +52 -0
- data/kinde_api/spec/models/create_category_request_spec.rb +44 -0
- data/kinde_api/spec/models/create_category_response_category_spec.rb +34 -0
- data/kinde_api/spec/models/create_category_response_spec.rb +46 -0
- data/kinde_api/spec/models/create_connection_request_options_one_of1_spec.rb +82 -0
- data/kinde_api/spec/models/create_connection_request_options_one_of2_spec.rb +100 -0
- data/kinde_api/spec/models/create_connection_request_options_one_of_spec.rb +46 -0
- data/kinde_api/spec/models/create_connection_request_options_spec.rb +31 -0
- data/kinde_api/spec/models/create_connection_request_spec.rb +68 -0
- data/kinde_api/spec/models/create_connection_response_connection_spec.rb +34 -0
- data/kinde_api/spec/models/create_connection_response_spec.rb +46 -0
- data/kinde_api/spec/models/create_environment_variable_request_spec.rb +46 -0
- data/kinde_api/spec/models/create_environment_variable_response_environment_variable_spec.rb +34 -0
- data/kinde_api/spec/models/create_environment_variable_response_spec.rb +46 -0
- data/kinde_api/spec/models/create_identity_response_identity_spec.rb +34 -0
- data/kinde_api/spec/models/create_identity_response_spec.rb +46 -0
- data/kinde_api/spec/models/create_meter_usage_record_request_spec.rb +62 -0
- data/kinde_api/spec/models/create_meter_usage_record_response_spec.rb +40 -0
- data/kinde_api/spec/models/create_property_request_spec.rb +78 -0
- data/kinde_api/spec/models/create_property_response_property_spec.rb +34 -0
- data/kinde_api/spec/models/create_property_response_spec.rb +46 -0
- data/kinde_api/spec/models/create_roles_response_role_spec.rb +34 -0
- data/kinde_api/spec/models/create_roles_response_spec.rb +46 -0
- data/kinde_api/spec/models/create_user_identity_request_spec.rb +56 -0
- data/kinde_api/spec/models/create_web_hook_request_spec.rb +52 -0
- data/kinde_api/spec/models/create_webhook_response_spec.rb +46 -0
- data/kinde_api/spec/models/create_webhook_response_webhook_spec.rb +40 -0
- data/kinde_api/spec/models/delete_api_response_spec.rb +40 -0
- data/kinde_api/spec/models/delete_environment_variable_response_spec.rb +40 -0
- data/kinde_api/spec/models/delete_role_scope_response_spec.rb +40 -0
- data/kinde_api/spec/models/delete_webhook_response_spec.rb +40 -0
- data/kinde_api/spec/models/environment_variable_spec.rb +58 -0
- data/kinde_api/spec/models/event_type_spec.rb +58 -0
- data/kinde_api/spec/models/get_api_response_api_applications_inner_spec.rb +56 -0
- data/kinde_api/spec/models/get_api_response_api_scopes_inner_spec.rb +40 -0
- data/kinde_api/spec/models/get_api_response_api_spec.rb +64 -0
- data/kinde_api/spec/models/get_api_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_api_scope_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_api_scopes_response_scopes_inner_spec.rb +46 -0
- data/kinde_api/spec/models/get_api_scopes_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_apis_response_apis_inner_scopes_inner_spec.rb +40 -0
- data/kinde_api/spec/models/get_apis_response_apis_inner_spec.rb +58 -0
- data/kinde_api/spec/models/get_apis_response_spec.rb +52 -0
- data/kinde_api/spec/models/get_billing_agreements_response_agreements_inner_entitlements_inner_spec.rb +40 -0
- data/kinde_api/spec/models/get_billing_agreements_response_agreements_inner_spec.rb +58 -0
- data/kinde_api/spec/models/get_billing_agreements_response_spec.rb +52 -0
- data/kinde_api/spec/models/get_billing_entitlements_response_entitlements_inner_spec.rb +76 -0
- data/kinde_api/spec/models/get_billing_entitlements_response_plans_inner_spec.rb +40 -0
- data/kinde_api/spec/models/get_billing_entitlements_response_spec.rb +58 -0
- data/kinde_api/spec/models/get_business_response_business_spec.rb +94 -0
- data/kinde_api/spec/models/get_business_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_categories_response_spec.rb +52 -0
- data/kinde_api/spec/models/get_connections_response_spec.rb +52 -0
- data/kinde_api/spec/models/get_environment_response_environment_background_color_spec.rb +46 -0
- data/kinde_api/spec/models/get_environment_response_environment_link_color_spec.rb +46 -0
- data/kinde_api/spec/models/get_environment_response_environment_spec.rb +192 -0
- data/kinde_api/spec/models/get_environment_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_environment_variable_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_environment_variables_response_spec.rb +52 -0
- data/kinde_api/spec/models/get_event_response_event_spec.rb +58 -0
- data/kinde_api/spec/models/get_event_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_event_types_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_identities_response_spec.rb +52 -0
- data/kinde_api/spec/models/get_industries_response_industries_inner_spec.rb +40 -0
- data/kinde_api/spec/models/get_industries_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_organization_response_billing_agreements_inner_spec.rb +40 -0
- data/kinde_api/spec/models/get_organization_response_billing_spec.rb +40 -0
- data/kinde_api/spec/models/get_organization_response_spec.rb +204 -0
- data/kinde_api/spec/models/get_properties_response_spec.rb +52 -0
- data/kinde_api/spec/models/get_property_values_response_spec.rb +52 -0
- data/kinde_api/spec/models/get_role_response_role_spec.rb +58 -0
- data/kinde_api/spec/models/get_role_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_timezones_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_timezones_response_timezones_inner_spec.rb +40 -0
- data/kinde_api/spec/models/get_user_mfa_response_mfa_spec.rb +70 -0
- data/kinde_api/spec/models/get_user_mfa_response_spec.rb +46 -0
- data/kinde_api/spec/models/get_user_sessions_response_sessions_inner_spec.rb +100 -0
- data/kinde_api/spec/models/get_user_sessions_response_spec.rb +52 -0
- data/kinde_api/spec/models/get_webhooks_response_spec.rb +46 -0
- data/kinde_api/spec/models/identity_spec.rb +82 -0
- data/kinde_api/spec/models/not_found_response_errors_spec.rb +40 -0
- data/kinde_api/spec/models/not_found_response_spec.rb +34 -0
- data/kinde_api/spec/models/organization_item_schema_spec.rb +64 -0
- data/kinde_api/spec/models/property_spec.rb +64 -0
- data/kinde_api/spec/models/property_value_spec.rb +58 -0
- data/kinde_api/spec/models/read_env_logo_response_logos_inner_spec.rb +40 -0
- data/kinde_api/spec/models/read_env_logo_response_spec.rb +46 -0
- data/kinde_api/spec/models/read_logo_response_logos_inner_spec.rb +46 -0
- data/kinde_api/spec/models/read_logo_response_spec.rb +46 -0
- data/kinde_api/spec/models/replace_connection_request_options_one_of1_spec.rb +88 -0
- data/kinde_api/spec/models/replace_connection_request_options_one_of_spec.rb +76 -0
- data/kinde_api/spec/models/replace_connection_request_options_spec.rb +31 -0
- data/kinde_api/spec/models/replace_connection_request_spec.rb +52 -0
- data/kinde_api/spec/models/replace_mfa_request_spec.rb +48 -0
- data/kinde_api/spec/models/replace_organization_mfa_request_spec.rb +38 -0
- data/kinde_api/spec/models/role_permissions_response_spec.rb +52 -0
- data/kinde_api/spec/models/role_scopes_response_spec.rb +46 -0
- data/kinde_api/spec/models/scopes_spec.rb +52 -0
- data/kinde_api/spec/models/search_users_response_results_inner_spec.rb +118 -0
- data/kinde_api/spec/models/search_users_response_spec.rb +46 -0
- data/kinde_api/spec/models/set_user_password_request_spec.rb +66 -0
- data/kinde_api/spec/models/update_api_scope_request_spec.rb +34 -0
- data/kinde_api/spec/models/update_application_tokens_request_spec.rb +58 -0
- data/kinde_api/spec/models/update_applications_property_request_spec.rb +34 -0
- data/kinde_api/spec/models/update_applications_property_request_value_spec.rb +31 -0
- data/kinde_api/spec/models/update_business_request_spec.rb +88 -0
- data/kinde_api/spec/models/update_category_request_spec.rb +34 -0
- data/kinde_api/spec/models/update_connection_request_spec.rb +52 -0
- data/kinde_api/spec/models/update_environment_variable_request_spec.rb +46 -0
- data/kinde_api/spec/models/update_environment_variable_response_spec.rb +40 -0
- data/kinde_api/spec/models/update_identity_request_spec.rb +34 -0
- data/kinde_api/spec/models/update_organization_properties_request_spec.rb +34 -0
- data/kinde_api/spec/models/update_organization_sessions_request_spec.rb +56 -0
- data/kinde_api/spec/models/update_property_request_spec.rb +52 -0
- data/kinde_api/spec/models/update_web_hook_request_spec.rb +46 -0
- data/kinde_api/spec/models/update_webhook_response_spec.rb +46 -0
- data/kinde_api/spec/models/update_webhook_response_webhook_spec.rb +34 -0
- data/kinde_api/spec/models/webhook_spec.rb +64 -0
- data/kinde_api/spec/spec_helper.rb +63 -62
- data/lib/kinde_sdk/client.rb +54 -0
- data/lib/kinde_sdk/version.rb +1 -1
- data/lib/kinde_sdk.rb +7 -4
- metadata +565 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e09a644031cc5915d99166b84fc7d9cd59657fbe2991faa4a93697c51f39978a
|
4
|
+
data.tar.gz: 30a74f7a9cc11d9c7eebf827eb4db4db9c904ce47ca3d5db6cefaecd6d438d3d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: caa067305857d9904758f66c5cb522b9e4f104258686431fe846f968623c93eb6dda2c1c2fd8ccb0281d052e7e528d6f48d64aa5ea4fadb11c26b6abbb1c259a
|
7
|
+
data.tar.gz: 7f459347afb2493a4a722f8a6d249906d95994008d9f89e6475e6a673929f09cf15414c4fb41644d478898f1ca6aef408805741921aa9ae4dc298c20f45f45e8
|
@@ -203,6 +203,7 @@ module KindeSdk
|
|
203
203
|
# @param error [Exception] The exception that occurred
|
204
204
|
# @return [void]
|
205
205
|
def handle_error(message, error)
|
206
|
+
Rails.logger.error("Error: #{error.message}")
|
206
207
|
redirect_with_error(message)
|
207
208
|
end
|
208
209
|
|
@@ -210,6 +211,7 @@ module KindeSdk
|
|
210
211
|
# @param message [String] The error message
|
211
212
|
# @return [void]
|
212
213
|
def redirect_with_error(message)
|
214
|
+
Rails.logger.error("Redirecting with error: #{message}")
|
213
215
|
redirect_to "/", alert: message
|
214
216
|
end
|
215
217
|
end
|
data/app/helpers/auth_helper.rb
CHANGED
@@ -15,16 +15,16 @@ module AuthHelper
|
|
15
15
|
|
16
16
|
# Get and store minimal user info
|
17
17
|
client = KindeSdk.client(tokens)
|
18
|
-
user_info = client.oauth.
|
18
|
+
user_info = client.oauth.get_user_profile_v2.to_hash
|
19
19
|
|
20
20
|
# Validate user info before storing
|
21
21
|
raise ArgumentError, "Invalid user info received" unless user_info[:id].present?
|
22
22
|
|
23
23
|
session[:kinde_user] = {
|
24
24
|
id: user_info[:id],
|
25
|
-
email: user_info[:
|
26
|
-
first_name: user_info[:
|
27
|
-
last_name: user_info[:
|
25
|
+
email: user_info[:email],
|
26
|
+
first_name: user_info[:given_name],
|
27
|
+
last_name: user_info[:family_name]
|
28
28
|
}
|
29
29
|
end
|
30
30
|
|
data/kinde_api/Gemfile
ADDED
data/kinde_api/README.md
CHANGED
@@ -1,5 +1,70 @@
|
|
1
|
+
# kinde_api
|
2
|
+
|
3
|
+
KindeApi - the Ruby gem for the Kinde Management API
|
4
|
+
|
5
|
+
|
6
|
+
Provides endpoints to manage your Kinde Businesses.
|
7
|
+
|
8
|
+
## Intro
|
9
|
+
|
10
|
+
## How to use
|
11
|
+
|
12
|
+
1. [Set up and authorize a machine-to-machine (M2M) application](https://docs.kinde.com/developer-tools/kinde-api/connect-to-kinde-api/).
|
13
|
+
|
14
|
+
2. [Generate a test access token](https://docs.kinde.com/developer-tools/kinde-api/access-token-for-api/)
|
15
|
+
|
16
|
+
3. Test request any endpoint using the test token
|
17
|
+
|
18
|
+
|
19
|
+
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
20
|
+
|
21
|
+
- API version: 1
|
22
|
+
- Package version: 1.6.3
|
23
|
+
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
24
|
+
For more information, please visit [https://docs.kinde.com](https://docs.kinde.com)
|
25
|
+
|
26
|
+
## Installation
|
27
|
+
|
28
|
+
### Build a gem
|
29
|
+
|
30
|
+
To build the Ruby code into a gem:
|
31
|
+
|
32
|
+
```shell
|
33
|
+
gem build kinde_api.gemspec
|
34
|
+
```
|
35
|
+
|
36
|
+
Then either install the gem locally:
|
37
|
+
|
38
|
+
```shell
|
39
|
+
gem install ./kinde_api-1.6.3.gem
|
40
|
+
```
|
41
|
+
|
42
|
+
(for development, run `gem install --dev ./kinde_api-1.6.3.gem` to install the development dependencies)
|
43
|
+
|
44
|
+
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
45
|
+
|
46
|
+
Finally add this to the Gemfile:
|
47
|
+
|
48
|
+
gem 'kinde_api', '~> 1.6.3'
|
49
|
+
|
50
|
+
### Install from Git
|
51
|
+
|
52
|
+
If the Ruby gem is hosted at a git repository: https://github.com/GIT_USER_ID/GIT_REPO_ID, then add the following in the Gemfile:
|
53
|
+
|
54
|
+
gem 'kinde_api', :git => 'https://github.com/GIT_USER_ID/GIT_REPO_ID.git'
|
55
|
+
|
56
|
+
### Include the Ruby code directly
|
57
|
+
|
58
|
+
Include the Ruby code directly using `-I` as follows:
|
59
|
+
|
60
|
+
```shell
|
61
|
+
ruby -Ilib script.rb
|
62
|
+
```
|
63
|
+
|
1
64
|
## Getting Started
|
2
65
|
|
66
|
+
Please follow the [installation](#installation) procedure and then run the following code:
|
67
|
+
|
3
68
|
```ruby
|
4
69
|
# Load the gem
|
5
70
|
require 'kinde_api'
|
@@ -13,152 +78,324 @@ KindeApi.configure do |config|
|
|
13
78
|
end
|
14
79
|
|
15
80
|
api_instance = KindeApi::APIsApi.new
|
16
|
-
|
81
|
+
api_id = '838f208d006a482dbd8cdb79a9889f68' # String | API ID
|
82
|
+
application_id = '7643b487c97545aab79257fd13a1085a' # String | Application ID
|
83
|
+
scope_id = 'api_scope_019391daf58d87d8a7213419c016ac95' # String | Scope ID
|
17
84
|
|
18
85
|
begin
|
19
|
-
#Add
|
20
|
-
|
21
|
-
p result
|
86
|
+
#Add scope to API application
|
87
|
+
api_instance.add_api_application_scope(api_id, application_id, scope_id)
|
22
88
|
rescue KindeApi::ApiError => e
|
23
|
-
puts "Exception when calling APIsApi->
|
89
|
+
puts "Exception when calling APIsApi->add_api_application_scope: #{e}"
|
24
90
|
end
|
25
91
|
|
26
92
|
```
|
27
93
|
|
28
94
|
## Documentation for API Endpoints
|
29
95
|
|
30
|
-
All URIs are relative to *https://
|
96
|
+
All URIs are relative to *https://your_kinde_subdomain.kinde.com*
|
31
97
|
|
32
98
|
Class | Method | HTTP request | Description
|
33
99
|
------------ | ------------- | ------------- | -------------
|
34
|
-
*KindeApi::APIsApi* | [**
|
100
|
+
*KindeApi::APIsApi* | [**add_api_application_scope**](docs/APIsApi.md#add_api_application_scope) | **POST** /api/v1/apis/{api_id}/applications/{application_id}/scopes/{scope_id} | Add scope to API application
|
101
|
+
*KindeApi::APIsApi* | [**add_api_scope**](docs/APIsApi.md#add_api_scope) | **POST** /api/v1/apis/{api_id}/scopes | Create API scope
|
102
|
+
*KindeApi::APIsApi* | [**add_apis**](docs/APIsApi.md#add_apis) | **POST** /api/v1/apis | Create API
|
35
103
|
*KindeApi::APIsApi* | [**delete_api**](docs/APIsApi.md#delete_api) | **DELETE** /api/v1/apis/{api_id} | Delete API
|
36
|
-
*KindeApi::APIsApi* | [**
|
37
|
-
*KindeApi::APIsApi* | [**
|
38
|
-
*KindeApi::APIsApi* | [**
|
39
|
-
*KindeApi::
|
40
|
-
*KindeApi::
|
41
|
-
*KindeApi::
|
42
|
-
*KindeApi::
|
104
|
+
*KindeApi::APIsApi* | [**delete_api_appliation_scope**](docs/APIsApi.md#delete_api_appliation_scope) | **DELETE** /api/v1/apis/{api_id}/applications/{application_id}/scopes/{scope_id} | Delete API application scope
|
105
|
+
*KindeApi::APIsApi* | [**delete_api_scope**](docs/APIsApi.md#delete_api_scope) | **DELETE** /api/v1/apis/{api_id}/scopes/{scope_id} | Delete API scope
|
106
|
+
*KindeApi::APIsApi* | [**get_api**](docs/APIsApi.md#get_api) | **GET** /api/v1/apis/{api_id} | Get API
|
107
|
+
*KindeApi::APIsApi* | [**get_api_scope**](docs/APIsApi.md#get_api_scope) | **GET** /api/v1/apis/{api_id}/scopes/{scope_id} | Get API scope
|
108
|
+
*KindeApi::APIsApi* | [**get_api_scopes**](docs/APIsApi.md#get_api_scopes) | **GET** /api/v1/apis/{api_id}/scopes | Get API scopes
|
109
|
+
*KindeApi::APIsApi* | [**get_apis**](docs/APIsApi.md#get_apis) | **GET** /api/v1/apis | Get APIs
|
110
|
+
*KindeApi::APIsApi* | [**update_api_applications**](docs/APIsApi.md#update_api_applications) | **PATCH** /api/v1/apis/{api_id}/applications | Authorize API applications
|
111
|
+
*KindeApi::APIsApi* | [**update_api_scope**](docs/APIsApi.md#update_api_scope) | **PATCH** /api/v1/apis/{api_id}/scopes/{scope_id} | Update API scope
|
112
|
+
*KindeApi::ApplicationsApi* | [**create_application**](docs/ApplicationsApi.md#create_application) | **POST** /api/v1/applications | Create application
|
113
|
+
*KindeApi::ApplicationsApi* | [**delete_application**](docs/ApplicationsApi.md#delete_application) | **DELETE** /api/v1/applications/{application_id} | Delete application
|
114
|
+
*KindeApi::ApplicationsApi* | [**enable_connection**](docs/ApplicationsApi.md#enable_connection) | **POST** /api/v1/applications/{application_id}/connections/{connection_id} | Enable connection
|
115
|
+
*KindeApi::ApplicationsApi* | [**get_application**](docs/ApplicationsApi.md#get_application) | **GET** /api/v1/applications/{application_id} | Get application
|
116
|
+
*KindeApi::ApplicationsApi* | [**get_application_connections**](docs/ApplicationsApi.md#get_application_connections) | **GET** /api/v1/applications/{application_id}/connections | Get connections
|
117
|
+
*KindeApi::ApplicationsApi* | [**get_application_property_values**](docs/ApplicationsApi.md#get_application_property_values) | **GET** /api/v1/applications/{application_id}/properties | Get property values
|
118
|
+
*KindeApi::ApplicationsApi* | [**get_applications**](docs/ApplicationsApi.md#get_applications) | **GET** /api/v1/applications | Get applications
|
119
|
+
*KindeApi::ApplicationsApi* | [**remove_connection**](docs/ApplicationsApi.md#remove_connection) | **DELETE** /api/v1/applications/{application_id}/connections/{connection_id} | Remove connection
|
43
120
|
*KindeApi::ApplicationsApi* | [**update_application**](docs/ApplicationsApi.md#update_application) | **PATCH** /api/v1/applications/{application_id} | Update Application
|
44
|
-
*KindeApi::
|
45
|
-
*KindeApi::
|
46
|
-
*KindeApi::
|
121
|
+
*KindeApi::ApplicationsApi* | [**update_application_tokens**](docs/ApplicationsApi.md#update_application_tokens) | **PATCH** /api/v1/applications/{application_id}/tokens | Update application tokens
|
122
|
+
*KindeApi::ApplicationsApi* | [**update_applications_property**](docs/ApplicationsApi.md#update_applications_property) | **PUT** /api/v1/applications/{application_id}/properties/{property_key} | Update property
|
123
|
+
*KindeApi::BillingAgreementsApi* | [**create_billing_agreement**](docs/BillingAgreementsApi.md#create_billing_agreement) | **POST** /api/v1/billing/agreements | Create billing agreement
|
124
|
+
*KindeApi::BillingAgreementsApi* | [**get_billing_agreements**](docs/BillingAgreementsApi.md#get_billing_agreements) | **GET** /api/v1/billing/agreements | Get billing agreements
|
125
|
+
*KindeApi::BillingEntitlementsApi* | [**get_billing_entitlements**](docs/BillingEntitlementsApi.md#get_billing_entitlements) | **GET** /api/v1/billing/entitlements | Get billing entitlements
|
126
|
+
*KindeApi::BillingMeterUsageApi* | [**create_meter_usage_record**](docs/BillingMeterUsageApi.md#create_meter_usage_record) | **POST** /api/v1/billing/meter_usage | Create meter usage record
|
127
|
+
*KindeApi::BusinessApi* | [**get_business**](docs/BusinessApi.md#get_business) | **GET** /api/v1/business | Get business
|
128
|
+
*KindeApi::BusinessApi* | [**update_business**](docs/BusinessApi.md#update_business) | **PATCH** /api/v1/business | Update business
|
129
|
+
*KindeApi::CallbacksApi* | [**add_logout_redirect_urls**](docs/CallbacksApi.md#add_logout_redirect_urls) | **POST** /api/v1/applications/{app_id}/auth_logout_urls | Add logout redirect URLs
|
47
130
|
*KindeApi::CallbacksApi* | [**add_redirect_callback_urls**](docs/CallbacksApi.md#add_redirect_callback_urls) | **POST** /api/v1/applications/{app_id}/auth_redirect_urls | Add Redirect Callback URLs
|
48
131
|
*KindeApi::CallbacksApi* | [**delete_callback_urls**](docs/CallbacksApi.md#delete_callback_urls) | **DELETE** /api/v1/applications/{app_id}/auth_redirect_urls | Delete Callback URLs
|
49
132
|
*KindeApi::CallbacksApi* | [**delete_logout_urls**](docs/CallbacksApi.md#delete_logout_urls) | **DELETE** /api/v1/applications/{app_id}/auth_logout_urls | Delete Logout URLs
|
50
133
|
*KindeApi::CallbacksApi* | [**get_callback_urls**](docs/CallbacksApi.md#get_callback_urls) | **GET** /api/v1/applications/{app_id}/auth_redirect_urls | List Callback URLs
|
51
|
-
*KindeApi::CallbacksApi* | [**get_logout_urls**](docs/CallbacksApi.md#get_logout_urls) | **GET** /api/v1/applications/{app_id}/auth_logout_urls | List
|
52
|
-
*KindeApi::CallbacksApi* | [**replace_logout_redirect_urls**](docs/CallbacksApi.md#replace_logout_redirect_urls) | **PUT** /api/v1/applications/{app_id}/auth_logout_urls | Replace
|
134
|
+
*KindeApi::CallbacksApi* | [**get_logout_urls**](docs/CallbacksApi.md#get_logout_urls) | **GET** /api/v1/applications/{app_id}/auth_logout_urls | List logout URLs
|
135
|
+
*KindeApi::CallbacksApi* | [**replace_logout_redirect_urls**](docs/CallbacksApi.md#replace_logout_redirect_urls) | **PUT** /api/v1/applications/{app_id}/auth_logout_urls | Replace logout redirect URls
|
53
136
|
*KindeApi::CallbacksApi* | [**replace_redirect_callback_urls**](docs/CallbacksApi.md#replace_redirect_callback_urls) | **PUT** /api/v1/applications/{app_id}/auth_redirect_urls | Replace Redirect Callback URLs
|
54
137
|
*KindeApi::ConnectedAppsApi* | [**get_connected_app_auth_url**](docs/ConnectedAppsApi.md#get_connected_app_auth_url) | **GET** /api/v1/connected_apps/auth_url | Get Connected App URL
|
55
138
|
*KindeApi::ConnectedAppsApi* | [**get_connected_app_token**](docs/ConnectedAppsApi.md#get_connected_app_token) | **GET** /api/v1/connected_apps/token | Get Connected App Token
|
56
139
|
*KindeApi::ConnectedAppsApi* | [**revoke_connected_app_token**](docs/ConnectedAppsApi.md#revoke_connected_app_token) | **POST** /api/v1/connected_apps/revoke | Revoke Connected App Token
|
140
|
+
*KindeApi::ConnectionsApi* | [**create_connection**](docs/ConnectionsApi.md#create_connection) | **POST** /api/v1/connections | Create Connection
|
141
|
+
*KindeApi::ConnectionsApi* | [**delete_connection**](docs/ConnectionsApi.md#delete_connection) | **DELETE** /api/v1/connections/{connection_id} | Delete Connection
|
142
|
+
*KindeApi::ConnectionsApi* | [**get_connection**](docs/ConnectionsApi.md#get_connection) | **GET** /api/v1/connections/{connection_id} | Get Connection
|
143
|
+
*KindeApi::ConnectionsApi* | [**get_connections**](docs/ConnectionsApi.md#get_connections) | **GET** /api/v1/connections | Get connections
|
144
|
+
*KindeApi::ConnectionsApi* | [**replace_connection**](docs/ConnectionsApi.md#replace_connection) | **PUT** /api/v1/connections/{connection_id} | Replace Connection
|
145
|
+
*KindeApi::ConnectionsApi* | [**update_connection**](docs/ConnectionsApi.md#update_connection) | **PATCH** /api/v1/connections/{connection_id} | Update Connection
|
146
|
+
*KindeApi::EnvironmentVariablesApi* | [**create_environment_variable**](docs/EnvironmentVariablesApi.md#create_environment_variable) | **POST** /api/v1/environment_variables | Create environment variable
|
147
|
+
*KindeApi::EnvironmentVariablesApi* | [**delete_environment_variable**](docs/EnvironmentVariablesApi.md#delete_environment_variable) | **DELETE** /api/v1/environment_variables/{variable_id} | Delete environment variable
|
148
|
+
*KindeApi::EnvironmentVariablesApi* | [**get_environment_variable**](docs/EnvironmentVariablesApi.md#get_environment_variable) | **GET** /api/v1/environment_variables/{variable_id} | Get environment variable
|
149
|
+
*KindeApi::EnvironmentVariablesApi* | [**get_environment_variables**](docs/EnvironmentVariablesApi.md#get_environment_variables) | **GET** /api/v1/environment_variables | Get environment variables
|
150
|
+
*KindeApi::EnvironmentVariablesApi* | [**update_environment_variable**](docs/EnvironmentVariablesApi.md#update_environment_variable) | **PATCH** /api/v1/environment_variables/{variable_id} | Update environment variable
|
151
|
+
*KindeApi::EnvironmentsApi* | [**add_logo**](docs/EnvironmentsApi.md#add_logo) | **PUT** /api/v1/environment/logos/{type} | Add logo
|
57
152
|
*KindeApi::EnvironmentsApi* | [**delete_environement_feature_flag_override**](docs/EnvironmentsApi.md#delete_environement_feature_flag_override) | **DELETE** /api/v1/environment/feature_flags/{feature_flag_key} | Delete Environment Feature Flag Override
|
58
153
|
*KindeApi::EnvironmentsApi* | [**delete_environement_feature_flag_overrides**](docs/EnvironmentsApi.md#delete_environement_feature_flag_overrides) | **DELETE** /api/v1/environment/feature_flags | Delete Environment Feature Flag Overrides
|
154
|
+
*KindeApi::EnvironmentsApi* | [**delete_logo**](docs/EnvironmentsApi.md#delete_logo) | **DELETE** /api/v1/environment/logos/{type} | Delete logo
|
59
155
|
*KindeApi::EnvironmentsApi* | [**get_environement_feature_flags**](docs/EnvironmentsApi.md#get_environement_feature_flags) | **GET** /api/v1/environment/feature_flags | List Environment Feature Flags
|
156
|
+
*KindeApi::EnvironmentsApi* | [**get_environment**](docs/EnvironmentsApi.md#get_environment) | **GET** /api/v1/environment | Get environment
|
157
|
+
*KindeApi::EnvironmentsApi* | [**read_logo**](docs/EnvironmentsApi.md#read_logo) | **GET** /api/v1/environment/logos | Read logo details
|
60
158
|
*KindeApi::EnvironmentsApi* | [**update_environement_feature_flag_override**](docs/EnvironmentsApi.md#update_environement_feature_flag_override) | **PATCH** /api/v1/environment/feature_flags/{feature_flag_key} | Update Environment Feature Flag Override
|
61
159
|
*KindeApi::FeatureFlagsApi* | [**create_feature_flag**](docs/FeatureFlagsApi.md#create_feature_flag) | **POST** /api/v1/feature_flags | Create Feature Flag
|
62
160
|
*KindeApi::FeatureFlagsApi* | [**delete_feature_flag**](docs/FeatureFlagsApi.md#delete_feature_flag) | **DELETE** /api/v1/feature_flags/{feature_flag_key} | Delete Feature Flag
|
63
161
|
*KindeApi::FeatureFlagsApi* | [**update_feature_flag**](docs/FeatureFlagsApi.md#update_feature_flag) | **PUT** /api/v1/feature_flags/{feature_flag_key} | Replace Feature Flag
|
64
|
-
*KindeApi::
|
65
|
-
*KindeApi::
|
66
|
-
*KindeApi::
|
67
|
-
*KindeApi::
|
162
|
+
*KindeApi::IdentitiesApi* | [**delete_identity**](docs/IdentitiesApi.md#delete_identity) | **DELETE** /api/v1/identities/{identity_id} | Delete identity
|
163
|
+
*KindeApi::IdentitiesApi* | [**get_identity**](docs/IdentitiesApi.md#get_identity) | **GET** /api/v1/identities/{identity_id} | Get identity
|
164
|
+
*KindeApi::IdentitiesApi* | [**update_identity**](docs/IdentitiesApi.md#update_identity) | **PATCH** /api/v1/identities/{identity_id} | Update identity
|
165
|
+
*KindeApi::IndustriesApi* | [**get_industries**](docs/IndustriesApi.md#get_industries) | **GET** /api/v1/industries | Get industries
|
166
|
+
*KindeApi::MFAApi* | [**replace_mfa**](docs/MFAApi.md#replace_mfa) | **PUT** /api/v1/mfa | Replace MFA Configuration
|
167
|
+
*KindeApi::OAuthApi* | [**get_user_profile_v2**](docs/OAuthApi.md#get_user_profile_v2) | **GET** /oauth2/v2/user_profile | Get user profile
|
168
|
+
*KindeApi::OAuthApi* | [**token_introspection**](docs/OAuthApi.md#token_introspection) | **POST** /oauth2/introspect | Introspect
|
68
169
|
*KindeApi::OAuthApi* | [**token_revocation**](docs/OAuthApi.md#token_revocation) | **POST** /oauth2/revoke | Revoke token
|
170
|
+
*KindeApi::OrganizationsApi* | [**add_organization_logo**](docs/OrganizationsApi.md#add_organization_logo) | **POST** /api/v1/organizations/{org_code}/logos/{type} | Add organization logo
|
171
|
+
*KindeApi::OrganizationsApi* | [**add_organization_user_api_scope**](docs/OrganizationsApi.md#add_organization_user_api_scope) | **POST** /api/v1/organizations/{org_code}/users/{user_id}/apis/{api_id}/scopes/{scope_id} | Add scope to organization user api
|
69
172
|
*KindeApi::OrganizationsApi* | [**add_organization_users**](docs/OrganizationsApi.md#add_organization_users) | **POST** /api/v1/organizations/{org_code}/users | Add Organization Users
|
70
|
-
*KindeApi::OrganizationsApi* | [**create_organization**](docs/OrganizationsApi.md#create_organization) | **POST** /api/v1/organization | Create
|
173
|
+
*KindeApi::OrganizationsApi* | [**create_organization**](docs/OrganizationsApi.md#create_organization) | **POST** /api/v1/organization | Create organization
|
71
174
|
*KindeApi::OrganizationsApi* | [**create_organization_user_permission**](docs/OrganizationsApi.md#create_organization_user_permission) | **POST** /api/v1/organizations/{org_code}/users/{user_id}/permissions | Add Organization User Permission
|
72
175
|
*KindeApi::OrganizationsApi* | [**create_organization_user_role**](docs/OrganizationsApi.md#create_organization_user_role) | **POST** /api/v1/organizations/{org_code}/users/{user_id}/roles | Add Organization User Role
|
73
176
|
*KindeApi::OrganizationsApi* | [**delete_organization**](docs/OrganizationsApi.md#delete_organization) | **DELETE** /api/v1/organization/{org_code} | Delete Organization
|
74
177
|
*KindeApi::OrganizationsApi* | [**delete_organization_feature_flag_override**](docs/OrganizationsApi.md#delete_organization_feature_flag_override) | **DELETE** /api/v1/organizations/{org_code}/feature_flags/{feature_flag_key} | Delete Organization Feature Flag Override
|
75
178
|
*KindeApi::OrganizationsApi* | [**delete_organization_feature_flag_overrides**](docs/OrganizationsApi.md#delete_organization_feature_flag_overrides) | **DELETE** /api/v1/organizations/{org_code}/feature_flags | Delete Organization Feature Flag Overrides
|
179
|
+
*KindeApi::OrganizationsApi* | [**delete_organization_handle**](docs/OrganizationsApi.md#delete_organization_handle) | **DELETE** /api/v1/organization/{org_code}/handle | Delete organization handle
|
180
|
+
*KindeApi::OrganizationsApi* | [**delete_organization_logo**](docs/OrganizationsApi.md#delete_organization_logo) | **DELETE** /api/v1/organizations/{org_code}/logos/{type} | Delete organization logo
|
181
|
+
*KindeApi::OrganizationsApi* | [**delete_organization_user_api_scope**](docs/OrganizationsApi.md#delete_organization_user_api_scope) | **DELETE** /api/v1/organizations/{org_code}/users/{user_id}/apis/{api_id}/scopes/{scope_id} | Delete scope from organization user API
|
76
182
|
*KindeApi::OrganizationsApi* | [**delete_organization_user_permission**](docs/OrganizationsApi.md#delete_organization_user_permission) | **DELETE** /api/v1/organizations/{org_code}/users/{user_id}/permissions/{permission_id} | Delete Organization User Permission
|
77
183
|
*KindeApi::OrganizationsApi* | [**delete_organization_user_role**](docs/OrganizationsApi.md#delete_organization_user_role) | **DELETE** /api/v1/organizations/{org_code}/users/{user_id}/roles/{role_id} | Delete Organization User Role
|
78
|
-
*KindeApi::OrganizationsApi* | [**
|
184
|
+
*KindeApi::OrganizationsApi* | [**enable_org_connection**](docs/OrganizationsApi.md#enable_org_connection) | **POST** /api/v1/organizations/{organization_code}/connections/{connection_id} | Enable connection
|
185
|
+
*KindeApi::OrganizationsApi* | [**get_org_user_mfa**](docs/OrganizationsApi.md#get_org_user_mfa) | **GET** /api/v1/organizations/{org_code}/users/{user_id}/mfa | Get an organization user's MFA configuration
|
186
|
+
*KindeApi::OrganizationsApi* | [**get_organization**](docs/OrganizationsApi.md#get_organization) | **GET** /api/v1/organization | Get organization
|
187
|
+
*KindeApi::OrganizationsApi* | [**get_organization_connections**](docs/OrganizationsApi.md#get_organization_connections) | **GET** /api/v1/organizations/{organization_code}/connections | Get connections
|
79
188
|
*KindeApi::OrganizationsApi* | [**get_organization_feature_flags**](docs/OrganizationsApi.md#get_organization_feature_flags) | **GET** /api/v1/organizations/{org_code}/feature_flags | List Organization Feature Flags
|
189
|
+
*KindeApi::OrganizationsApi* | [**get_organization_property_values**](docs/OrganizationsApi.md#get_organization_property_values) | **GET** /api/v1/organizations/{org_code}/properties | Get Organization Property Values
|
80
190
|
*KindeApi::OrganizationsApi* | [**get_organization_user_permissions**](docs/OrganizationsApi.md#get_organization_user_permissions) | **GET** /api/v1/organizations/{org_code}/users/{user_id}/permissions | List Organization User Permissions
|
81
191
|
*KindeApi::OrganizationsApi* | [**get_organization_user_roles**](docs/OrganizationsApi.md#get_organization_user_roles) | **GET** /api/v1/organizations/{org_code}/users/{user_id}/roles | List Organization User Roles
|
82
|
-
*KindeApi::OrganizationsApi* | [**get_organization_users**](docs/OrganizationsApi.md#get_organization_users) | **GET** /api/v1/organizations/{org_code}/users |
|
83
|
-
*KindeApi::OrganizationsApi* | [**get_organizations**](docs/OrganizationsApi.md#get_organizations) | **GET** /api/v1/organizations |
|
192
|
+
*KindeApi::OrganizationsApi* | [**get_organization_users**](docs/OrganizationsApi.md#get_organization_users) | **GET** /api/v1/organizations/{org_code}/users | Get organization users
|
193
|
+
*KindeApi::OrganizationsApi* | [**get_organizations**](docs/OrganizationsApi.md#get_organizations) | **GET** /api/v1/organizations | Get organizations
|
194
|
+
*KindeApi::OrganizationsApi* | [**read_organization_logo**](docs/OrganizationsApi.md#read_organization_logo) | **GET** /api/v1/organizations/{org_code}/logos | Read organization logo details
|
195
|
+
*KindeApi::OrganizationsApi* | [**remove_org_connection**](docs/OrganizationsApi.md#remove_org_connection) | **DELETE** /api/v1/organizations/{organization_code}/connections/{connection_id} | Remove connection
|
84
196
|
*KindeApi::OrganizationsApi* | [**remove_organization_user**](docs/OrganizationsApi.md#remove_organization_user) | **DELETE** /api/v1/organizations/{org_code}/users/{user_id} | Remove Organization User
|
197
|
+
*KindeApi::OrganizationsApi* | [**replace_organization_mfa**](docs/OrganizationsApi.md#replace_organization_mfa) | **PUT** /api/v1/organizations/{org_code}/mfa | Replace Organization MFA Configuration
|
198
|
+
*KindeApi::OrganizationsApi* | [**reset_org_user_mfa**](docs/OrganizationsApi.md#reset_org_user_mfa) | **DELETE** /api/v1/organizations/{org_code}/users/{user_id}/mfa/{factor_id} | Reset specific organization MFA for a user
|
199
|
+
*KindeApi::OrganizationsApi* | [**reset_org_user_mfa_all**](docs/OrganizationsApi.md#reset_org_user_mfa_all) | **DELETE** /api/v1/organizations/{org_code}/users/{user_id}/mfa | Reset all organization MFA for a user
|
85
200
|
*KindeApi::OrganizationsApi* | [**update_organization**](docs/OrganizationsApi.md#update_organization) | **PATCH** /api/v1/organization/{org_code} | Update Organization
|
86
201
|
*KindeApi::OrganizationsApi* | [**update_organization_feature_flag_override**](docs/OrganizationsApi.md#update_organization_feature_flag_override) | **PATCH** /api/v1/organizations/{org_code}/feature_flags/{feature_flag_key} | Update Organization Feature Flag Override
|
202
|
+
*KindeApi::OrganizationsApi* | [**update_organization_properties**](docs/OrganizationsApi.md#update_organization_properties) | **PATCH** /api/v1/organizations/{org_code}/properties | Update Organization Property values
|
203
|
+
*KindeApi::OrganizationsApi* | [**update_organization_property**](docs/OrganizationsApi.md#update_organization_property) | **PUT** /api/v1/organizations/{org_code}/properties/{property_key} | Update Organization Property value
|
204
|
+
*KindeApi::OrganizationsApi* | [**update_organization_sessions**](docs/OrganizationsApi.md#update_organization_sessions) | **PATCH** /api/v1/organizations/{org_code}/sessions | Update organization session configuration
|
87
205
|
*KindeApi::OrganizationsApi* | [**update_organization_users**](docs/OrganizationsApi.md#update_organization_users) | **PATCH** /api/v1/organizations/{org_code}/users | Update Organization Users
|
88
206
|
*KindeApi::PermissionsApi* | [**create_permission**](docs/PermissionsApi.md#create_permission) | **POST** /api/v1/permissions | Create Permission
|
89
207
|
*KindeApi::PermissionsApi* | [**delete_permission**](docs/PermissionsApi.md#delete_permission) | **DELETE** /api/v1/permissions/{permission_id} | Delete Permission
|
90
208
|
*KindeApi::PermissionsApi* | [**get_permissions**](docs/PermissionsApi.md#get_permissions) | **GET** /api/v1/permissions | List Permissions
|
91
209
|
*KindeApi::PermissionsApi* | [**update_permissions**](docs/PermissionsApi.md#update_permissions) | **PATCH** /api/v1/permissions/{permission_id} | Update Permission
|
92
|
-
*KindeApi::
|
93
|
-
*KindeApi::
|
94
|
-
*KindeApi::
|
95
|
-
*KindeApi::
|
96
|
-
*KindeApi::
|
97
|
-
*KindeApi::
|
98
|
-
*KindeApi::
|
210
|
+
*KindeApi::PropertiesApi* | [**create_property**](docs/PropertiesApi.md#create_property) | **POST** /api/v1/properties | Create Property
|
211
|
+
*KindeApi::PropertiesApi* | [**delete_property**](docs/PropertiesApi.md#delete_property) | **DELETE** /api/v1/properties/{property_id} | Delete Property
|
212
|
+
*KindeApi::PropertiesApi* | [**get_properties**](docs/PropertiesApi.md#get_properties) | **GET** /api/v1/properties | List properties
|
213
|
+
*KindeApi::PropertiesApi* | [**update_property**](docs/PropertiesApi.md#update_property) | **PUT** /api/v1/properties/{property_id} | Update Property
|
214
|
+
*KindeApi::PropertyCategoriesApi* | [**create_category**](docs/PropertyCategoriesApi.md#create_category) | **POST** /api/v1/property_categories | Create Category
|
215
|
+
*KindeApi::PropertyCategoriesApi* | [**get_categories**](docs/PropertyCategoriesApi.md#get_categories) | **GET** /api/v1/property_categories | List categories
|
216
|
+
*KindeApi::PropertyCategoriesApi* | [**update_category**](docs/PropertyCategoriesApi.md#update_category) | **PUT** /api/v1/property_categories/{category_id} | Update Category
|
217
|
+
*KindeApi::RolesApi* | [**add_role_scope**](docs/RolesApi.md#add_role_scope) | **POST** /api/v1/roles/{role_id}/scopes | Add role scope
|
218
|
+
*KindeApi::RolesApi* | [**create_role**](docs/RolesApi.md#create_role) | **POST** /api/v1/roles | Create role
|
219
|
+
*KindeApi::RolesApi* | [**delete_role**](docs/RolesApi.md#delete_role) | **DELETE** /api/v1/roles/{role_id} | Delete role
|
220
|
+
*KindeApi::RolesApi* | [**delete_role_scope**](docs/RolesApi.md#delete_role_scope) | **DELETE** /api/v1/roles/{role_id}/scopes/{scope_id} | Delete role scope
|
221
|
+
*KindeApi::RolesApi* | [**get_role**](docs/RolesApi.md#get_role) | **GET** /api/v1/roles/{role_id} | Get role
|
222
|
+
*KindeApi::RolesApi* | [**get_role_permissions**](docs/RolesApi.md#get_role_permissions) | **GET** /api/v1/roles/{role_id}/permissions | Get role permissions
|
223
|
+
*KindeApi::RolesApi* | [**get_role_scopes**](docs/RolesApi.md#get_role_scopes) | **GET** /api/v1/roles/{role_id}/scopes | Get role scopes
|
224
|
+
*KindeApi::RolesApi* | [**get_roles**](docs/RolesApi.md#get_roles) | **GET** /api/v1/roles | List roles
|
225
|
+
*KindeApi::RolesApi* | [**remove_role_permission**](docs/RolesApi.md#remove_role_permission) | **DELETE** /api/v1/roles/{role_id}/permissions/{permission_id} | Remove role permission
|
226
|
+
*KindeApi::RolesApi* | [**update_role_permissions**](docs/RolesApi.md#update_role_permissions) | **PATCH** /api/v1/roles/{role_id}/permissions | Update role permissions
|
227
|
+
*KindeApi::RolesApi* | [**update_roles**](docs/RolesApi.md#update_roles) | **PATCH** /api/v1/roles/{role_id} | Update role
|
228
|
+
*KindeApi::SearchApi* | [**search_users**](docs/SearchApi.md#search_users) | **GET** /api/v1/search/users | Search users
|
99
229
|
*KindeApi::SubscribersApi* | [**create_subscriber**](docs/SubscribersApi.md#create_subscriber) | **POST** /api/v1/subscribers | Create Subscriber
|
100
230
|
*KindeApi::SubscribersApi* | [**get_subscriber**](docs/SubscribersApi.md#get_subscriber) | **GET** /api/v1/subscribers/{subscriber_id} | Get Subscriber
|
101
231
|
*KindeApi::SubscribersApi* | [**get_subscribers**](docs/SubscribersApi.md#get_subscribers) | **GET** /api/v1/subscribers | List Subscribers
|
102
|
-
*KindeApi::TimezonesApi* | [**get_timezones**](docs/TimezonesApi.md#get_timezones) | **GET** /api/v1/timezones |
|
103
|
-
*KindeApi::UsersApi* | [**create_user**](docs/UsersApi.md#create_user) | **POST** /api/v1/user | Create
|
104
|
-
*KindeApi::UsersApi* | [**
|
105
|
-
*KindeApi::UsersApi* | [**
|
106
|
-
*KindeApi::UsersApi* | [**
|
232
|
+
*KindeApi::TimezonesApi* | [**get_timezones**](docs/TimezonesApi.md#get_timezones) | **GET** /api/v1/timezones | Get timezones
|
233
|
+
*KindeApi::UsersApi* | [**create_user**](docs/UsersApi.md#create_user) | **POST** /api/v1/user | Create user
|
234
|
+
*KindeApi::UsersApi* | [**create_user_identity**](docs/UsersApi.md#create_user_identity) | **POST** /api/v1/users/{user_id}/identities | Create identity
|
235
|
+
*KindeApi::UsersApi* | [**delete_user**](docs/UsersApi.md#delete_user) | **DELETE** /api/v1/user | Delete user
|
236
|
+
*KindeApi::UsersApi* | [**delete_user_sessions**](docs/UsersApi.md#delete_user_sessions) | **DELETE** /api/v1/users/{user_id}/sessions | Delete user sessions
|
237
|
+
*KindeApi::UsersApi* | [**get_user_data**](docs/UsersApi.md#get_user_data) | **GET** /api/v1/user | Get user
|
238
|
+
*KindeApi::UsersApi* | [**get_user_identities**](docs/UsersApi.md#get_user_identities) | **GET** /api/v1/users/{user_id}/identities | Get identities
|
239
|
+
*KindeApi::UsersApi* | [**get_user_property_values**](docs/UsersApi.md#get_user_property_values) | **GET** /api/v1/users/{user_id}/properties | Get property values
|
240
|
+
*KindeApi::UsersApi* | [**get_user_sessions**](docs/UsersApi.md#get_user_sessions) | **GET** /api/v1/users/{user_id}/sessions | Get user sessions
|
241
|
+
*KindeApi::UsersApi* | [**get_users**](docs/UsersApi.md#get_users) | **GET** /api/v1/users | Get users
|
242
|
+
*KindeApi::UsersApi* | [**get_users_mfa**](docs/UsersApi.md#get_users_mfa) | **GET** /api/v1/users/{user_id}/mfa | Get user's MFA configuration
|
107
243
|
*KindeApi::UsersApi* | [**refresh_user_claims**](docs/UsersApi.md#refresh_user_claims) | **POST** /api/v1/users/{user_id}/refresh_claims | Refresh User Claims and Invalidate Cache
|
108
|
-
*KindeApi::UsersApi* | [**
|
244
|
+
*KindeApi::UsersApi* | [**reset_users_mfa**](docs/UsersApi.md#reset_users_mfa) | **DELETE** /api/v1/users/{user_id}/mfa/{factor_id} | Reset specific environment MFA for a user
|
245
|
+
*KindeApi::UsersApi* | [**reset_users_mfa_all**](docs/UsersApi.md#reset_users_mfa_all) | **DELETE** /api/v1/users/{user_id}/mfa | Reset all environment MFA for a user
|
246
|
+
*KindeApi::UsersApi* | [**set_user_password**](docs/UsersApi.md#set_user_password) | **PUT** /api/v1/users/{user_id}/password | Set User password
|
247
|
+
*KindeApi::UsersApi* | [**update_user**](docs/UsersApi.md#update_user) | **PATCH** /api/v1/user | Update user
|
109
248
|
*KindeApi::UsersApi* | [**update_user_feature_flag_override**](docs/UsersApi.md#update_user_feature_flag_override) | **PATCH** /api/v1/users/{user_id}/feature_flags/{feature_flag_key} | Update User Feature Flag Override
|
249
|
+
*KindeApi::UsersApi* | [**update_user_properties**](docs/UsersApi.md#update_user_properties) | **PATCH** /api/v1/users/{user_id}/properties | Update Property values
|
250
|
+
*KindeApi::UsersApi* | [**update_user_property**](docs/UsersApi.md#update_user_property) | **PUT** /api/v1/users/{user_id}/properties/{property_key} | Update Property value
|
251
|
+
*KindeApi::WebhooksApi* | [**create_web_hook**](docs/WebhooksApi.md#create_web_hook) | **POST** /api/v1/webhooks | Create a Webhook
|
252
|
+
*KindeApi::WebhooksApi* | [**delete_web_hook**](docs/WebhooksApi.md#delete_web_hook) | **DELETE** /api/v1/webhooks/{webhook_id} | Delete Webhook
|
253
|
+
*KindeApi::WebhooksApi* | [**get_event**](docs/WebhooksApi.md#get_event) | **GET** /api/v1/events/{event_id} | Get Event
|
254
|
+
*KindeApi::WebhooksApi* | [**get_event_types**](docs/WebhooksApi.md#get_event_types) | **GET** /api/v1/event_types | List Event Types
|
255
|
+
*KindeApi::WebhooksApi* | [**get_web_hooks**](docs/WebhooksApi.md#get_web_hooks) | **GET** /api/v1/webhooks | List Webhooks
|
256
|
+
*KindeApi::WebhooksApi* | [**update_web_hook**](docs/WebhooksApi.md#update_web_hook) | **PATCH** /api/v1/webhooks/{webhook_id} | Update a Webhook
|
110
257
|
|
111
258
|
|
112
259
|
## Documentation for Models
|
113
260
|
|
261
|
+
- [KindeApi::AddAPIScopeRequest](docs/AddAPIScopeRequest.md)
|
114
262
|
- [KindeApi::AddAPIsRequest](docs/AddAPIsRequest.md)
|
115
263
|
- [KindeApi::AddOrganizationUsersRequest](docs/AddOrganizationUsersRequest.md)
|
116
264
|
- [KindeApi::AddOrganizationUsersRequestUsersInner](docs/AddOrganizationUsersRequestUsersInner.md)
|
117
265
|
- [KindeApi::AddOrganizationUsersResponse](docs/AddOrganizationUsersResponse.md)
|
118
|
-
- [KindeApi::
|
119
|
-
- [KindeApi::
|
266
|
+
- [KindeApi::AddRoleScopeRequest](docs/AddRoleScopeRequest.md)
|
267
|
+
- [KindeApi::AddRoleScopeResponse](docs/AddRoleScopeResponse.md)
|
120
268
|
- [KindeApi::ApiResult](docs/ApiResult.md)
|
121
|
-
- [KindeApi::Apis](docs/Apis.md)
|
122
269
|
- [KindeApi::Applications](docs/Applications.md)
|
270
|
+
- [KindeApi::AuthorizeAppApiResponse](docs/AuthorizeAppApiResponse.md)
|
271
|
+
- [KindeApi::Category](docs/Category.md)
|
123
272
|
- [KindeApi::ConnectedAppsAccessToken](docs/ConnectedAppsAccessToken.md)
|
124
273
|
- [KindeApi::ConnectedAppsAuthUrl](docs/ConnectedAppsAuthUrl.md)
|
274
|
+
- [KindeApi::Connection](docs/Connection.md)
|
275
|
+
- [KindeApi::ConnectionConnection](docs/ConnectionConnection.md)
|
276
|
+
- [KindeApi::CreateApiScopesResponse](docs/CreateApiScopesResponse.md)
|
277
|
+
- [KindeApi::CreateApiScopesResponseScope](docs/CreateApiScopesResponseScope.md)
|
278
|
+
- [KindeApi::CreateApisResponse](docs/CreateApisResponse.md)
|
279
|
+
- [KindeApi::CreateApisResponseApi](docs/CreateApisResponseApi.md)
|
125
280
|
- [KindeApi::CreateApplicationRequest](docs/CreateApplicationRequest.md)
|
126
281
|
- [KindeApi::CreateApplicationResponse](docs/CreateApplicationResponse.md)
|
127
282
|
- [KindeApi::CreateApplicationResponseApplication](docs/CreateApplicationResponseApplication.md)
|
283
|
+
- [KindeApi::CreateBillingAgreementRequest](docs/CreateBillingAgreementRequest.md)
|
284
|
+
- [KindeApi::CreateCategoryRequest](docs/CreateCategoryRequest.md)
|
285
|
+
- [KindeApi::CreateCategoryResponse](docs/CreateCategoryResponse.md)
|
286
|
+
- [KindeApi::CreateCategoryResponseCategory](docs/CreateCategoryResponseCategory.md)
|
287
|
+
- [KindeApi::CreateConnectionRequest](docs/CreateConnectionRequest.md)
|
288
|
+
- [KindeApi::CreateConnectionRequestOptions](docs/CreateConnectionRequestOptions.md)
|
289
|
+
- [KindeApi::CreateConnectionRequestOptionsOneOf](docs/CreateConnectionRequestOptionsOneOf.md)
|
290
|
+
- [KindeApi::CreateConnectionRequestOptionsOneOf1](docs/CreateConnectionRequestOptionsOneOf1.md)
|
291
|
+
- [KindeApi::CreateConnectionRequestOptionsOneOf2](docs/CreateConnectionRequestOptionsOneOf2.md)
|
292
|
+
- [KindeApi::CreateConnectionResponse](docs/CreateConnectionResponse.md)
|
293
|
+
- [KindeApi::CreateConnectionResponseConnection](docs/CreateConnectionResponseConnection.md)
|
294
|
+
- [KindeApi::CreateEnvironmentVariableRequest](docs/CreateEnvironmentVariableRequest.md)
|
295
|
+
- [KindeApi::CreateEnvironmentVariableResponse](docs/CreateEnvironmentVariableResponse.md)
|
296
|
+
- [KindeApi::CreateEnvironmentVariableResponseEnvironmentVariable](docs/CreateEnvironmentVariableResponseEnvironmentVariable.md)
|
128
297
|
- [KindeApi::CreateFeatureFlagRequest](docs/CreateFeatureFlagRequest.md)
|
298
|
+
- [KindeApi::CreateIdentityResponse](docs/CreateIdentityResponse.md)
|
299
|
+
- [KindeApi::CreateIdentityResponseIdentity](docs/CreateIdentityResponseIdentity.md)
|
300
|
+
- [KindeApi::CreateMeterUsageRecordRequest](docs/CreateMeterUsageRecordRequest.md)
|
301
|
+
- [KindeApi::CreateMeterUsageRecordResponse](docs/CreateMeterUsageRecordResponse.md)
|
129
302
|
- [KindeApi::CreateOrganizationRequest](docs/CreateOrganizationRequest.md)
|
130
303
|
- [KindeApi::CreateOrganizationResponse](docs/CreateOrganizationResponse.md)
|
131
304
|
- [KindeApi::CreateOrganizationResponseOrganization](docs/CreateOrganizationResponseOrganization.md)
|
132
305
|
- [KindeApi::CreateOrganizationUserPermissionRequest](docs/CreateOrganizationUserPermissionRequest.md)
|
133
306
|
- [KindeApi::CreateOrganizationUserRoleRequest](docs/CreateOrganizationUserRoleRequest.md)
|
134
307
|
- [KindeApi::CreatePermissionRequest](docs/CreatePermissionRequest.md)
|
308
|
+
- [KindeApi::CreatePropertyRequest](docs/CreatePropertyRequest.md)
|
309
|
+
- [KindeApi::CreatePropertyResponse](docs/CreatePropertyResponse.md)
|
310
|
+
- [KindeApi::CreatePropertyResponseProperty](docs/CreatePropertyResponseProperty.md)
|
135
311
|
- [KindeApi::CreateRoleRequest](docs/CreateRoleRequest.md)
|
312
|
+
- [KindeApi::CreateRolesResponse](docs/CreateRolesResponse.md)
|
313
|
+
- [KindeApi::CreateRolesResponseRole](docs/CreateRolesResponseRole.md)
|
136
314
|
- [KindeApi::CreateSubscriberSuccessResponse](docs/CreateSubscriberSuccessResponse.md)
|
137
315
|
- [KindeApi::CreateSubscriberSuccessResponseSubscriber](docs/CreateSubscriberSuccessResponseSubscriber.md)
|
316
|
+
- [KindeApi::CreateUserIdentityRequest](docs/CreateUserIdentityRequest.md)
|
138
317
|
- [KindeApi::CreateUserRequest](docs/CreateUserRequest.md)
|
139
318
|
- [KindeApi::CreateUserRequestIdentitiesInner](docs/CreateUserRequestIdentitiesInner.md)
|
140
319
|
- [KindeApi::CreateUserRequestIdentitiesInnerDetails](docs/CreateUserRequestIdentitiesInnerDetails.md)
|
141
320
|
- [KindeApi::CreateUserRequestProfile](docs/CreateUserRequestProfile.md)
|
142
321
|
- [KindeApi::CreateUserResponse](docs/CreateUserResponse.md)
|
322
|
+
- [KindeApi::CreateWebHookRequest](docs/CreateWebHookRequest.md)
|
323
|
+
- [KindeApi::CreateWebhookResponse](docs/CreateWebhookResponse.md)
|
324
|
+
- [KindeApi::CreateWebhookResponseWebhook](docs/CreateWebhookResponseWebhook.md)
|
325
|
+
- [KindeApi::DeleteApiResponse](docs/DeleteApiResponse.md)
|
326
|
+
- [KindeApi::DeleteEnvironmentVariableResponse](docs/DeleteEnvironmentVariableResponse.md)
|
327
|
+
- [KindeApi::DeleteRoleScopeResponse](docs/DeleteRoleScopeResponse.md)
|
328
|
+
- [KindeApi::DeleteWebhookResponse](docs/DeleteWebhookResponse.md)
|
329
|
+
- [KindeApi::EnvironmentVariable](docs/EnvironmentVariable.md)
|
143
330
|
- [KindeApi::Error](docs/Error.md)
|
144
331
|
- [KindeApi::ErrorResponse](docs/ErrorResponse.md)
|
332
|
+
- [KindeApi::EventType](docs/EventType.md)
|
333
|
+
- [KindeApi::GetApiResponse](docs/GetApiResponse.md)
|
334
|
+
- [KindeApi::GetApiResponseApi](docs/GetApiResponseApi.md)
|
335
|
+
- [KindeApi::GetApiResponseApiApplicationsInner](docs/GetApiResponseApiApplicationsInner.md)
|
336
|
+
- [KindeApi::GetApiResponseApiScopesInner](docs/GetApiResponseApiScopesInner.md)
|
337
|
+
- [KindeApi::GetApiScopeResponse](docs/GetApiScopeResponse.md)
|
338
|
+
- [KindeApi::GetApiScopesResponse](docs/GetApiScopesResponse.md)
|
339
|
+
- [KindeApi::GetApiScopesResponseScopesInner](docs/GetApiScopesResponseScopesInner.md)
|
340
|
+
- [KindeApi::GetApisResponse](docs/GetApisResponse.md)
|
341
|
+
- [KindeApi::GetApisResponseApisInner](docs/GetApisResponseApisInner.md)
|
342
|
+
- [KindeApi::GetApisResponseApisInnerScopesInner](docs/GetApisResponseApisInnerScopesInner.md)
|
145
343
|
- [KindeApi::GetApplicationResponse](docs/GetApplicationResponse.md)
|
146
344
|
- [KindeApi::GetApplicationResponseApplication](docs/GetApplicationResponseApplication.md)
|
147
345
|
- [KindeApi::GetApplicationsResponse](docs/GetApplicationsResponse.md)
|
346
|
+
- [KindeApi::GetBillingAgreementsResponse](docs/GetBillingAgreementsResponse.md)
|
347
|
+
- [KindeApi::GetBillingAgreementsResponseAgreementsInner](docs/GetBillingAgreementsResponseAgreementsInner.md)
|
348
|
+
- [KindeApi::GetBillingAgreementsResponseAgreementsInnerEntitlementsInner](docs/GetBillingAgreementsResponseAgreementsInnerEntitlementsInner.md)
|
349
|
+
- [KindeApi::GetBillingEntitlementsResponse](docs/GetBillingEntitlementsResponse.md)
|
350
|
+
- [KindeApi::GetBillingEntitlementsResponseEntitlementsInner](docs/GetBillingEntitlementsResponseEntitlementsInner.md)
|
351
|
+
- [KindeApi::GetBillingEntitlementsResponsePlansInner](docs/GetBillingEntitlementsResponsePlansInner.md)
|
352
|
+
- [KindeApi::GetBusinessResponse](docs/GetBusinessResponse.md)
|
353
|
+
- [KindeApi::GetBusinessResponseBusiness](docs/GetBusinessResponseBusiness.md)
|
354
|
+
- [KindeApi::GetCategoriesResponse](docs/GetCategoriesResponse.md)
|
355
|
+
- [KindeApi::GetConnectionsResponse](docs/GetConnectionsResponse.md)
|
148
356
|
- [KindeApi::GetEnvironmentFeatureFlagsResponse](docs/GetEnvironmentFeatureFlagsResponse.md)
|
357
|
+
- [KindeApi::GetEnvironmentResponse](docs/GetEnvironmentResponse.md)
|
358
|
+
- [KindeApi::GetEnvironmentResponseEnvironment](docs/GetEnvironmentResponseEnvironment.md)
|
359
|
+
- [KindeApi::GetEnvironmentResponseEnvironmentBackgroundColor](docs/GetEnvironmentResponseEnvironmentBackgroundColor.md)
|
360
|
+
- [KindeApi::GetEnvironmentResponseEnvironmentLinkColor](docs/GetEnvironmentResponseEnvironmentLinkColor.md)
|
361
|
+
- [KindeApi::GetEnvironmentVariableResponse](docs/GetEnvironmentVariableResponse.md)
|
362
|
+
- [KindeApi::GetEnvironmentVariablesResponse](docs/GetEnvironmentVariablesResponse.md)
|
363
|
+
- [KindeApi::GetEventResponse](docs/GetEventResponse.md)
|
364
|
+
- [KindeApi::GetEventResponseEvent](docs/GetEventResponseEvent.md)
|
365
|
+
- [KindeApi::GetEventTypesResponse](docs/GetEventTypesResponse.md)
|
366
|
+
- [KindeApi::GetIdentitiesResponse](docs/GetIdentitiesResponse.md)
|
367
|
+
- [KindeApi::GetIndustriesResponse](docs/GetIndustriesResponse.md)
|
368
|
+
- [KindeApi::GetIndustriesResponseIndustriesInner](docs/GetIndustriesResponseIndustriesInner.md)
|
149
369
|
- [KindeApi::GetOrganizationFeatureFlagsResponse](docs/GetOrganizationFeatureFlagsResponse.md)
|
150
370
|
- [KindeApi::GetOrganizationFeatureFlagsResponseFeatureFlagsValue](docs/GetOrganizationFeatureFlagsResponseFeatureFlagsValue.md)
|
371
|
+
- [KindeApi::GetOrganizationResponse](docs/GetOrganizationResponse.md)
|
372
|
+
- [KindeApi::GetOrganizationResponseBilling](docs/GetOrganizationResponseBilling.md)
|
373
|
+
- [KindeApi::GetOrganizationResponseBillingAgreementsInner](docs/GetOrganizationResponseBillingAgreementsInner.md)
|
151
374
|
- [KindeApi::GetOrganizationUsersResponse](docs/GetOrganizationUsersResponse.md)
|
152
375
|
- [KindeApi::GetOrganizationsResponse](docs/GetOrganizationsResponse.md)
|
153
376
|
- [KindeApi::GetOrganizationsUserPermissionsResponse](docs/GetOrganizationsUserPermissionsResponse.md)
|
154
377
|
- [KindeApi::GetOrganizationsUserRolesResponse](docs/GetOrganizationsUserRolesResponse.md)
|
155
378
|
- [KindeApi::GetPermissionsResponse](docs/GetPermissionsResponse.md)
|
379
|
+
- [KindeApi::GetPropertiesResponse](docs/GetPropertiesResponse.md)
|
380
|
+
- [KindeApi::GetPropertyValuesResponse](docs/GetPropertyValuesResponse.md)
|
156
381
|
- [KindeApi::GetRedirectCallbackUrlsResponse](docs/GetRedirectCallbackUrlsResponse.md)
|
382
|
+
- [KindeApi::GetRoleResponse](docs/GetRoleResponse.md)
|
383
|
+
- [KindeApi::GetRoleResponseRole](docs/GetRoleResponseRole.md)
|
157
384
|
- [KindeApi::GetRolesResponse](docs/GetRolesResponse.md)
|
158
385
|
- [KindeApi::GetSubscriberResponse](docs/GetSubscriberResponse.md)
|
159
386
|
- [KindeApi::GetSubscribersResponse](docs/GetSubscribersResponse.md)
|
387
|
+
- [KindeApi::GetTimezonesResponse](docs/GetTimezonesResponse.md)
|
388
|
+
- [KindeApi::GetTimezonesResponseTimezonesInner](docs/GetTimezonesResponseTimezonesInner.md)
|
389
|
+
- [KindeApi::GetUserMfaResponse](docs/GetUserMfaResponse.md)
|
390
|
+
- [KindeApi::GetUserMfaResponseMfa](docs/GetUserMfaResponseMfa.md)
|
391
|
+
- [KindeApi::GetUserSessionsResponse](docs/GetUserSessionsResponse.md)
|
392
|
+
- [KindeApi::GetUserSessionsResponseSessionsInner](docs/GetUserSessionsResponseSessionsInner.md)
|
393
|
+
- [KindeApi::GetWebhooksResponse](docs/GetWebhooksResponse.md)
|
394
|
+
- [KindeApi::Identity](docs/Identity.md)
|
160
395
|
- [KindeApi::LogoutRedirectUrls](docs/LogoutRedirectUrls.md)
|
161
|
-
- [KindeApi::
|
396
|
+
- [KindeApi::NotFoundResponse](docs/NotFoundResponse.md)
|
397
|
+
- [KindeApi::NotFoundResponseErrors](docs/NotFoundResponseErrors.md)
|
398
|
+
- [KindeApi::OrganizationItemSchema](docs/OrganizationItemSchema.md)
|
162
399
|
- [KindeApi::OrganizationUser](docs/OrganizationUser.md)
|
163
400
|
- [KindeApi::OrganizationUserPermission](docs/OrganizationUserPermission.md)
|
164
401
|
- [KindeApi::OrganizationUserPermissionRolesInner](docs/OrganizationUserPermissionRolesInner.md)
|
@@ -166,12 +403,29 @@ Class | Method | HTTP request | Description
|
|
166
403
|
- [KindeApi::OrganizationUserRolePermissions](docs/OrganizationUserRolePermissions.md)
|
167
404
|
- [KindeApi::OrganizationUserRolePermissionsPermissions](docs/OrganizationUserRolePermissionsPermissions.md)
|
168
405
|
- [KindeApi::Permissions](docs/Permissions.md)
|
406
|
+
- [KindeApi::Property](docs/Property.md)
|
407
|
+
- [KindeApi::PropertyValue](docs/PropertyValue.md)
|
408
|
+
- [KindeApi::ReadEnvLogoResponse](docs/ReadEnvLogoResponse.md)
|
409
|
+
- [KindeApi::ReadEnvLogoResponseLogosInner](docs/ReadEnvLogoResponseLogosInner.md)
|
410
|
+
- [KindeApi::ReadLogoResponse](docs/ReadLogoResponse.md)
|
411
|
+
- [KindeApi::ReadLogoResponseLogosInner](docs/ReadLogoResponseLogosInner.md)
|
169
412
|
- [KindeApi::RedirectCallbackUrls](docs/RedirectCallbackUrls.md)
|
413
|
+
- [KindeApi::ReplaceConnectionRequest](docs/ReplaceConnectionRequest.md)
|
414
|
+
- [KindeApi::ReplaceConnectionRequestOptions](docs/ReplaceConnectionRequestOptions.md)
|
415
|
+
- [KindeApi::ReplaceConnectionRequestOptionsOneOf](docs/ReplaceConnectionRequestOptionsOneOf.md)
|
416
|
+
- [KindeApi::ReplaceConnectionRequestOptionsOneOf1](docs/ReplaceConnectionRequestOptionsOneOf1.md)
|
170
417
|
- [KindeApi::ReplaceLogoutRedirectURLsRequest](docs/ReplaceLogoutRedirectURLsRequest.md)
|
418
|
+
- [KindeApi::ReplaceMFARequest](docs/ReplaceMFARequest.md)
|
419
|
+
- [KindeApi::ReplaceOrganizationMFARequest](docs/ReplaceOrganizationMFARequest.md)
|
171
420
|
- [KindeApi::ReplaceRedirectCallbackURLsRequest](docs/ReplaceRedirectCallbackURLsRequest.md)
|
172
421
|
- [KindeApi::Role](docs/Role.md)
|
422
|
+
- [KindeApi::RolePermissionsResponse](docs/RolePermissionsResponse.md)
|
423
|
+
- [KindeApi::RoleScopesResponse](docs/RoleScopesResponse.md)
|
173
424
|
- [KindeApi::Roles](docs/Roles.md)
|
174
|
-
- [KindeApi::
|
425
|
+
- [KindeApi::Scopes](docs/Scopes.md)
|
426
|
+
- [KindeApi::SearchUsersResponse](docs/SearchUsersResponse.md)
|
427
|
+
- [KindeApi::SearchUsersResponseResultsInner](docs/SearchUsersResponseResultsInner.md)
|
428
|
+
- [KindeApi::SetUserPasswordRequest](docs/SetUserPasswordRequest.md)
|
175
429
|
- [KindeApi::Subscriber](docs/Subscriber.md)
|
176
430
|
- [KindeApi::SubscribersSubscriber](docs/SubscribersSubscriber.md)
|
177
431
|
- [KindeApi::SuccessResponse](docs/SuccessResponse.md)
|
@@ -179,32 +433,47 @@ Class | Method | HTTP request | Description
|
|
179
433
|
- [KindeApi::TokenIntrospect](docs/TokenIntrospect.md)
|
180
434
|
- [KindeApi::UpdateAPIApplicationsRequest](docs/UpdateAPIApplicationsRequest.md)
|
181
435
|
- [KindeApi::UpdateAPIApplicationsRequestApplicationsInner](docs/UpdateAPIApplicationsRequestApplicationsInner.md)
|
436
|
+
- [KindeApi::UpdateAPIScopeRequest](docs/UpdateAPIScopeRequest.md)
|
182
437
|
- [KindeApi::UpdateApplicationRequest](docs/UpdateApplicationRequest.md)
|
438
|
+
- [KindeApi::UpdateApplicationTokensRequest](docs/UpdateApplicationTokensRequest.md)
|
439
|
+
- [KindeApi::UpdateApplicationsPropertyRequest](docs/UpdateApplicationsPropertyRequest.md)
|
440
|
+
- [KindeApi::UpdateApplicationsPropertyRequestValue](docs/UpdateApplicationsPropertyRequestValue.md)
|
441
|
+
- [KindeApi::UpdateBusinessRequest](docs/UpdateBusinessRequest.md)
|
442
|
+
- [KindeApi::UpdateCategoryRequest](docs/UpdateCategoryRequest.md)
|
443
|
+
- [KindeApi::UpdateConnectionRequest](docs/UpdateConnectionRequest.md)
|
183
444
|
- [KindeApi::UpdateEnvironementFeatureFlagOverrideRequest](docs/UpdateEnvironementFeatureFlagOverrideRequest.md)
|
445
|
+
- [KindeApi::UpdateEnvironmentVariableRequest](docs/UpdateEnvironmentVariableRequest.md)
|
446
|
+
- [KindeApi::UpdateEnvironmentVariableResponse](docs/UpdateEnvironmentVariableResponse.md)
|
447
|
+
- [KindeApi::UpdateIdentityRequest](docs/UpdateIdentityRequest.md)
|
448
|
+
- [KindeApi::UpdateOrganizationPropertiesRequest](docs/UpdateOrganizationPropertiesRequest.md)
|
184
449
|
- [KindeApi::UpdateOrganizationRequest](docs/UpdateOrganizationRequest.md)
|
450
|
+
- [KindeApi::UpdateOrganizationSessionsRequest](docs/UpdateOrganizationSessionsRequest.md)
|
185
451
|
- [KindeApi::UpdateOrganizationUsersRequest](docs/UpdateOrganizationUsersRequest.md)
|
186
452
|
- [KindeApi::UpdateOrganizationUsersRequestUsersInner](docs/UpdateOrganizationUsersRequestUsersInner.md)
|
187
453
|
- [KindeApi::UpdateOrganizationUsersResponse](docs/UpdateOrganizationUsersResponse.md)
|
454
|
+
- [KindeApi::UpdatePropertyRequest](docs/UpdatePropertyRequest.md)
|
188
455
|
- [KindeApi::UpdateRolePermissionsRequest](docs/UpdateRolePermissionsRequest.md)
|
189
456
|
- [KindeApi::UpdateRolePermissionsRequestPermissionsInner](docs/UpdateRolePermissionsRequestPermissionsInner.md)
|
190
457
|
- [KindeApi::UpdateRolePermissionsResponse](docs/UpdateRolePermissionsResponse.md)
|
191
458
|
- [KindeApi::UpdateRolesRequest](docs/UpdateRolesRequest.md)
|
192
459
|
- [KindeApi::UpdateUserRequest](docs/UpdateUserRequest.md)
|
193
460
|
- [KindeApi::UpdateUserResponse](docs/UpdateUserResponse.md)
|
461
|
+
- [KindeApi::UpdateWebHookRequest](docs/UpdateWebHookRequest.md)
|
462
|
+
- [KindeApi::UpdateWebhookResponse](docs/UpdateWebhookResponse.md)
|
463
|
+
- [KindeApi::UpdateWebhookResponseWebhook](docs/UpdateWebhookResponseWebhook.md)
|
194
464
|
- [KindeApi::User](docs/User.md)
|
195
465
|
- [KindeApi::UserIdentitiesInner](docs/UserIdentitiesInner.md)
|
196
466
|
- [KindeApi::UserIdentity](docs/UserIdentity.md)
|
197
467
|
- [KindeApi::UserIdentityResult](docs/UserIdentityResult.md)
|
198
|
-
- [KindeApi::UserProfile](docs/UserProfile.md)
|
199
468
|
- [KindeApi::UserProfileV2](docs/UserProfileV2.md)
|
200
469
|
- [KindeApi::UsersResponse](docs/UsersResponse.md)
|
201
470
|
- [KindeApi::UsersResponseUsersInner](docs/UsersResponseUsersInner.md)
|
471
|
+
- [KindeApi::Webhook](docs/Webhook.md)
|
202
472
|
|
203
473
|
|
204
474
|
## Documentation for Authorization
|
205
475
|
|
206
476
|
|
207
|
-
Authentication schemes defined for the API:
|
208
477
|
### kindeBearerAuth
|
209
478
|
|
210
479
|
- **Type**: Bearer authentication (JWT)
|