We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15630e commit 629757fCopy full SHA for 629757f
sig/code0/identities/provider/discord.rbs
@@ -4,7 +4,7 @@ module Code0
4
class Discord < BaseOauth
5
def token_url: () -> "https://discord.com/api/oauth2/token"
6
7
- def token_payload: (untyped code) -> { code: String, grant_type: "authorization_code", redirect_uri: String, client_id: String, client_secret: String }
+ def token_payload: (code: String) -> { code: String, grant_type: "authorization_code", redirect_uri: String, client_id: String, client_secret: String }
8
9
def user_details_url: () -> "https://discord.com/api/users/@me"
10
0 commit comments