Update 2FA and Captcha controls
This commit is contained in:
parent
1f1f34b6ce
commit
ded58f687d
9 changed files with 51 additions and 35 deletions
|
|
@ -18,7 +18,7 @@ namespace AudibleUtilities
|
|||
public class ApiExtended
|
||||
{
|
||||
public Api Api { get; private set; }
|
||||
private const string DeviceName = "Libation";
|
||||
|
||||
private ApiExtended(Api api) => Api = api;
|
||||
|
||||
/// <summary>Get api from existing tokens else login with 'eager' choice. External browser url is provided. Response can be external browser login or continuing with native api callbacks.</summary>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ using Newtonsoft.Json.Linq;
|
|||
|
||||
namespace AudibleUtilities
|
||||
{
|
||||
public partial class Mkb79Auth : IIdentityMaintainer
|
||||
public partial class Mkb79Auth : IIdentityMaintainer
|
||||
{
|
||||
[JsonProperty("website_cookies")]
|
||||
private JObject _websiteCookies { get; set; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue