mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-02 14:56:31 +01:00
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