aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Connect/ConnectAuthenticationExchangeResult.cs
diff options
context:
space:
mode:
authorAndrew Rabert <6550543+nvllsvm@users.noreply.github.com>2019-01-04 17:40:44 -0500
committerGitHub <noreply@github.com>2019-01-04 17:40:44 -0500
commite4a041b8321e49fd9b21fb0f890caf23d4752212 (patch)
tree7e4be1c765afd026350f9c450264747b6adf4eca /MediaBrowser.Model/Connect/ConnectAuthenticationExchangeResult.cs
parent72ee4b189d35606ae60b1717ba5b318680025627 (diff)
parent340a2c651276d911285a6ff09944c5eba2384a51 (diff)
Merge pull request #283 from Bond-009/gpl-cleanup
Post GPL cleanup
Diffstat (limited to 'MediaBrowser.Model/Connect/ConnectAuthenticationExchangeResult.cs')
-rw-r--r--MediaBrowser.Model/Connect/ConnectAuthenticationExchangeResult.cs17
1 files changed, 0 insertions, 17 deletions
diff --git a/MediaBrowser.Model/Connect/ConnectAuthenticationExchangeResult.cs b/MediaBrowser.Model/Connect/ConnectAuthenticationExchangeResult.cs
deleted file mode 100644
index c60224045..000000000
--- a/MediaBrowser.Model/Connect/ConnectAuthenticationExchangeResult.cs
+++ /dev/null
@@ -1,17 +0,0 @@
-
-namespace MediaBrowser.Model.Connect
-{
- public class ConnectAuthenticationExchangeResult
- {
- /// <summary>
- /// Gets or sets the local user identifier.
- /// </summary>
- /// <value>The local user identifier.</value>
- public string LocalUserId { get; set; }
- /// <summary>
- /// Gets or sets the access token.
- /// </summary>
- /// <value>The access token.</value>
- public string AccessToken { get; set; }
- }
-}