using System; using System.Collections.Generic; using System.Text; namespace FastReport.Cloud.OAuth { /// /// Represents the user. /// public class UserContext { #region Fields #endregion // Fields #region Properties #endregion // Properties #region Constructors #endregion // Constructors } }