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.
1 parent b78b3f0 commit 0fd0863Copy full SHA for 0fd0863
dev/tests/api-functional/framework/Magento/TestFramework/TestCase/Webapi/AdapterInterface.php
@@ -24,6 +24,9 @@ interface AdapterInterface
24
* 'soap' => array(
25
* 'service' => $soapService, // soap service name with Version suffix e.g. catalogProductV1, customerV2
26
* 'operation' => $operation // soap operation name e.g. catalogProductCreate
27
+ * 'token' => '21hasbtlaqy8t3mj73kjh71cxxkqj4aq' // optional : for token based Authentication. Will
28
+ * override default Oauth based authentication provided
29
+ * by test framework
30
* ),
31
* OR
32
* 'serviceInterface' => $phpServiceInterfaceName, // e.g. \Magento\Catalog\Api\ProductInterface
0 commit comments