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