Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
113
func
(service *OIDCService) IsConfigured() bool {
114
return
service.isConfigured
115
}
116
117
func
(service *OIDCService) Init() error {
118
// If not configured, skip init
Callers
7
Authorize
Method · 0.45
Token
Method · 0.45
Userinfo
Method · 0.45
SearchUser
Method · 0.45
VerifyUser
Method · 0.45
GetLdapUser
Method · 0.45
LdapAuthConfigured
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected