MCPcopy Index your code
hub / github.com/tinyauthapp/tinyauth / IsConfigured

Method IsConfigured

internal/service/oidc_service.go:113–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111}
112
113func (service *OIDCService) IsConfigured() bool {
114 return service.isConfigured
115}
116
117func (service *OIDCService) Init() error {
118 // If not configured, skip init

Callers 7

AuthorizeMethod · 0.45
TokenMethod · 0.45
UserinfoMethod · 0.45
SearchUserMethod · 0.45
VerifyUserMethod · 0.45
GetLdapUserMethod · 0.45
LdapAuthConfiguredMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected