Documentation
SPO_ResetToken
Require: IP-Symcon >= 5.3
boolean SPO_ResetToken (int $InstanceID)
Parameters
InstanceID | ID of the Instance |
Returns
If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.
Description
Resets the OAuth-token and thus the link to the Spotify account.
Example
SPO_ResetToken(12345);