AuthorizeConsentRequest constructor
const
AuthorizeConsentRequest({
- required SnowflakeType clientId,
- required String scope,
- String? responseType,
- String? redirectUri,
- String? state,
- String? permissions,
- SnowflakeType? guildId,
- String? codeChallenge,
- AuthorizeConsentRequestCodeChallengeMethodCodeChallengeMethod? codeChallengeMethod,
Implementation
const AuthorizeConsentRequest({
required this.clientId,
required this.scope,
this.responseType,
this.redirectUri,
this.state,
this.permissions,
this.guildId,
this.codeChallenge,
this.codeChallengeMethod,
});