Skip to content

Commit

Permalink
feat: add ForIdentity property to Token class of SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
tnotheis committed Sep 3, 2024
1 parent eddf3b7 commit 5ed27a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sdks/ConsumerApi.Sdk/src/Endpoints/Tokens/Types/Token.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ public class Token
public required string CreatedByDevice { get; set; }
public required DateTime CreatedAt { get; set; }
public required DateTime ExpiresAt { get; set; }
public string? ForIdentity { get; set; }
public required byte[] Content { get; set; }
}

0 comments on commit 5ed27a0

Please sign in to comment.