func TestAuthenticationValidate(t *testing.T) { … } func TestToAuthenticationConfig(t *testing.T) { … } func TestBuiltInAuthenticationOptionsAddFlags(t *testing.T) { … } func TestWithTokenGetterFunction(t *testing.T) { … } func TestToAuthenticationConfig_Anonymous(t *testing.T) { … } func TestToAuthenticationConfig_OIDC(t *testing.T) { … } func TestValidateOIDCOptions(t *testing.T) { … } func TestLoadAuthenticationConfig(t *testing.T) { … } func writeTempFile(t *testing.T, content string) string { … } func errString(err error) string { … }