.gitignore
.openapi-generator-ignore
.php-cs-fixer.dist.php
README.md
composer.json
docs/Api/OAuthApi.md
docs/Api/UsersApi.md
docs/Model/CreateUser200Response.md
docs/Model/CreateUserRequest.md
docs/Model/CreateUserRequestIdentitiesInner.md
docs/Model/CreateUserRequestIdentitiesInnerDetails.md
docs/Model/CreateUserRequestProfile.md
docs/Model/GetUsers200Response.md
docs/Model/User.md
docs/Model/UserIdentity.md
docs/Model/UserIdentityResult.md
docs/Model/UserProfile.md
docs/Model/UserProfileV2.md
lib/Api/OAuthApi.php
lib/Api/UsersApi.php
lib/ApiException.php
lib/Configuration.php
lib/HeaderSelector.php
lib/KindeClientSDK.php
lib/Model/CreateUser200Response.php
lib/Model/CreateUserRequest.php
lib/Model/CreateUserRequestIdentitiesInner.php
lib/Model/CreateUserRequestIdentitiesInnerDetails.php
lib/Model/CreateUserRequestProfile.php
lib/Model/GetUsers200Response.php
lib/Model/ModelInterface.php
lib/Model/User.php
lib/Model/UserIdentity.php
lib/Model/UserIdentityResult.php
lib/Model/UserProfile.php
lib/Model/UserProfileV2.php
lib/OAuthException.php
lib/ObjectSerializer.php
lib/Sdk/Enums/AdditionalParameters.php
lib/Sdk/Enums/AuthStatus.php
lib/Sdk/Enums/GrantType.php
lib/Sdk/OAuth2/AuthorizationCode.php
lib/Sdk/OAuth2/ClientCredentials.php
lib/Sdk/OAuth2/PKCE.php
lib/Sdk/Utils/Utils.php
phpunit.xml.dist
test/Api/OAuthApiTest.php
test/Api/UsersApiTest.php
test/Model/CreateUser200ResponseTest.php
test/Model/CreateUserRequestIdentitiesInnerDetailsTest.php
test/Model/CreateUserRequestIdentitiesInnerTest.php
test/Model/CreateUserRequestProfileTest.php
test/Model/CreateUserRequestTest.php
test/Model/GetUsers200ResponseTest.php
test/Model/UserIdentityResultTest.php
test/Model/UserIdentityTest.php
test/Model/UserProfileTest.php
test/Model/UserProfileV2Test.php
test/Model/UserTest.php
test/Sdk/KindeClientTest.php
test/Sdk/OAuth2AuthorizationCodeFlowTest.php
test/Sdk/OAuth2ClientCredentialTest.php
test/Sdk/OAuth2PKCETest.php
test/Sdk/UtilsTest.php
test/bootstrap.php
