TeamMentor.CoreLib.TM_WebServices.Login_Using_AuthToken C# (CSharp) Method

Login_Using_AuthToken() private method

private Login_Using_AuthToken ( System.Guid authToken ) : System.Guid
authToken System.Guid
return System.Guid
        public Guid Login_Using_AuthToken(Guid authToken)
        {
            return tmAuthentication.sessionID = authToken.login_Using_AuthToken();
        }
TM_WebServices