package config type Config struct { Issuer string } func Default() Config { return Config{Issuer: "iam-demo"} }