FetchAccessTokenResponse constructor

FetchAccessTokenResponse({
  1. String? expireTime,
  2. String? readLocation,
  3. String? token,
  4. String? writeLocation,
})

Implementation

FetchAccessTokenResponse({
  this.expireTime,
  this.readLocation,
  this.token,
  this.writeLocation,
});