Type Alias spotify_rs::client::AuthCodePkceClient
source · pub type AuthCodePkceClient<V = NoVerifier> = Client<UnAuthenticated, AuthCodePkceFlow, V>;Expand description
A client created using the Authorisation Code with PKCE Flow.