pub type GssTokenProviderEx = Arc<dyn for<'a> Fn(GssTokenRequest<'a>) -> Result<Vec<u8>, String> + Send + Sync>;Expand description
Stateful callback for Kerberos/GSS/SSPI response generation.
Use this when the underlying auth stack needs per-handshake context between
AuthenticationGSS and AuthenticationGSSContinue messages.
Aliased Typeยง
pub struct GssTokenProviderEx { /* private fields */ }