Skip to main content

DiscordTokenExchangeAuthorizationCode

@discordeno/botDocs


Documentation / @discordeno/bot / DiscordTokenExchangeAuthorizationCode

Interface: DiscordTokenExchangeAuthorizationCode

Properties

code

code: string

The code for the token exchange

Defined in

packages/types/dist/types/discord.d.ts:385


grant_type

grant_type: "authorization_code"

Defined in

packages/types/dist/types/discord.d.ts:383


redirect_uri

redirect_uri: string

The redirect_uri associated with this authorization

Defined in

packages/types/dist/types/discord.d.ts:387