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