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