Interface
APIOAuthApplication
Application from GET /oauth2/applications/@me.
Properties
| Name | Type | Description |
|---|---|---|
| bot? | APIUserPartial | null | Associated bot user. |
| bot_public? | boolean | Whether the bot is public. |
| bot_require_code_grant? | boolean | Whether the bot requires OAuth2 code grant flow. |
| client_secret? | string | OAuth2 client secret. |
| description? | string | null | Application description. |
| icon? | string | null | Application icon hash. |
| id | Snowflake | Application ID. |
| name | string | Application name. |
| redirect_uris? | string[] | OAuth2 redirect URIs. |