Complete SoundCloud login manually
soundcloud_auth_completeComplete an interrupted SoundCloud OAuth login by submitting the redirect URL or authorization code from the browser callback to finalize authentication.
Instructions
Finish a login started with soundcloud_auth_login when the browser callback could not reach the local listener. Accepts the full URL the browser was redirected to, or just the ?code= value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code_or_url | Yes | The redirect URL (contains ?code=...&state=...) or the bare authorization code |