You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/discord-social-sdk/development-guides/account-linking-with-discord.mdx
+38-38Lines changed: 38 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,8 +106,6 @@ Once the user approves the request from Step 2, Discord will redirect the user b
106
106
107
107
### Step 4: Exchanging the Authorization Code for an Access Token
108
108
109
-
#### Token Exchange for Public Clients
110
-
111
109
#### Server-to-Server Get Token Exchange
112
110
113
111
If your application uses a backend server and does **not** have `Public Client` enabled, you can manually exchange the authorization code for an access token using the Discord API.
If your app does not have a backend server, enable `Public Client` in the Discord Developer Portal and use [`Client::GetToken`] to automatically exchange the authorization code for a token.
0 commit comments