Uses of Enum Class
io.quarkus.oidc.client.OidcClientConfig.Grant.Type
Packages that use OidcClientConfig.Grant.Type
-
Uses of OidcClientConfig.Grant.Type in io.quarkus.oidc.client
Fields in io.quarkus.oidc.client declared as OidcClientConfig.Grant.TypeMethods in io.quarkus.oidc.client that return OidcClientConfig.Grant.TypeModifier and TypeMethodDescriptionOidcClientConfig.Grant.getType()static OidcClientConfig.Grant.TypeReturns the enum constant of this class with the specified name.static OidcClientConfig.Grant.Type[]OidcClientConfig.Grant.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.oidc.client with parameters of type OidcClientConfig.Grant.TypeModifier and TypeMethodDescriptionvoidOidcClientConfig.Grant.setType(OidcClientConfig.Grant.Type type)