RevokeConsentRequest constructor

RevokeConsentRequest({
  1. required String clientId,
})

Returns a new RevokeConsentRequest instance.

Implementation

RevokeConsentRequest({
  required this.clientId,
});