summaryrefslogtreecommitdiff
path: root/src/auth/mod.rs
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2022-09-06 21:40:01 +0200
committerHampusM <hampus@hampusmat.com>2022-09-06 21:40:01 +0200
commitb44463d533ba9b789e3423d670e2ddcc32c1112c (patch)
tree68f377f86ffbc99efcd88bc4fa1549784af6cf5d /src/auth/mod.rs
parentd7929e7e9fee879a28871c2195620869db291441 (diff)
feat: add getting user & playlists
Diffstat (limited to 'src/auth/mod.rs')
-rw-r--r--src/auth/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/auth/mod.rs b/src/auth/mod.rs
index c5beeb3..fae0383 100644
--- a/src/auth/mod.rs
+++ b/src/auth/mod.rs
@@ -96,6 +96,7 @@ impl AuthPromptHandler
}
/// A Deezer access token.
+#[derive(Debug)]
pub struct AccessToken
{
/// The access token.