spotify debug

This commit is contained in:
Lee
2024-06-28 03:50:38 +01:00
parent 53b84a884c
commit eccd673db8
2 changed files with 23 additions and 2 deletions

View File

@ -19,6 +19,11 @@ public class SpotifyProfile extends Profile {
*/
private String refreshToken;
/**
* When the access token expires
*/
private Long expiresAt;
public SpotifyProfile() {
super("spotify");
}