Version:

IN THIS ARTICLE

Using the C++ API with the AWS Client Auth Gem

The AWS Client Auth Gem provides a C++ API for making client authorization and user management requests and handling notifications using the O3DE EBus. For more information about using the EBus system, refer to the EBus documentation.

C++ API Reference

The O3DE API Reference Guide has a complete reference to the AWS Client Auth C++ API.

In particular, for Amazon Cognito authorization requests, refer to the documentation for the IAWSCognitoAuthorizationRequests interface and the AWSCognitoAuthorizationNotifications notification bus for handler functions.

For Amazon Cognito user management requests, refer to the documentation for the IAWSCognitoUserManagementRequests interface and the AWSCognitoUserManagementNotifications notification bus for handler functions.

For authentication requests using one of the supported authentication providers, refer to the documentation for the AuthenticationProviderInterface interface and the AuthenticationProviderNotifications notification bus for handler functions.

Reference documentation for specific authentication provider implementations can be found in AWSCognitoAuthenticationProvider , GoogleAuthenticationProvider , and LWAAuthenticationProvider .