Discord.https - v3.0.16
Preparing search index...
index
RESTOAuth2ImplicitAuthorizationQuery
Interface RESTOAuth2ImplicitAuthorizationQuery
See
https://discord.com/developers/docs/topics/oauth2#implicit-grant
interface
RESTOAuth2ImplicitAuthorizationQuery
{
client_id
:
string
;
prompt
?:
"consent"
|
"none"
;
redirect_uri
?:
string
;
response_type
:
"token"
;
scope
:
string
;
state
?:
string
;
}
Index
Properties
client_
id
prompt?
redirect_
uri?
response_
type
scope
state?
Properties
client_
id
client_id
:
string
Optional
prompt
prompt
?:
"consent"
|
"none"
Optional
redirect_
uri
redirect_uri
?:
string
response_
type
response_type
:
"token"
scope
scope
:
string
Optional
state
state
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client_
id
prompt
redirect_
uri
response_
type
scope
state
Discord.https - v3.0.16
Loading...
See
https://discord.com/developers/docs/topics/oauth2#implicit-grant