initialize abstract method
void
initialize()
Initializer function for this class. It will be executed when ConnectionsManager is initialized. Use this to set-up your authentication flow, like setting up the signingManager instance.
Implementation
void initialize();