Uses of Class
io.quarkus.oidc.deployment.DevUiConfig.Grant.Type
-
Packages that use DevUiConfig.Grant.Type Package Description io.quarkus.oidc.deployment -
-
Uses of DevUiConfig.Grant.Type in io.quarkus.oidc.deployment
Fields in io.quarkus.oidc.deployment with type parameters of type DevUiConfig.Grant.Type Modifier and Type Field Description Optional<DevUiConfig.Grant.Type>DevUiConfig.Grant. typeGrant type which will be used to acquire a token to test the OIDC 'service' applicationsMethods in io.quarkus.oidc.deployment that return DevUiConfig.Grant.Type Modifier and Type Method Description static DevUiConfig.Grant.TypeDevUiConfig.Grant.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static DevUiConfig.Grant.Type[]DevUiConfig.Grant.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-