DiscordOAuthCallback
Handles the OAuth2 callback after the user authorizes Discord access. This mutation completes the authorization flow by exchanging the code for tokens and updating the user's Discord connection metadata. It also updates the user's Discord connection metadata for Linked Roles.
type DiscordOAuthCallback {
success: Boolean!
}
Fields
DiscordOAuthCallback.success ● Boolean! non-null scalar
Returned By
discordOauthCallback mutation