aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Session/ISessionManager.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2023-01-07 11:31:10 -0700
committerGitHub <noreply@github.com>2023-01-07 11:31:10 -0700
commit678bcf9a80ef1fcf7928df6e94030028b4d6c1af (patch)
tree168189e91ec8a145b06bc7fb78ac8915007ad155 /MediaBrowser.Controller/Session/ISessionManager.cs
parent769c48c629bae859ba713d66b1a55f35aca708b6 (diff)
Use EventManager for AuthenticationSuccess, AuthenticationFailure (#8960)
Diffstat (limited to 'MediaBrowser.Controller/Session/ISessionManager.cs')
-rw-r--r--MediaBrowser.Controller/Session/ISessionManager.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/MediaBrowser.Controller/Session/ISessionManager.cs b/MediaBrowser.Controller/Session/ISessionManager.cs
index b16399598..eefc5d222 100644
--- a/MediaBrowser.Controller/Session/ISessionManager.cs
+++ b/MediaBrowser.Controller/Session/ISessionManager.cs
@@ -58,16 +58,6 @@ namespace MediaBrowser.Controller.Session
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>
/// <value>The sessions.</value>