17 Invalid refresh token #20

Merged
B00tLoad merged 5 commits from 17-invalid-refresh-token into master 2023-01-28 22:03:18 +01:00
Showing only changes of commit 7b3aa0107f - Show all commits

View File

@@ -8,7 +8,7 @@ import static de.b00tload.tools.lastfmtospotifyplaylist.LastFMToSpotify.configur
public class TokenHelper {
/**
* Manages saving a <codede.b00tload.tools.lastfmtospotifyplaylist.util.SpotifyCredentials</code> into "~/.lfm2s/spotify.lfm2scred" using <code>de.b00tload.tools.lastfmtospotifyplaylist.util.CryptoHelper.serializeEncrypted(...)</code>
* Manages saving a <code>de.b00tload.tools.lastfmtospotifyplaylist.util.SpotifyCredentials</code> into "~/.lfm2s/spotify.lfm2scred" using <code>de.b00tload.tools.lastfmtospotifyplaylist.util.CryptoHelper.serializeEncrypted(...)</code>
* @param cred The <code>de.b00tload.tools.lastfmtospotifyplaylist.util.SpotifyCredentials</code> to be saved
*/
public static void saveTokens(SpotifyCredentials cred) {