GoogleCloudIdentitytoolkitV1UserInfo constructor
GoogleCloudIdentitytoolkitV1UserInfo({
- String? createdAt,
- String? customAttributes,
- bool? customAuth,
- String? dateOfBirth,
- bool? disabled,
- String? displayName,
- String? email,
- bool? emailLinkSignin,
- bool? emailVerified,
- String? initialEmail,
- String? language,
- String? lastLoginAt,
- String? lastRefreshAt,
- String? localId,
- List<
GoogleCloudIdentitytoolkitV1MfaEnrollment> ? mfaInfo, - String? passwordHash,
- double? passwordUpdatedAt,
- String? phoneNumber,
- String? photoUrl,
- List<
GoogleCloudIdentitytoolkitV1ProviderUserInfo> ? providerUserInfo, - String? rawPassword,
- String? salt,
- String? screenName,
- String? tenantId,
- String? timeZone,
- String? validSince,
- int? version,
Implementation
GoogleCloudIdentitytoolkitV1UserInfo({
this.createdAt,
this.customAttributes,
this.customAuth,
this.dateOfBirth,
this.disabled,
this.displayName,
this.email,
this.emailLinkSignin,
this.emailVerified,
this.initialEmail,
this.language,
this.lastLoginAt,
this.lastRefreshAt,
this.localId,
this.mfaInfo,
this.passwordHash,
this.passwordUpdatedAt,
this.phoneNumber,
this.photoUrl,
this.providerUserInfo,
this.rawPassword,
this.salt,
this.screenName,
this.tenantId,
this.timeZone,
this.validSince,
this.version,
});