namespace Timeline.Configs { public class TokenOptions { /// /// The length of the generated secure random token counted in byte. /// Note the byte will be converted to hex form when used. /// Default is 32 byte long. /// public long? TokenLength { get; set; } } }