ExchangeAuthCodeResponse constructor

ExchangeAuthCodeResponse({
  1. AccessCredentials? accessCredentials,
})

Implementation

ExchangeAuthCodeResponse({
  this.accessCredentials,
});