Skip to content

Commit

Permalink
document application privacy policy and tos fields (#2703)
Browse files Browse the repository at this point in the history
  • Loading branch information
advaith1 committed Apr 6, 2021
1 parent 4f6fac7 commit 39b254b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/topics/OAuth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,8 @@ Returns the bot's OAuth2 [application](#DOCS_TOPICS_OAUTH2/application) object w
| rpc_origins? | array of strings | an array of rpc origin urls, if rpc is enabled |
| bot_public | boolean | when false only app owner can join the app's bot to guilds |
| bot_require_code_grant | boolean | when true the app's bot will only join upon completion of the full oauth2 code grant flow |
| terms_of_service_url? | string | the url of the app's terms of service |
| privacy_policy_url? | string | the url of the app's privacy policy |
| owner | partial [user](#DOCS_RESOURCES_USER/user-object) object | partial user object containing info on the owner of the application |
| summary | string | if this application is a game sold on Discord, this field will be the summary field for the store page of its primary sku |
| verify_key | string | the hex encoded key for verification in interactions and the GameSDK's [GetTicket](#DOCS_GAME_SDK_APPLICATIONS/get-ticket) |
Expand Down

0 comments on commit 39b254b

Please sign in to comment.