Uses of Class
io.trino.server.security.oauth2.TokenRefresher
Packages that use TokenRefresher
-
Uses of TokenRefresher in io.trino.server.security.oauth2
Methods in io.trino.server.security.oauth2 that return TokenRefresherModifier and TypeMethodDescriptionOAuth2ServiceModule.getTokenRefresher(TokenPairSerializer tokenAssembler, OAuth2TokenHandler tokenHandler, OAuth2Client oAuth2Client) Constructors in io.trino.server.security.oauth2 with parameters of type TokenRefresherModifierConstructorDescriptionOAuth2Authenticator(OAuth2Client client, OAuth2Config config, TokenRefresher tokenRefresher, TokenPairSerializer tokenPairSerializer)