A thin wrapper around SoundCloudClient with an optional pre-resolved user access token. Returned by createSoundCloudServerClient.
SoundCloudClient
Readonly
The underlying SoundCloudClient instance from soundcloud-api-ts.
soundcloud-api-ts
The resolved user access token (if getToken was provided and returned a value), or undefined for public/client-credentials-only usage.
getToken
undefined
Convenience: returns the resolved token for passing to authenticated API calls, e.g. sc.client.me.getMe({ token: sc.token() }).
sc.client.me.getMe({ token: sc.token() })
A thin wrapper around
SoundCloudClientwith an optional pre-resolved user access token. Returned by createSoundCloudServerClient.