HI
Is there any way we can use secure/unsecure configuration in only one class file (step) and call that class function in another class ?
My problem is I have kind of more then 5-6 steps register in my plugin and in each step I need a connection for thirst party and I am passing API key etc in secure configuration .
Basically I am repeating same configuration and function for get token and connection in each class . Is there any way (secure way) I can create/register step without any entity and just pass my secure configuration to that step?
Thanks
Hemisha