GoogleCloudIdentitytoolkitV1SignInWithIdpResponse constructor

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

Implementation

GoogleCloudIdentitytoolkitV1SignInWithIdpResponse({
  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.mfaInfo,
  this.mfaPendingCredential,
  this.needConfirmation,
  this.needEmail,
  this.nickName,
  this.oauthAccessToken,
  this.oauthAuthorizationCode,
  this.oauthExpireIn,
  this.oauthIdToken,
  this.oauthRefreshToken,
  this.oauthTokenSecret,
  this.originalEmail,
  this.pendingToken,
  this.photoUrl,
  this.providerId,
  this.rawUserInfo,
  this.refreshToken,
  this.screenName,
  this.tenantId,
  this.timeZone,
  this.verifiedProvider,
});