mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 03:50:08 -07:00
Rework how we create the OAuth Pin !wip
This commit is contained in:
parent
cbf331cd09
commit
7bfc5ad632
7 changed files with 69 additions and 34 deletions
|
@ -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);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue