Constructors
Properties
Protected
Readonly
adapter
Methods
getKeys
- getKeys(options): Promise<{
m1: Magento1Key[];
m2: Magento2Key[];
}> Parameters
- options: {
label?: string;
type: "all";
}Optional
label?: string
type: "all"
- getKeys(options): Promise<{
m1: Magento1Key[];
}> Parameters
- options: {
label?: string;
type: "m1";
}Optional
label?: string
type: "m1"
Returns Promise<{
m1: Magento1Key[];
}>
- getKeys(options): Promise<{
m2: Magento2Key[];
}> Parameters
- options: {
label?: string;
type: "m2";
}Optional
label?: string
type: "m2"
Returns Promise<{
m2: Magento2Key[];
}>
Get all Magento keys owned by the authenticated account.