func getAuthToken()

in client.go [28:30]


func getAuthToken() string {
	return strconv.FormatInt(time.Now().UTC().Unix(), 10)
}