Skip to main content

DiscordTokenRevocation

@discordeno/botDocs


Documentation / @discordeno/bot / DiscordTokenRevocation

Interface: DiscordTokenRevocation

Properties

token

token: string

The access token to revoke

Defined in

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


token_type_hint?

optional token_type_hint: "access_token" | "refresh_token"

Optional, the type of token you are using for the revocation

Defined in

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