VerifyPasswordResponse constructor
      
      VerifyPasswordResponse({})
     
    
    
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,
});