How do we use "code" in response_type?

I would like to use the API to do social login.
How do I use the response_type “code” in the following document?
https://auth0.com/docs/api/authentication?http#social

Hi @nnahito,

In OAuth’s authorization code flow, the code is exchanged for an Access Token and an ID Token. The code will be used in the body of the /oauth/token endpoint: Authentication API Explorer

Note: we have many SDKs that make this exchange easy: https://auth0.com/docs/quickstarts/

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.