mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 00:55:13 +01:00
Re-add support for API keys
This commit is contained in:
@@ -29,6 +29,6 @@ namespace MediaBrowser.Controller.Security
|
||||
/// </summary>
|
||||
/// <param name="accessToken">The access token.</param>
|
||||
/// <returns>A task representing the deletion of the API key.</returns>
|
||||
Task DeleteApiKey(Guid accessToken);
|
||||
Task DeleteApiKey(string accessToken);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user