Subversion 1.6.16
|
SVN_AUTH_CRED_SIMPLE
credentials.
More...
#include <svn_auth.h>
Data Fields | |
const char * | username |
Username. | |
const char * | password |
Password. | |
svn_boolean_t | may_save |
Indicates if the credentials may be saved (to disk). |
SVN_AUTH_CRED_SIMPLE
credentials.
Definition at line 185 of file svn_auth.h.
Indicates if the credentials may be saved (to disk).
For example, a GUI prompt implementation with a remember password checkbox shall set may_save to TRUE if the checkbox is checked.
Definition at line 195 of file svn_auth.h.