Uses of Class
io.quarkus.oidc.client.OidcClientConfig.Grant.Type
-
Packages that use OidcClientConfig.Grant.Type Package Description io.quarkus.oidc.client -
-
Uses of OidcClientConfig.Grant.Type in io.quarkus.oidc.client
Fields in io.quarkus.oidc.client declared as OidcClientConfig.Grant.Type Modifier and Type Field Description OidcClientConfig.Grant.TypeOidcClientConfig.Grant. typeGrant typeMethods in io.quarkus.oidc.client that return OidcClientConfig.Grant.Type Modifier and Type Method Description OidcClientConfig.Grant.TypeOidcClientConfig.Grant. getType()static OidcClientConfig.Grant.TypeOidcClientConfig.Grant.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static OidcClientConfig.Grant.Type[]OidcClientConfig.Grant.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.quarkus.oidc.client with parameters of type OidcClientConfig.Grant.Type Modifier and Type Method Description voidOidcClientConfig.Grant. setType(OidcClientConfig.Grant.Type type)
-