pub type AuthCodePkceClient<V = NoVerifier> = Client<UnAuthenticated, AuthCodePkceFlow, V>;
Expand description

A client created using the Authorisation Code with PKCE Flow.