RevokeConsentRequest constructor
RevokeConsentRequest({
- required String clientId,
Returns a new RevokeConsentRequest instance.
Implementation
RevokeConsentRequest({
required this.clientId,
});