mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Use EventManager for AuthenticationSuccess, AuthenticationFailure (#8960)
This commit is contained in:
@@ -57,16 +57,6 @@ namespace MediaBrowser.Controller.Session
|
||||
/// </summary>
|
||||
event EventHandler<SessionEventArgs> CapabilitiesChanged;
|
||||
|
||||
/// <summary>
|
||||
/// Occurs when [authentication failed].
|
||||
/// </summary>
|
||||
event EventHandler<GenericEventArgs<AuthenticationRequest>> AuthenticationFailed;
|
||||
|
||||
/// <summary>
|
||||
/// Occurs when [authentication succeeded].
|
||||
/// </summary>
|
||||
event EventHandler<GenericEventArgs<AuthenticationResult>> AuthenticationSucceeded;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the sessions.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user