Uses of Class
com.google.auth.oauth2.ActingParty
Packages that use ActingParty
-
Uses of ActingParty in com.google.auth.oauth2
Fields in com.google.auth.oauth2 declared as ActingPartyModifier and TypeFieldDescriptionprivate final ActingPartyStsTokenExchangeRequest.actingPartyprivate ActingPartyStsTokenExchangeRequest.Builder.actingPartyMethods in com.google.auth.oauth2 that return ActingPartyMethods in com.google.auth.oauth2 with parameters of type ActingPartyModifier and TypeMethodDescriptionStsTokenExchangeRequest.Builder.setActingParty(ActingParty actingParty) Constructors in com.google.auth.oauth2 with parameters of type ActingPartyModifierConstructorDescriptionprivateStsTokenExchangeRequest(String subjectToken, String subjectTokenType, ActingParty actingParty, List<String> scopes, String resource, String audience, String requestedTokenType, String internalOptions)