GoogleCloudIdentitytoolkitV1ProviderUserInfo constructor

GoogleCloudIdentitytoolkitV1ProviderUserInfo({
  1. String? displayName,
  2. String? email,
  3. String? federatedId,
  4. String? phoneNumber,
  5. String? photoUrl,
  6. String? providerId,
  7. String? rawId,
  8. String? screenName,
})

Implementation

GoogleCloudIdentitytoolkitV1ProviderUserInfo({
  this.displayName,
  this.email,
  this.federatedId,
  this.phoneNumber,
  this.photoUrl,
  this.providerId,
  this.rawId,
  this.screenName,
});