Token
API for getting auth token.
Example
Tweak example to fit your tech stack and use case.
getToken
Returns access token which authenticates requests sent by Soundcloud Wrapper.
Prop | Type | Default |
---|---|---|
clientId | string | - |
clientSecret | string | - |
redirectUri | string | - |
PKCECodeVerifier | string | - |
PKCECodeChallenge | string | - |
More Info
For more info on authorization see the official Soundcloud docs.