LinkOAuthCorrelationIdExchangeRequest constructor

LinkOAuthCorrelationIdExchangeRequest({
  1. String? clientId,
  2. String? secret,
  3. required String linkCorrelationId,
})

Implementation

LinkOAuthCorrelationIdExchangeRequest({
  this.clientId,
  this.secret,
  required this.linkCorrelationId,
});