namespace Timeline.Configs { public class TokenOptions { /// /// The length of the token. /// Default is 16. /// public long? TokenLength { get; set; } } }