Ejemplo n.º 1
0
        public CurrentUser ValidateAuthFull(string token, ICache cache)
        {
            if (_userFull.IsNull())
            {
                _userFull = HelperValidateAuth.ValidateAuthFull(token, cache);
            }

            return(_userFull);
        }