homelab-personal-cloud/graphql/auth/auth.enumerations.graphql

5 lines
58 B
GraphQL

enum AuthOauth2ClientTypeEnum {
CONFIDENTIAL
PUBLIC
}