GoogleCloudIdentitytoolkitV1SignInWithCustomTokenResponse constructor

GoogleCloudIdentitytoolkitV1SignInWithCustomTokenResponse({
  1. String? expiresIn,
  2. String? idToken,
  3. bool? isNewUser,
  4. String? kind,
  5. String? refreshToken,
})

Implementation

GoogleCloudIdentitytoolkitV1SignInWithCustomTokenResponse({
  this.expiresIn,
  this.idToken,
  this.isNewUser,
  this.kind,
  this.refreshToken,
});