pub unsafe extern "C" fn svn_auth_get_username_provider(
provider: *mut *mut svn_auth_provider_object_t,
pool: *mut apr_pool_t,
)
Expand description
Set @a *provider to an authentication provider of type @c svn_auth_cred_username_t that gets/sets information from a user’s ~/.subversion configuration directory. Allocate @a *provider in @a pool.
If a default username is available, @a *provider will honor it, and return it when svn_auth_first_credentials() is called. (See @c SVN_AUTH_PARAM_DEFAULT_USERNAME.)
@since New in 1.4.