MCPcopy Create free account
hub / github.com/PatchMon/PatchMon / oidcClientID

Method oidcClientID

server-source-code/internal/handler/oidc.go:693–698  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

691}
692
693func (h *OidcHandler) oidcClientID() string {
694 if h.resolved != nil {
695 return h.resolved.ClientID
696 }
697 return h.cfg.OidcClientID
698}
699
700func (h *OidcHandler) oidcAutoCreateUsers() bool {
701 if h.resolved != nil {

Callers 1

LogoutMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected