Uses of Annotation Interface
io.trino.server.security.oauth2.ForRefreshTokens
Packages that use ForRefreshTokens
-
Uses of ForRefreshTokens in io.trino.server.security.oauth2
Constructor parameters in io.trino.server.security.oauth2 with annotations of type ForRefreshTokensModifierConstructorDescriptionOAuth2Service(OAuth2Client client, OAuth2Config oauth2Config, OAuth2TokenHandler tokenHandler, TokenPairSerializer tokenPairSerializer, Optional<Duration> tokenExpiration, Optional<OAuth2WebUiInstalled> webUiOAuthEnabled) -
Uses of ForRefreshTokens in io.trino.server.ui
Constructor parameters in io.trino.server.ui with annotations of type ForRefreshTokensModifierConstructorDescriptionOAuth2WebUiAuthenticationFilter(OAuth2Service service, OAuth2Client client, TokenPairSerializer tokenPairSerializer, Optional<Duration> tokenExpiration, OAuth2Config oauth2Config)