Feature: Does the adapter authenticate? When an adapter instance is created it authenticates and receives a tokenScenario:A token is granted with valid configGiven valid configWhen the adapter instance is createdWhen the auth method is calledThen the adapter credentials are populatedScenario: Auth fails with invalid configGiven invalid configWhen the adapter instance is createdThen the adapter auth fails