pub unsafe extern "C" fn svn_auth_get_platform_specific_client_providers(
providers: *mut *mut apr_array_header_t,
config: *mut svn_config_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Set @a *providers to an array of svn_auth_provider_object_t * objects. Only client authentication providers available for the current platform are returned. Order of the platform-specific authentication providers is determined by the ‘password-stores’ configuration option which is retrieved from @a config. @a config can be NULL.
Create and allocate @a *providers in @a pool.
Default order of the platform-specific authentication providers:
- gnome-keyring
- kwallet
- keychain
- gpg-agent
- windows-cryptoapi
@since New in 1.6.