GoogleFirebaseInstallationsV1AuthTokenInfo constructor

GoogleFirebaseInstallationsV1AuthTokenInfo({
  1. String? expiresIn,
  2. String? token,
})

Implementation

GoogleFirebaseInstallationsV1AuthTokenInfo({
  this.expiresIn,
  this.token,
});