[][src]Module aspotify::authorization

Everything relating to authorization for the Spotify endpoints.

Re-exports

pub use auth_code_flow::*;
pub use c_c_flow::*;

Modules

auth_code_flow

The Authorization Code Spotify authorization flow.

c_c_flow

The Client Credentials Spotify authorization flow.

Structs

AccessToken

An access token for the Spotify API.

ClientCredentials

An object that holds your Spotify Client ID and Client Secret.