mirror of
https://github.com/librespot-org/librespot.git
synced 2024-11-08 16:45:43 +00:00
Document known token scopes
This commit is contained in:
parent
850db43254
commit
e1e265179f
1 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,13 @@
|
||||||
// Ported from librespot-java. Relicensed under MIT with permission.
|
// Ported from librespot-java. Relicensed under MIT with permission.
|
||||||
|
|
||||||
|
// Known tokens:
|
||||||
|
// ugc-image-upload, playlist-read-collaborative, playlist-modify-private,
|
||||||
|
// playlist-modify-public, playlist-read-private, user-read-playback-position,
|
||||||
|
// user-read-recently-played, user-top-read, user-modify-playback-state,
|
||||||
|
// user-read-currently-playing, user-read-playback-state, user-read-private, user-read-email,
|
||||||
|
// user-library-modify, user-library-read, user-follow-modify, user-follow-read, streaming,
|
||||||
|
// app-remote-control
|
||||||
|
|
||||||
use crate::mercury::MercuryError;
|
use crate::mercury::MercuryError;
|
||||||
|
|
||||||
use serde::Deserialize;
|
use serde::Deserialize;
|
||||||
|
|
Loading…
Reference in a new issue