GoogleCloudIdentitytoolkitV1SetAccountInfoResponse constructor

GoogleCloudIdentitytoolkitV1SetAccountInfoResponse({
  1. String? displayName,
  2. String? email,
  3. bool? emailVerified,
  4. String? expiresIn,
  5. String? idToken,
  6. String? kind,
  7. String? localId,
  8. String? newEmail,
  9. String? passwordHash,
  10. String? photoUrl,
  11. List<GoogleCloudIdentitytoolkitV1ProviderUserInfo>? providerUserInfo,
  12. String? refreshToken,
})

Implementation

GoogleCloudIdentitytoolkitV1SetAccountInfoResponse({
  this.displayName,
  this.email,
  this.emailVerified,
  this.expiresIn,
  this.idToken,
  this.kind,
  this.localId,
  this.newEmail,
  this.passwordHash,
  this.photoUrl,
  this.providerUserInfo,
  this.refreshToken,
});