Subversion
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
svn_auth_cred_username_t Struct Reference

SVN_AUTH_CRED_USERNAME credentials. More...

#include <svn_auth.h>

Data Fields

const char * username
 Username.
 
svn_boolean_t may_save
 Indicates if the credentials may be saved (to disk). More...
 

Detailed Description

SVN_AUTH_CRED_USERNAME credentials.

Definition at line 213 of file svn_auth.h.

Field Documentation

svn_boolean_t svn_auth_cred_username_t::may_save

Indicates if the credentials may be saved (to disk).

For example, a GUI prompt implementation with a remember username checkbox shall set may_save to TRUE if the checkbox is checked.

Definition at line 221 of file svn_auth.h.


The documentation for this struct was generated from the following file: