如何从spotify注销[认证库] [spotify-android-auth-1.0]

时间:2017-02-06 08:26:10

标签: android authentication spotify

我们正在使用Spotify身份验证库(spotify-auth:1.0.0-beta11)。该库包含从该帐户注销用户的方法。

AuthenticationClient.logout(context);

更新到最新版本的SDK(spotify-android-auth-1.0)后,此方法消失,Authentication Guide表示我们可以使用

  

AuthenticationClient#clearCookies

但此方法在SDK中也不可用。它甚至没有记录在Android SDK API References

问题是我们现在如何从Spotify注销?是否有可能将logout()方法带回SDK?

1 个答案:

答案 0 :(得分:0)

根据您是否使用Spotify应用程序执行登录(如果您调用AuthenticationClient.openLoginActivity),我知道的唯一方法是用户是否从Spotify应用程序本身注销而您无法真正控制但是,如果你使用WebView进行身份验证,一种可能的方法是清除Webview的cookie,理论上这应该可行,尽管我还没有自己测试过。