package sample

const clientSecret = "super-secret-value"

func Login() string {
	apiKey := "sk_test_1234567890"
	return apiKey + clientSecret
}