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.