@typed-discord/rest
Preparing search index...
types
AuthorizationCodeRequest
Interface AuthorizationCodeRequest
interface
AuthorizationCodeRequest
{
client_id
:
`
${
bigint
}
`
;
client_secret
:
string
;
grant_type
:
REFRESH_TOKEN
;
refresh_token
:
string
;
}
Index
Properties
client_
id
client_
secret
grant_
type
refresh_
token
Properties
client_
id
client_id
:
`
${
bigint
}
`
client_
secret
client_secret
:
string
grant_
type
grant_type
:
REFRESH_TOKEN
refresh_
token
refresh_token
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client_
id
client_
secret
grant_
type
refresh_
token
@typed-discord/rest
Loading...