IdentitytoolkitRelyingpartyGetAccountInfoRequest constructor

IdentitytoolkitRelyingpartyGetAccountInfoRequest({
  1. String? delegatedProjectNumber,
  2. List<String>? email,
  3. String? idToken,
  4. List<String>? localId,
  5. List<String>? phoneNumber,
})

Implementation

IdentitytoolkitRelyingpartyGetAccountInfoRequest({
  this.delegatedProjectNumber,
  this.email,
  this.idToken,
  this.localId,
  this.phoneNumber,
});