ConsentRequest constructor
ConsentRequest({})
Returns a new ConsentRequest instance.
Implementation
ConsentRequest({
required this.clientId,
this.scope,
required this.redirectUri,
this.state,
this.nonce,
this.codeChallenge,
this.codeChallengeMethod,
required this.approved,
});