in python/elasticache/config/config_util.py [0:0]
def get_auth_token_enabled() -> bool:
secret = get_secret_config()
if (secret is None):
return False
else:
return secret.get('auth_token_enabled', default['auth_token_enabled'])