GoogleCloudIdentitytoolkitV1VerifyIosClientRequest constructor

GoogleCloudIdentitytoolkitV1VerifyIosClientRequest({
  1. String? appToken,
  2. bool? isSandbox,
})

Implementation

GoogleCloudIdentitytoolkitV1VerifyIosClientRequest({
  this.appToken,
  this.isSandbox,
});