Your SoundCloud application's OAuth client ID
Your SoundCloud application's OAuth client secret
The redirect URI registered with your SoundCloud application
The refresh token from a previous token response
A new OAuth token response with fresh access and refresh tokens
Refresh an expired access token using a refresh token (refresh_token grant).
This is a standalone function alternative to SoundCloudClient.Auth.refreshUserToken.