Open 3D Engine AWSClientAuth Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AWSClientAuth::UserManagementNotificationBusBehaviorHandler Class Reference

User management behavior EBus handler. More...

#include <UserManagementNotificationBusBehaviorHandler.h>

Inherits AWSCognitoUserManagementNotificationBus::Handler, and AZ::BehaviorEBusHandler.

Public Member Functions

 AZ_EBUS_BEHAVIOR_BINDER (UserManagementNotificationBusBehaviorHandler, "{57289595-2CDC-4834-8017-4A96B983E028}", AZ::SystemAllocator, OnEmailSignUpSuccess, OnEmailSignUpFail, OnPhoneSignUpSuccess, OnPhoneSignUpFail, OnConfirmSignUpSuccess, OnConfirmSignUpFail, OnForgotPasswordSuccess, OnForgotPasswordFail, OnConfirmForgotPasswordSuccess, OnConfirmForgotPasswordFail, OnEnableMFASuccess, OnEnableMFAFail)
 
void OnEmailSignUpSuccess (const AZStd::string &uuid) override
 
void OnEmailSignUpFail (const AZStd::string &error) override
 
void OnPhoneSignUpSuccess (const AZStd::string &uuid) override
 
void OnPhoneSignUpFail (const AZStd::string &error) override
 
void OnConfirmSignUpSuccess () override
 
void OnConfirmSignUpFail (const AZStd::string &error) override
 
void OnForgotPasswordSuccess () override
 
void OnForgotPasswordFail (const AZStd::string &error) override
 
void OnConfirmForgotPasswordSuccess () override
 
void OnConfirmForgotPasswordFail (const AZStd::string &error) override
 
void OnEnableMFASuccess () override
 
void OnEnableMFAFail (const AZStd::string &error) override
 

Detailed Description

User management behavior EBus handler.


The documentation for this class was generated from the following file: