Uses of Class
io.prestosql.server.security.oauth2.ChallengeFailedException
-
Packages that use ChallengeFailedException Package Description io.prestosql.server.security.oauth2 -
-
Uses of ChallengeFailedException in io.prestosql.server.security.oauth2
Methods in io.prestosql.server.security.oauth2 that throw ChallengeFailedException Modifier and Type Method Description OAuth2Service.OAuthResultOAuth2Service. finishChallenge(String state, String code, URI callbackUri)OAuth2Client.AccessTokenOAuth2Client. getAccessToken(String code, URI callbackUri)OAuth2Client.AccessTokenScribeJavaOAuth2Client. getAccessToken(String code, URI callbackUri)
-