awsclientauth_editor_files.cmake 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. set(FILES
  9. Include/Authentication/AuthenticationProviderBus.h
  10. Include/Authentication/AuthenticationTokens.h
  11. Include/Authorization/AWSCognitoAuthorizationBus.h
  12. Include/Authorization/ClientAuthAWSCredentials.h
  13. Include/UserManagement/AWSCognitoUserManagementBus.h
  14. Source/AWSClientAuthSystemComponent.cpp
  15. Source/AWSClientAuthSystemComponent.h
  16. Source/AWSClientAuthEditorSystemComponent.cpp
  17. Source/AWSClientAuthEditorSystemComponent.h
  18. Source/AWSClientAuthBus.h
  19. Source/AWSClientAuthResourceMappingConstants.h
  20. Source/Authentication/AuthenticationNotificationBusBehaviorHandler.h
  21. Source/Authentication/AuthenticationProviderInterface.cpp
  22. Source/Authentication/AuthenticationProviderInterface.h
  23. Source/Authentication/AuthenticationProviderManager.cpp
  24. Source/Authentication/AuthenticationProviderManager.h
  25. Source/Authentication/AuthenticationProviderScriptCanvasBus.h
  26. Source/Authentication/AuthenticationProviderTypes.h
  27. Source/Authentication/AuthenticationTokens.cpp
  28. Source/Authentication/AWSCognitoAuthenticationProvider.cpp
  29. Source/Authentication/AWSCognitoAuthenticationProvider.h
  30. Source/Authentication/LWAAuthenticationProvider.cpp
  31. Source/Authentication/LWAAuthenticationProvider.h
  32. Source/Authentication/GoogleAuthenticationProvider.cpp
  33. Source/Authentication/GoogleAuthenticationProvider.h
  34. Source/Authentication/OAuthConstants.h
  35. Source/Authorization/AWSClientAuthCognitoCachingAuthenticatedCredentialsProvider.cpp
  36. Source/Authorization/AWSClientAuthCognitoCachingAuthenticatedCredentialsProvider.h
  37. Source/Authorization/AWSClientAuthPersistentCognitoIdentityProvider.cpp
  38. Source/Authorization/AWSClientAuthPersistentCognitoIdentityProvider.h
  39. Source/Authorization/AWSCognitoAuthorizationController.cpp
  40. Source/Authorization/AWSCognitoAuthorizationController.h
  41. Source/Authorization/AWSCognitoAuthorizationNotificationBusBehaviorHandler.h
  42. Source/Authorization/ClientAuthAWSCredentials.cpp
  43. Source/UserManagement/AWSCognitoUserManagementController.cpp
  44. Source/UserManagement/AWSCognitoUserManagementController.h
  45. Source/UserManagement/UserManagementNotificationBusBehaviorHandler.h
  46. )