Class DevServicesConfig.Grant
- java.lang.Object
-
- io.quarkus.oidc.deployment.devservices.keycloak.DevServicesConfig.Grant
-
- Enclosing class:
- DevServicesConfig
public static class DevServicesConfig.Grant extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDevServicesConfig.Grant.Type
-
Field Summary
Fields Modifier and Type Field Description DevServicesConfig.Grant.TypetypeGrant type which will be used to acquire a token to test the OIDC 'service' applications
-
Constructor Summary
Constructors Constructor Description Grant()
-
-
-
Field Detail
-
type
@ConfigItem(defaultValue="code") public DevServicesConfig.Grant.Type type
Grant type which will be used to acquire a token to test the OIDC 'service' applications
-
-