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 TypeMethodDescription(package private) UserAuthorizer.TokenResponseWithConfig
UserAuthorizer.TokenResponseWithConfig.Builder.build()
UserAuthorizer.getCredentialsFromCodeInternal
(String code, URI baseUri, Map<String, String> additionalParameters) UserAuthorizer.getTokenResponseFromAuthCodeExchange
(String code, URI callbackUri, Map<String, String> additionalParameters) Handles OAuth2 authorization code exchange and returns aUserAuthorizer.TokenResponseWithConfig
object containing the tokens and configuration details.