Protected
Readonly
Get all Magento keys owned by the authenticated account.
https://devdocs.magento.com/marketplace/eqp/v1/users.html#get-keys
eqp.getKeys({ type: 'all' }) Copy
eqp.getKeys({ type: 'all' })
eqp.getKeys({ type: 'all', label: 'testing' }) Copy
eqp.getKeys({ type: 'all', label: 'testing' })
Get all Magento 1 keys owned by the authenticated account.
eqp.getKeys({ type: 'm1' }) Copy
eqp.getKeys({ type: 'm1' })
eqp.getKeys({ type: 'm1', label: 'testing' }) Copy
eqp.getKeys({ type: 'm1', label: 'testing' })
Get the Magento keys owned by the authenticated account.
eqp.getKeys({ type: 'm2' }) Copy
eqp.getKeys({ type: 'm2' })
eqp.getKeys({ type: 'm2', label: 'testing' }) Copy
eqp.getKeys({ type: 'm2', label: 'testing' })
Get all Magento keys owned by the authenticated account.