fs.StringVar(&s.TokenExpireTime,"token-expire-time","2h","token expire time,valid time units are \"ns\",\"us\",\"ms\",\"s\",\"m\",\"h\"")
fs.StringVar(&s.TokenIdleTimeout,"token-idle-timeout","30m","tokens that are idle beyond that time will expire,0s means the token has no expiration time. valid time units are \"ns\",\"us\",\"ms\",\"s\",\"m\",\"h\"")
fs.StringVar(&s.AuthRateLimit,"auth-rate-limit","5/30m","specifies the maximum number of authentication attempts permitted and time interval,valid time units are \"s\",\"m\",\"h\"")
fs.BoolVar(&s.EnableMultiLogin,"enable-multi-login",false,"allow one account to have multiple sessions")