#include <opensync_plugin_authentication_private.h>
Data Fields | |
| char * | username |
| char * | password |
| char * | reference |
| OSyncPluginAuthenticationOptionSupportedFlags | supported_options |
| int | ref_count |
Definition at line 28 of file opensync_plugin_authentication_private.h.
Username (or Login) to identifiy or authentifiy
Definition at line 30 of file opensync_plugin_authentication_private.h.
Referenced by osync_plugin_authentication_get_username(), osync_plugin_authentication_set_username(), and osync_plugin_authentication_unref().
Password to authenticate. DONT USE THIS! The password is NOT protect at all!
Definition at line 32 of file opensync_plugin_authentication_private.h.
Referenced by osync_plugin_authentication_get_password(), osync_plugin_authentication_set_password(), and osync_plugin_authentication_unref().
Reference or Key for Password Managers which store the password in a safe way.
Definition at line 34 of file opensync_plugin_authentication_private.h.
Referenced by osync_plugin_authentication_get_reference(), osync_plugin_authentication_set_reference(), and osync_plugin_authentication_unref().
Supported authentication options
Definition at line 37 of file opensync_plugin_authentication_private.h.
Referenced by osync_plugin_authentication_option_is_supported(), and osync_plugin_authentication_option_set_supported().
Object reference counting
Definition at line 40 of file opensync_plugin_authentication_private.h.
Referenced by osync_plugin_authentication_new(), osync_plugin_authentication_ref(), and osync_plugin_authentication_unref().
1.5.7.1