IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse constructor

IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse({
  1. String? expiresIn,
  2. String? idToken,
  3. bool? isNewUser,
  4. String? localId,
  5. String? phoneNumber,
  6. String? refreshToken,
  7. String? temporaryProof,
  8. String? temporaryProofExpiresIn,
  9. String? verificationProof,
  10. String? verificationProofExpiresIn,
})

Implementation

IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse({
  this.expiresIn,
  this.idToken,
  this.isNewUser,
  this.localId,
  this.phoneNumber,
  this.refreshToken,
  this.temporaryProof,
  this.temporaryProofExpiresIn,
  this.verificationProof,
  this.verificationProofExpiresIn,
});