Uses of Class
io.trino.server.security.oauth2.OAuth2TokenExchange
-
Packages that use OAuth2TokenExchange Package Description io.trino.server.security.oauth2 -
-
Uses of OAuth2TokenExchange in io.trino.server.security.oauth2
Constructors in io.trino.server.security.oauth2 with parameters of type OAuth2TokenExchange Constructor Description OAuth2TokenExchangeResource(OAuth2TokenExchange tokenExchange, DispatchExecutor executor)Constructor parameters in io.trino.server.security.oauth2 with type arguments of type OAuth2TokenExchange Constructor Description OAuth2CallbackResource(OAuth2Service service, Optional<OAuth2TokenExchange> tokenExchange, Optional<OAuth2WebUiInstalled> webUiOAuthEnabled)
-