forked from Fascinated/Bat
spotify debug
This commit is contained in:
@ -19,6 +19,11 @@ public class SpotifyProfile extends Profile {
|
||||
*/
|
||||
private String refreshToken;
|
||||
|
||||
/**
|
||||
* When the access token expires
|
||||
*/
|
||||
private Long expiresAt;
|
||||
|
||||
public SpotifyProfile() {
|
||||
super("spotify");
|
||||
}
|
||||
|
Reference in New Issue
Block a user