Type Alias spotify_rs::client::ClientCredsClient
source · pub type ClientCredsClient<V = NoVerifier> = Client<UnAuthenticated, ClientCredsFlow, V>;Expand description
A client created using the Client Credentials Flow.
pub type ClientCredsClient<V = NoVerifier> = Client<UnAuthenticated, ClientCredsFlow, V>;A client created using the Client Credentials Flow.