Interface
APIOAuthApplication
Application from GET /oauth2/applications/@me.
Properties
bot
?: APIUserPartial | nullAssociated bot user.
bot_public
?: booleanWhether the bot is public.
bot_require_code_grant
?: booleanWhether the bot requires OAuth2 code grant flow.
client_secret
?: stringOAuth2 client secret.
description
?: string | nullApplication description.
icon
?: string | nullApplication icon hash.
id
: SnowflakeApplication ID.
name
: stringApplication name.
redirect_uris
?: string[]OAuth2 redirect URIs.