We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a78e5e1 commit 1abc2f6Copy full SHA for 1abc2f6
1 file changed
src/SpeakeasySDK/Models/Shared/Claims.cs
@@ -11,11 +11,13 @@
11
namespace SpeakeasySDK.Models.Shared
12
{
13
using SpeakeasySDK.Utils;
14
+ using System;
15
16
public class Claims
17
18
public string? Subject { get; set; }
19
public string? Issuer { get; set; }
20
public string? Audience { get; set; }
21
+ public DateTime? Expiration { get; set; }
22
}
23
0 commit comments