Package io.trino.server.security.oauth2
Interface OAuth2TokenHandler
-
- All Known Implementing Classes:
OAuth2TokenExchange
public interface OAuth2TokenHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetAccessToken(String hashedState, String accessToken)voidsetTokenExchangeError(String hashedState, String errorMessage)
-