mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 17:14:42 +01:00
Merge pull request #1066 from MediaBrowser/master
create user info from exchange token
This commit is contained in:
@@ -41,6 +41,13 @@ namespace MediaBrowser.Controller.Connect
|
||||
/// <returns>Task<List<ConnectAuthorization>>.</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>
|
||||
|
||||
Reference in New Issue
Block a user