Codemesh Runtime v3 C++ API Reference
3.9.205
|
The interface that all custom authentication providers need to implement. More...
#include <xmog_authentication_provider.h>
Public Member Functions | |
xmog_authentication_provider (const char *auth) | |
Creates an authentication provider instance based on an authentication string. More... | |
The interface that all custom authentication providers need to implement.
xmog_authentication_provider::xmog_authentication_provider | ( | const char * | auth | ) |
Creates an authentication provider instance based on an authentication string.
auth | the provider-specific authentication options. |