svn_auth_save_credentials

Function svn_auth_save_credentials 

Source
pub unsafe extern "C" fn svn_auth_save_credentials(
    state: *mut svn_auth_iterstate_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Save a set of credentials.

Ask @a state to store the most recently returned credentials, presumably because they successfully authenticated. All allocations should be done in @a pool.

If no credentials were ever returned, do nothing.