Uses of Class
com.google.auth.oauth2.ActingParty
-
Packages that use ActingParty Package Description com.google.auth.oauth2 -
-
Uses of ActingParty in com.google.auth.oauth2
Fields in com.google.auth.oauth2 declared as ActingParty Modifier and Type Field Description private ActingPartyStsTokenExchangeRequest. actingPartyprivate ActingPartyStsTokenExchangeRequest.Builder. actingPartyMethods in com.google.auth.oauth2 that return ActingParty Modifier and Type Method Description ActingPartyStsTokenExchangeRequest. getActingParty()Methods in com.google.auth.oauth2 with parameters of type ActingParty Modifier and Type Method Description StsTokenExchangeRequest.BuilderStsTokenExchangeRequest.Builder. setActingParty(ActingParty actingParty)Constructors in com.google.auth.oauth2 with parameters of type ActingParty Constructor Description StsTokenExchangeRequest(java.lang.String subjectToken, java.lang.String subjectTokenType, ActingParty actingParty, java.util.List<java.lang.String> scopes, java.lang.String resource, java.lang.String audience, java.lang.String requestedTokenType, java.lang.String internalOptions)
-