VerifyPasswordResponse constructor

VerifyPasswordResponse({
  1. String? displayName,
  2. String? email,
  3. String? expiresIn,
  4. String? idToken,
  5. String? kind,
  6. String? localId,
  7. String? oauthAccessToken,
  8. String? oauthAuthorizationCode,
  9. int? oauthExpireIn,
  10. String? photoUrl,
  11. String? refreshToken,
  12. bool? registered,
})

Implementation

VerifyPasswordResponse({
  this.displayName,
  this.email,
  this.expiresIn,
  this.idToken,
  this.kind,
  this.localId,
  this.oauthAccessToken,
  this.oauthAuthorizationCode,
  this.oauthExpireIn,
  this.photoUrl,
  this.refreshToken,
  this.registered,
});