AsyncSpotifyPKCE

Type Alias AsyncSpotifyPKCE 

Source
pub type AsyncSpotifyPKCE = AsyncSpotify<AuthCodePKCE>;
Expand description

Type alias for an async Spotify client using Authorization Code with PKCE flow.

Aliased Typeยง

pub struct AsyncSpotifyPKCE { /* private fields */ }