func TokenFromIDAndSecret()

in token/util/helpers.go [91:93]


func TokenFromIDAndSecret(id, secret string) string {
	return fmt.Sprintf("%s.%s", id, secret)
}