【发布时间】:2017-06-23 03:03:08
【问题描述】:
我们正在使用 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?
【问题讨论】:
-
你解决过这个问题吗?
-
是的,你解决了吗?
标签: android authentication spotify