Trait spotify_rs::auth::AuthFlow

source ·
pub trait AuthFlow {
    // Required methods
    fn client_id(&self) -> ClientId;
    fn client_secret(&self) -> Option<ClientSecret>;

    // Provided method
    fn token_url(&self) -> Option<TokenUrl> { ... }
}

Required Methods§

Provided Methods§

Implementors§