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 d698d79Copy full SHA for d698d79
1 file changed
src/SpeakeasySDK/Models/Shared/Claims.cs
@@ -17,5 +17,6 @@ public class Claims
17
public string? Subject { get; set; }
18
public string? Issuer { get; set; }
19
public string? Audience { get; set; }
20
+ public DateTime? Expiration { get; set; }
21
}
22
0 commit comments