Skip to content

Commit ab2e952

Browse files
committed
Persistent Edit to Claims.cs
1 parent 9a0091f commit ab2e952

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/SpeakeasySDK/Models/Shared/Claims.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@
1111
namespace SpeakeasySDK.Models.Shared
1212
{
1313
using SpeakeasySDK.Utils;
14-
14+
using System;
15+
1516
public class Claims
1617
{
1718
public string? Subject { get; set; }
1819
public string? Issuer { get; set; }
1920
public string? Audience { get; set; }
21+
public DateTime? Expiration { get; set; }
2022
}
2123
}

0 commit comments

Comments
 (0)