Type Definition git_repository::remote::AuthenticateFn

source ·
pub type AuthenticateFn<'a> = Box<dyn FnMut(Action) -> Result + 'a>;
Available on crate features async-network-client or blocking-network-client only.
Expand description

A function that performs a given credential action, trying to obtain credentials for an operation that needs it.