IdentitytoolkitRelyingpartySetAccountInfoRequest constructor
IdentitytoolkitRelyingpartySetAccountInfoRequest({
- String? captchaChallenge,
- String? captchaResponse,
- String? createdAt,
- String? customAttributes,
- String? delegatedProjectNumber,
- List<
String> ? deleteAttribute, - List<
String> ? deleteProvider, - bool? disableUser,
- String? displayName,
- String? email,
- bool? emailVerified,
- String? idToken,
- String? instanceId,
- String? lastLoginAt,
- String? localId,
- String? oobCode,
- String? password,
- String? phoneNumber,
- String? photoUrl,
- List<
String> ? provider, - bool? returnSecureToken,
- bool? upgradeToFederatedLogin,
- String? validSince,
Implementation
IdentitytoolkitRelyingpartySetAccountInfoRequest({
this.captchaChallenge,
this.captchaResponse,
this.createdAt,
this.customAttributes,
this.delegatedProjectNumber,
this.deleteAttribute,
this.deleteProvider,
this.disableUser,
this.displayName,
this.email,
this.emailVerified,
this.idToken,
this.instanceId,
this.lastLoginAt,
this.localId,
this.oobCode,
this.password,
this.phoneNumber,
this.photoUrl,
this.provider,
this.returnSecureToken,
this.upgradeToFederatedLogin,
this.validSince,
});