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 ActingParty
StsTokenExchangeRequest.actingParty
private ActingParty
StsTokenExchangeRequest.Builder.actingParty
Methods 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 ActingPartyModifierConstructorDescriptionprivate
StsTokenExchangeRequest
(String subjectToken, String subjectTokenType, ActingParty actingParty, List<String> scopes, String resource, String audience, String requestedTokenType, String internalOptions)