diff --git a/Riskified.SDK/Model/AccountActionElements/Login.cs b/Riskified.SDK/Model/AccountActionElements/Login.cs index 966cd51..45c275b 100644 --- a/Riskified.SDK/Model/AccountActionElements/Login.cs +++ b/Riskified.SDK/Model/AccountActionElements/Login.cs @@ -29,5 +29,11 @@ public Login(string customerId, string email, LoginStatus loginStatus, ClientDet [JsonProperty(PropertyName = "social_login_type")] [JsonConverter(typeof(StringEnumConverter))] public SocialType? SocialLoginType { get; set; } + + [JsonProperty(PropertyName = "challenge_redirect_url")] + public string ChallengeRedirectUrl { get; set; } + + [JsonProperty(PropertyName = "account_recovery_url")] + public string AccountRecoveryUrl { get; set; } } } \ No newline at end of file