Logo
Explore Help
Sign In
admin/jellyfin
1
0
Fork 0
You've already forked jellyfin
Code Issues Pull Requests Actions 3 Packages Projects Releases Wiki Activity
Files
bdfd042d705ec25ef37516ea7495f71eaee53d2e
jellyfin/MediaBrowser.Controller/Authentication/AuthenticationResult.cs

15 lines
362 B
C#
Raw Normal View History

Mayor code cleanup Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
2019-01-06 21:50:43 +01:00
using MediaBrowser.Controller.Session;
Add GPL modules
2018-12-27 18:27:57 -05:00
using MediaBrowser.Model.Dto;
namespace MediaBrowser.Controller.Authentication
{
public class AuthenticationResult
{
public UserDto User { get; set; }
public SessionInfo SessionInfo { get; set; }
public string AccessToken { get; set; }
public string ServerId { get; set; }
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 121ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API