| 13 | ) |
| 14 | |
| 15 | type SSOOptions struct { |
| 16 | URL string |
| 17 | Secret string |
| 18 | Nonce string |
| 19 | Groups string |
| 20 | Admin bool |
| 21 | } |
| 22 | |
| 23 | type SSOOverrideFunc func(*SSOOptions) |
| 24 | type ConfigOverrideFunc func(*Config) |
nothing calls this directly
no outgoing calls
no test coverage detected