We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
app_auth_token
1 parent 30595f4 commit 39a0173Copy full SHA for 39a0173
src/Requests/AbstractAopRequest.php
@@ -483,6 +483,26 @@ public function setVersion($value)
483
}
484
485
486
+ /**
487
+ * @return mixed
488
+ */
489
+ public function getAppAuthToken()
490
+ {
491
+ return $this->getParameter('app_auth_token');
492
+ }
493
+
494
495
496
+ * @param $value
497
+ *
498
+ * @return $this
499
500
+ public function setAppAuthToken($value)
501
502
+ return $this->setParameter('app_auth_token', $value);
503
504
505
506
public function validateBizContent()
507
{
508
$data = $this->getBizContent();
0 commit comments