Uses of Interface
io.trino.server.security.oauth2.OAuth2TokenHandler
Packages that use OAuth2TokenHandler
-
Uses of OAuth2TokenHandler in io.trino.server.security.oauth2
Classes in io.trino.server.security.oauth2 that implement OAuth2TokenHandlerConstructors in io.trino.server.security.oauth2 with parameters of type OAuth2TokenHandlerModifierConstructorDescriptionOAuth2Service(OAuth2Client client, io.jsonwebtoken.SigningKeyResolver signingKeyResolver, io.airlift.http.client.HttpClient httpClient, OAuth2Config oauth2Config, OAuth2TokenHandler tokenHandler, Optional<OAuth2WebUiInstalled> webUiOAuthEnabled)