mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 03:50:08 -07:00
More improvements to the Plex OAuth, Added the ability to turn it off if needed
This commit is contained in:
parent
f62e97bb32
commit
e12146c986
10 changed files with 40 additions and 14 deletions
|
@ -9,7 +9,7 @@ namespace Ombi.Core.Authentication
|
|||
{
|
||||
Task<string> GetAccessTokenFromPin(int pinId);
|
||||
Task<OAuthPin> RequestPin();
|
||||
Task<Uri> GetOAuthUrl(int pinId, string code);
|
||||
Task<Uri> GetOAuthUrl(int pinId, string code, string websiteAddress = null);
|
||||
Uri GetWizardOAuthUrl(int pinId, string code, string websiteAddress);
|
||||
Task<PlexAccount> GetAccount(string accessToken);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue