1
0
mirror of https://github.com/quay/quay.git synced 2026-01-26 06:21:37 +03:00
Files
quay/config-tool/pkg/lib/fieldgroups/apptokenauthentication/apptokenauthentication_fields.go
2023-07-28 16:34:05 +02:00

7 lines
273 B
Go

package apptokenauthentication
// Fields returns a list of strings representing the fields in this field group
func (fg *AppTokenAuthenticationFieldGroup) Fields() []string {
return []string{"AUTHENTICATION_TYPE", "FEATURE_APP_SPECIFIC_TOKENS", "FEATURE_DIRECT_LOGIN"}
}