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 OAuth2TokenHandlerMethods in io.trino.server.security.oauth2 with parameters of type OAuth2TokenHandlerModifier and TypeMethodDescriptionOAuth2ServiceModule.getTokenRefresher(TokenPairSerializer tokenAssembler, OAuth2TokenHandler tokenHandler, OAuth2Client oAuth2Client) Constructors in io.trino.server.security.oauth2 with parameters of type OAuth2TokenHandlerModifierConstructorDescriptionOAuth2Service(OAuth2Client client, OAuth2Config oauth2Config, OAuth2TokenHandler tokenHandler, TokenPairSerializer tokenPairSerializer, Optional<Duration> tokenExpiration, Optional<OAuth2WebUiInstalled> webUiOAuthEnabled) TokenRefresher(TokenPairSerializer tokenAssembler, OAuth2TokenHandler tokenHandler, OAuth2Client client)