diff options
author | crupest <crupest@outlook.com> | 2022-04-12 20:52:16 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-12 20:52:16 +0800 |
commit | 281ae3c3458bf022a659b04e0f269c0f0d21d34b (patch) | |
tree | 2701c03fa7d3c1c42cce903e1e29faefbbbd7d55 /BackEnd/Timeline/Configs/TokenOptions.cs | |
parent | 73317407aff1ef1bcda102b1e75d628e5c8f682b (diff) | |
download | timeline-281ae3c3458bf022a659b04e0f269c0f0d21d34b.tar.gz timeline-281ae3c3458bf022a659b04e0f269c0f0d21d34b.tar.bz2 timeline-281ae3c3458bf022a659b04e0f269c0f0d21d34b.zip |
...
Diffstat (limited to 'BackEnd/Timeline/Configs/TokenOptions.cs')
-rw-r--r-- | BackEnd/Timeline/Configs/TokenOptions.cs | 5 |
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; }
}
|