Skip to content

Commit

Permalink
Merge 3096d1e into 9655051
Browse files Browse the repository at this point in the history
  • Loading branch information
andreloureiro88 authored Feb 10, 2022
2 parents 9655051 + 3096d1e commit e955fd6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Castle.Sdk/Messages/Responses/DeviceItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ public class DeviceItem
{
public string Token { get; set; }

public string Fingerprint { get; set; }

public float Risk { get; set; }

public DateTime CreatedAt { get; set; }
Expand Down

0 comments on commit e955fd6

Please sign in to comment.