Package io.quarkus.oidc.deployment
Class DevUiConfig.Grant
- java.lang.Object
-
- io.quarkus.oidc.deployment.DevUiConfig.Grant
-
- Enclosing class:
- DevUiConfig
public static class DevUiConfig.Grant extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDevUiConfig.Grant.Type
-
Field Summary
Fields Modifier and Type Field Description Optional<DevUiConfig.Grant.Type>typeGrant 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 public Optional<DevUiConfig.Grant.Type> type
Grant type which will be used to acquire a token to test the OIDC 'service' applications
-
-