create user info from exchange token

This commit is contained in:
Luke Pulverenti
2015-04-03 20:41:16 -04:00
parent 4655a60d29
commit 4f7a69f368
4 changed files with 33 additions and 5 deletions

View File

@@ -41,6 +41,13 @@ namespace MediaBrowser.Controller.Connect
/// <returns>Task&lt;List&lt;ConnectAuthorization&gt;&gt;.</returns>
Task<List<ConnectAuthorization>> GetPendingGuests();
/// <summary>
/// Gets the user from exchange token.
/// </summary>
/// <param name="token">The token.</param>
/// <returns>User.</returns>
User GetUserFromExchangeToken(string token);
/// <summary>
/// Cancels the authorization.
/// </summary>