Uses of Enum
io.vertx.ext.auth.oauth2.OAuth2FlowType
Packages that use OAuth2FlowType
Package
Description
-
Uses of OAuth2FlowType in io.vertx.ext.auth.oauth2
Subclasses with type arguments of type OAuth2FlowType in io.vertx.ext.auth.oauth2Methods in io.vertx.ext.auth.oauth2 that return OAuth2FlowTypeModifier and TypeMethodDescriptionOauth2Credentials.getFlow()static OAuth2FlowTypestatic OAuth2FlowTypeReturns the enum constant of this type with the specified name.static OAuth2FlowType[]OAuth2FlowType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.ext.auth.oauth2 with parameters of type OAuth2FlowType -
Uses of OAuth2FlowType in io.vertx.ext.auth.oauth2.providers
Methods in io.vertx.ext.auth.oauth2.providers with parameters of type OAuth2FlowTypeModifier and TypeMethodDescriptionstatic OAuth2AuthKeycloakAuth.create(Vertx vertx, OAuth2FlowType flow, JsonObject config) Create a OAuth2Auth provider for Keycloakstatic OAuth2AuthKeycloakAuth.create(Vertx vertx, OAuth2FlowType flow, JsonObject config, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Keycloak -
Uses of OAuth2FlowType in io.vertx.reactivex.ext.auth.oauth2.providers
Methods in io.vertx.reactivex.ext.auth.oauth2.providers with parameters of type OAuth2FlowTypeModifier and TypeMethodDescriptionstatic OAuth2AuthKeycloakAuth.create(Vertx vertx, OAuth2FlowType flow, JsonObject config) Create a OAuth2Auth provider for Keycloakstatic OAuth2AuthKeycloakAuth.create(Vertx vertx, OAuth2FlowType flow, JsonObject config, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Keycloak -
Uses of OAuth2FlowType in io.vertx.rxjava3.ext.auth.oauth2.providers
Methods in io.vertx.rxjava3.ext.auth.oauth2.providers with parameters of type OAuth2FlowTypeModifier and TypeMethodDescriptionstatic OAuth2AuthKeycloakAuth.create(Vertx vertx, OAuth2FlowType flow, JsonObject config) Create a OAuth2Auth provider for Keycloakstatic OAuth2AuthKeycloakAuth.create(Vertx vertx, OAuth2FlowType flow, JsonObject config, HttpClientOptions httpClientOptions) Create a OAuth2Auth provider for Keycloak