Skip to main content

DiscordTokenExchangeRefreshToken

@discordeno/botDocs


Documentation / @discordeno/bot / DiscordTokenExchangeRefreshToken

Interface: DiscordTokenExchangeRefreshToken

https://discord.com/developers/docs/topics/oauth2#client-credentials-grant

Properties

grant_type

grant_type: "refresh_token"

Defined in

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


refresh_token

refresh_token: string

the user's refresh token

Defined in

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