diff options
Diffstat (limited to 'MediaBrowser.Controller/Session/ISessionManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Session/ISessionManager.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/Session/ISessionManager.cs b/MediaBrowser.Controller/Session/ISessionManager.cs index 8bc516887..f0272b335 100644 --- a/MediaBrowser.Controller/Session/ISessionManager.cs +++ b/MediaBrowser.Controller/Session/ISessionManager.cs @@ -256,12 +256,6 @@ namespace MediaBrowser.Controller.Session SessionInfo GetSession(string deviceId, string client, string version); /// <summary> - /// Validates the security token. - /// </summary> - /// <param name="accessToken">The access token.</param> - void ValidateSecurityToken(string accessToken); - - /// <summary> /// Logouts the specified access token. /// </summary> /// <param name="accessToken">The access token.</param> |
