GoogleCloudIdentitytoolkitV1VerifyIosClientResponse constructor

GoogleCloudIdentitytoolkitV1VerifyIosClientResponse({
  1. String? receipt,
  2. String? suggestedTimeout,
})

Implementation

GoogleCloudIdentitytoolkitV1VerifyIosClientResponse({
  this.receipt,
  this.suggestedTimeout,
});