![Picture of Manuel Lemos Picture of Manuel Lemos](/picture/user/1.jpg)
Manuel Lemos - 2014-05-16 20:00:10 -
In reply to message 1 from Nick Hustak
Yes, there is no problem with that. The GetAccessToken function is only called to take the access token URL and display it in the debug information.
In general that function will not fail. If it fails it is because a sub-class failed to get the access token URL from some storage service.
In that case, even if debug is false, it would also fail elsewhere where the access token URL is really needed.
So there is nothing for you to be concerned. Anyway thanks for the attention in reviewing the code.