Implimented the password part and authentication with Plex

This commit is contained in:
tidusjar 2016-03-08 17:18:13 +00:00
commit 8b3f35edbb
3 changed files with 12 additions and 2 deletions

View file

@ -41,7 +41,7 @@ namespace PlexRequests.Api
}
private static string Version { get; set; }
public PlexAuthentication GetToken(string username, string password)
public PlexAuthentication SignIn(string username, string password)
{
var userModel = new PlexUserRequest
{