Skip to content

Commit

Permalink
Merge pull request #104 from Riskified/Otp
Browse files Browse the repository at this point in the history
TIS-775 ReAdding directory
  • Loading branch information
beksina committed Aug 14, 2024
2 parents bf13bcd + 770dc8e commit b197c44
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Riskified.SDK/Model/OtpElements/OtpWidget.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
using Newtonsoft.Json;

namespace Riskified.SDK.Model.OtpElements
{
public class OtpWidgetNotification
{
[JsonProperty(PropertyName = "widget_token", Required = Required.Always)]
public string WidgetToken { get; set; }
}
}

0 comments on commit b197c44

Please sign in to comment.