Uses of Annotation Type
io.trino.server.security.oauth2.ForOAuth2
Packages that use ForOAuth2
-
Uses of ForOAuth2 in io.trino.server.security.oauth2
Constructor parameters in io.trino.server.security.oauth2 with annotations of type ForOAuth2ModifierConstructorDescriptionOAuth2Service(OAuth2Client client, io.jsonwebtoken.SigningKeyResolver signingKeyResolver, io.airlift.http.client.HttpClient httpClient, OAuth2Config oauth2Config, OAuth2TokenHandler tokenHandler, Optional<OAuth2WebUiInstalled> webUiOAuthEnabled) OAuth2Service(OAuth2Client client, io.jsonwebtoken.SigningKeyResolver signingKeyResolver, io.airlift.http.client.HttpClient httpClient, OAuth2Config oauth2Config, OAuth2TokenHandler tokenHandler, Optional<OAuth2WebUiInstalled> webUiOAuthEnabled) ScribeJavaOAuth2Client(OAuth2Config config, io.airlift.http.client.HttpClient httpClient)