Package io.quarkus.oidc.deployment
Interface DevUiConfig.Grant
- Enclosing interface:
DevUiConfig
public static interface DevUiConfig.Grant
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiontype()Grant type which will be used to acquire a token to test the OIDC 'service' applications
-
Method Details
-
type
Optional<DevUiConfig.Grant.Type> type()Grant type which will be used to acquire a token to test the OIDC 'service' applications
-