SoundCloud OAuth client ID from your app registration.
SoundCloud OAuth client secret from your app registration.
OptionalgetCustom token provider for public (non-auth) routes. When set, this function is called instead of the default client-credentials flow. Useful when your app stores OAuth tokens externally (e.g. Redis, database).
A valid SoundCloud access token string.
OptionalredirectOAuth redirect URI — required if using authentication features (login/callback).
Configuration for initializing server-side SoundCloud API route handlers.
Example
See
createSoundCloudRoutes for usage