ConsentRequiredResponse constructor
ConsentRequiredResponse({})
Returns a new ConsentRequiredResponse instance.
Implementation
ConsentRequiredResponse({
this.consentRequired,
this.client,
this.scopes = const [],
this.redirectUri,
this.state,
});