Home
last modified time | relevance | path

Searched defs:AuthCodeSpotify (Results 1 – 4 of 4) sorted by relevance

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rspotify-0.11.3/src/
H A Dclient_creds.rs64 ..Default::default()
68 /// Build a new [`ClientCredsSpotify`] from an already generated token. Note
69 /// that once the token expires this will fail to make requests,
74 ..Default::default()
75 } in get_http()
120 .auth_headers() in get_oauth()
H A Dauth_code.rs16 /// This includes user authorization, and thus has access to endpoints related in auth_code_do_things()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rspotify-0.11.3/examples/
H A Dwith_refresh_token.rs22 async fn do_things(spotify: AuthCodeSpotify) { in do_things()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rspotify-0.11.3/tests/
H A Dtest_with_oauth.rs635 async fn check_num_tracks(client: &AuthCodeSpotify, playlist_id: &PlaylistId, num: i32) { in check_num_tracks()
641 async fn check_playlist_tracks(client: &AuthCodeSpotify, playlist: &FullPlaylist) { in check_playlist_tracks()
714 async fn check_playlist_follow(client: &AuthCodeSpotify, playlist: &FullPlaylist) { in check_playlist_follow()