vertx / io.vertx.ext.auth.oauth2

Package io.vertx.ext.auth.oauth2

Types

KeycloakHelper

interface KeycloakHelper

Helper class for processing Keycloak principal.

OAuth2Auth

interface OAuth2Auth : AuthProviderInternal

Factory interface for creating OAuth2 based io.vertx.ext.auth.AuthProvider instances.

OAuth2ClientOptionsConverter

open class OAuth2ClientOptionsConverter

Converter for io.vertx.ext.auth.oauth2.OAuth2ClientOptions. NOTE: This class has been automatically generated from the io.vertx.ext.auth.oauth2.OAuth2ClientOptions original class using Vert.x codegen.

OAuth2Response

interface OAuth2Response

A response from a fetch request. This class represents a secure response from a Oauth2 fetch call. A fetch is a simplified HTTP response from a protected resource.