Trait spotify_rs::auth::AuthFlow
source · pub trait AuthFlow: Sealed {
// Required methods
fn client_id(&self) -> ClientId;
fn client_secret(&self) -> Option<ClientSecret>;
fn scopes(self) -> Option<Vec<Scope>>;
}pub trait AuthFlow: Sealed {
// Required methods
fn client_id(&self) -> ClientId;
fn client_secret(&self) -> Option<ClientSecret>;
fn scopes(self) -> Option<Vec<Scope>>;
}