ark::aws::AuthenticationPlugin
Defined in header “ark/aws/gui/authentication_plugin.hh”.
A simple plugin that will prompt user for username/password to retrieve AWS Credentials via cognito.
Methods
-
AuthenticationPlugin(std::string name, std::string comms_namespace)
Constructor. Initializes the plugin defaults. -
~AuthenticationPlugin()
Virtual destructor, for cleanup. -
void initialize(gui::PluginInterface & interface)
Called during initialization. This gives you a chance to register you widget elements and communication methods.