Skip to content

Commit

Permalink
#731 | TimeToLive is not an obsolete property
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashendrickx committed Sep 17, 2024
1 parent 3cfa4f5 commit c0e6535
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Service/Models/SigninTokenRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public class SigninTokenRequest : RequestBase
/// Time to live is the number of seconds the token has before it expires.
/// </summary>
[JsonPropertyName("timeToLive")]
[Obsolete("This property is only used for serialization.")]
[Range(1, 604800)]
public int? TimeToLiveSeconds { get; init; }

Expand Down

0 comments on commit c0e6535

Please sign in to comment.