RESTOAuth2ImplicitAuthorizationQuery
https://discord.com/developers/docs/topics/oauth2#implicit-grant
Signature
export interface RESTOAuth2ImplicitAuthorizationQueryProperties
6Methods
0No methods.
Properties
response_type: 'token';client_id: Snowflake;scope: string;redirect_uri?: string;state?: string;prompt?: 'consent' | 'none';