pub type ClientCredsClient<V = NoVerifier> = Client<UnAuthenticated, ClientCredsFlow, V>;
Expand description

A client created using the Client Credentials Flow.