fs.BoolVar(&options.MultipleLogin,"multiple-login",s.MultipleLogin,"Allow multiple login with the same account, disable means only one user can login at the same time.")
fs.StringVar(&options.JwtSecret,"jwt-secret",s.JwtSecret,"Secret to sign jwt token, must not be empty.")
fs.DurationVar(&options.OAuthOptions.AccessTokenMaxAge,"access-token-max-age",s.OAuthOptions.AccessTokenMaxAge,"AccessTokenMaxAgeSeconds control the lifetime of access tokens, 0 means no expiration.")
Doc("KubeSphere APIs support token-based authentication via the Authtoken request header. The POST Login API is used to retrieve the authentication token. After the authentication token is obtained, it must be inserted into the Authtoken header for all requests.").