aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Configs
diff options
context:
space:
mode:
Diffstat (limited to 'BackEnd/Timeline/Configs')
-rw-r--r--BackEnd/Timeline/Configs/TokenOptions.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/BackEnd/Timeline/Configs/TokenOptions.cs b/BackEnd/Timeline/Configs/TokenOptions.cs
index d8e968c7..d643c3d2 100644
--- a/BackEnd/Timeline/Configs/TokenOptions.cs
+++ b/BackEnd/Timeline/Configs/TokenOptions.cs
@@ -3,9 +3,8 @@
public class TokenOptions
{
/// <summary>
- /// 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.
+ /// The length of the token.
+ /// Default is 16.
/// </summary>
public long? TokenLength { get; set; }
}