Skip to content

Commit 9bb181f

Browse files
Merge pull request #61 from rich-spitkovsky-riskified/tis-267-add-login-details
TIS-267 - add new data points to login model
2 parents 5efb063 + f7b1a5d commit 9bb181f

File tree

1 file changed

+6
-0
lines changed
  • Riskified.SDK/Model/AccountActionElements

1 file changed

+6
-0
lines changed

Riskified.SDK/Model/AccountActionElements/Login.cs

+6
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,11 @@ public Login(string customerId, string email, LoginStatus loginStatus, ClientDet
2929
[JsonProperty(PropertyName = "social_login_type")]
3030
[JsonConverter(typeof(StringEnumConverter))]
3131
public SocialType? SocialLoginType { get; set; }
32+
33+
[JsonProperty(PropertyName = "challenge_redirect_url")]
34+
public string ChallengeRedirectUrl { get; set; }
35+
36+
[JsonProperty(PropertyName = "account_recovery_url")]
37+
public string AccountRecoveryUrl { get; set; }
3238
}
3339
}

0 commit comments

Comments
 (0)