Uses of Enum Class
io.quarkus.oidc.client.runtime.OidcClientConfig.Grant.Type
Packages that use OidcClientConfig.Grant.Type
-
Uses of OidcClientConfig.Grant.Type in io.quarkus.oidc.client
Methods in io.quarkus.oidc.client that return OidcClientConfig.Grant.TypeMethods in io.quarkus.oidc.client with parameters of type OidcClientConfig.Grant.TypeModifier and TypeMethodDescriptionOidcClientConfigBuilder.grant(OidcClientConfig.Grant.Type type) OidcClientConfigBuilder.GrantBuilder.type(OidcClientConfig.Grant.Type type) -
Uses of OidcClientConfig.Grant.Type in io.quarkus.oidc.client.runtime
Methods in io.quarkus.oidc.client.runtime that return OidcClientConfig.Grant.TypeModifier and TypeMethodDescriptionOidcClientConfig.Grant.type()Grant typestatic 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.