Your SoundCloud application's OAuth client ID
Your SoundCloud application's OAuth client secret
The redirect URI registered with your SoundCloud application
The authorization code received from the OAuth callback
OptionalcodeVerifier: stringPKCE code verifier if a code challenge was used during authorization
The OAuth token response including access and refresh tokens
Exchange an authorization code for user tokens (authorization_code grant).
This is a standalone function alternative to SoundCloudClient.Auth.getUserToken.