AccountCredentials constructor

AccountCredentials({
  1. String? accessToken,
  2. String? expiresIn,
  3. String? purpose,
})

Implementation

AccountCredentials({
  this.accessToken,
  this.expiresIn,
  this.purpose,
});