GME
13
|
#include <svn_auth.h>
Public Attributes | |
const char * | username |
const char * | password |
svn_boolean_t | may_save |
SVN_AUTH_CRED_SIMPLE
credentials.
Definition at line 189 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 199 of file svn_auth.h.
const char* svn_auth_cred_simple_t::password |
Password
Definition at line 194 of file svn_auth.h.
const char* svn_auth_cred_simple_t::username |
Username
Definition at line 192 of file svn_auth.h.