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 ActingParty
StsTokenExchangeRequest. actingParty
private ActingParty
StsTokenExchangeRequest.Builder. actingParty
Methods in com.google.auth.oauth2 that return ActingParty Modifier and Type Method Description ActingParty
StsTokenExchangeRequest. getActingParty()
Methods in com.google.auth.oauth2 with parameters of type ActingParty Modifier and Type Method Description StsTokenExchangeRequest.Builder
StsTokenExchangeRequest.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)
-