Uses of Class
com.google.auth.oauth2.UserAuthorizer.TokenResponseWithConfig
Packages that use UserAuthorizer.TokenResponseWithConfig
-
Uses of UserAuthorizer.TokenResponseWithConfig in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return UserAuthorizer.TokenResponseWithConfigModifier and TypeMethodDescriptionUserAuthorizer.getTokenResponseFromAuthCodeExchange(String code, URI callbackUri, Map<String, String> additionalParameters) Handles OAuth2 authorization code exchange and returns aUserAuthorizer.TokenResponseWithConfigobject containing the tokens and configuration details.