Rework how we create the OAuth Pin !wip

This commit is contained in:
Jamie Rees 2018-07-02 08:44:32 +01:00
parent cbf331cd09
commit 7bfc5ad632
7 changed files with 69 additions and 34 deletions

View file

@ -10,7 +10,7 @@ namespace Ombi.Core.Authentication
Task<string> GetAccessTokenFromPin(int pinId);
Task<OAuthPin> RequestPin();
Task<Uri> GetOAuthUrl(int pinId, string code, string websiteAddress = null);
Uri GetWizardOAuthUrl(int pinId, string code, string websiteAddress);
Task<Uri> GetWizardOAuthUrl(int pinId, string code, string websiteAddress);
Task<PlexAccount> GetAccount(string accessToken);
}
}