Skip to content

Instantly share code, notes, and snippets.

@voronenko-p
Created March 29, 2020 11:21
Show Gist options
  • Save voronenko-p/9cf9363a73e05a08d7adbec3ce30fa1b to your computer and use it in GitHub Desktop.
Save voronenko-p/9cf9363a73e05a08d7adbec3ce30fa1b to your computer and use it in GitHub Desktop.
curl --request POST \
--url https://{{companyname}}.auth0.com/oauth/token \
--header 'content-type: application/json' \
--data '{"client_id":"R477zd0dhD0Hq3CnNIEgE677nwboYD5u","client_secret":"Omps9OmF5j_gNJBfc6byC3i6YuokRhVxtUG3THzEpKtOau8mgq9qAUZ6FxhxIHm2","audience":"https://implicitgrant.auth0.voronenko.net","grant_type":"client_credentials"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment