MCPcopy Create free account
hub / github.com/discourse/discourse-auth-proxy / SSOOptions

Struct SSOOptions

main_test.go:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type SSOOptions struct {
16 URL string
17 Secret string
18 Nonce string
19 Groups string
20 Admin bool
21}
22
23type SSOOverrideFunc func(*SSOOptions)
24type ConfigOverrideFunc func(*Config)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected