/// <summary> /// Determines whether the user is authenticated. /// </summary> /// <returns> /// <c>true</c> if the user is authenticated; otherwise, <c>false</c>. /// </returns> public bool IsAuthenticated() { return(mClient != null && mClient.IsAuthenticated()); }