GoogleIdentityStsV1ExchangeTokenResponse constructor

GoogleIdentityStsV1ExchangeTokenResponse({
  1. String? accessToken,
  2. int? expiresIn,
  3. String? issuedTokenType,
  4. String? tokenType,
})

Implementation

GoogleIdentityStsV1ExchangeTokenResponse({
  this.accessToken,
  this.expiresIn,
  this.issuedTokenType,
  this.tokenType,
});