Use EventManager for AuthenticationSuccess, AuthenticationFailure (#8960)

This commit is contained in:
Cody Robibero
2023-01-07 11:31:10 -07:00
committed by GitHub
parent 769c48c629
commit 678bcf9a80
3 changed files with 5 additions and 20 deletions

View File

@@ -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>