Hey guys does anyone know where/when the UserAuthentication token gets set during AuthorizeV2 code path (social login provider(s) Google, Tweeter, etc)?
I am suspecting Action<UserAuthenticatedEventArgs> onAuthenticated parameter of OAuthClientBase.AuthenticateUser method but cannot seem to find the exact place where token get set.
I found AddUserAuthentication method in AuthenticationController but form what I can gather this method is called from Login.ascx.cs which is found in DesktoModules\Admin\Authentication folder during normal associate/register logic and has nothing to do with social login provider(s).
Although I could be wrong about the last one.