As the _construct()_ calls _getTokensFromFile()_ by default, the _accessCodeUrl()_ fails. If I comment out _$this->getTokensFromFile();_ from _construct()_, it is fine. Am I missing something?
As the construct() calls getTokensFromFile() by default, the accessCodeUrl() fails.
If I comment out $this->getTokensFromFile(); from construct(), it is fine.
Am I missing something?