main
1package web
2
3type Configuration struct {
4	Issuer  string
5	KeyData []byte
6}