[Unity] Authenticated Event ?
Solved
APIs
-
Where is the event that is triggered when authentication has completed without calling Authenticate methods?
There must be one somewhere because it doesn't make any sense for the logic that calls the Authenticate method with a SuccessCallback to manage notifying unrelated logic that just wants to know when authentication happens independently. -
Hmm, actually Eric, authentication only happens when called directly in brainCloud.
If you try calling an API and your app isn't authenticated, you'll receive an error - and generally would trigger authentication yourself as part of your error handling.
Does that make sense?
Paul.