VerifyAssertionResponse constructor

VerifyAssertionResponse({
  1. String? action,
  2. String? appInstallationUrl,
  3. String? appScheme,
  4. String? context,
  5. String? dateOfBirth,
  6. String? displayName,
  7. String? email,
  8. bool? emailRecycled,
  9. bool? emailVerified,
  10. String? errorMessage,
  11. String? expiresIn,
  12. String? federatedId,
  13. String? firstName,
  14. String? fullName,
  15. String? idToken,
  16. String? inputEmail,
  17. bool? isNewUser,
  18. String? kind,
  19. String? language,
  20. String? lastName,
  21. String? localId,
  22. bool? needConfirmation,
  23. bool? needEmail,
  24. String? nickName,
  25. String? oauthAccessToken,
  26. String? oauthAuthorizationCode,
  27. int? oauthExpireIn,
  28. String? oauthIdToken,
  29. String? oauthRequestToken,
  30. String? oauthScope,
  31. String? oauthTokenSecret,
  32. String? originalEmail,
  33. String? photoUrl,
  34. String? providerId,
  35. String? rawUserInfo,
  36. String? refreshToken,
  37. String? screenName,
  38. String? timeZone,
  39. List<String>? verifiedProvider,
})

Implementation

VerifyAssertionResponse({
  this.action,
  this.appInstallationUrl,
  this.appScheme,
  this.context,
  this.dateOfBirth,
  this.displayName,
  this.email,
  this.emailRecycled,
  this.emailVerified,
  this.errorMessage,
  this.expiresIn,
  this.federatedId,
  this.firstName,
  this.fullName,
  this.idToken,
  this.inputEmail,
  this.isNewUser,
  this.kind,
  this.language,
  this.lastName,
  this.localId,
  this.needConfirmation,
  this.needEmail,
  this.nickName,
  this.oauthAccessToken,
  this.oauthAuthorizationCode,
  this.oauthExpireIn,
  this.oauthIdToken,
  this.oauthRequestToken,
  this.oauthScope,
  this.oauthTokenSecret,
  this.originalEmail,
  this.photoUrl,
  this.providerId,
  this.rawUserInfo,
  this.refreshToken,
  this.screenName,
  this.timeZone,
  this.verifiedProvider,
});