import "code.pfad.fr/buchungssystem/internal/auth"
type Goath struct {
BaseHandler internal.Handler
URI string
Provider *coreos.OIDC
// contains filtered or unexported fields
}
type OIDC struct {
Issuer string
ClientID string
ClientSecret string
Scopes []string
Assertion gopenidclient.Assertion
Certificate *assertion.Sesquiennial
}