Class ActingParty

java.lang.Object
com.google.auth.oauth2.ActingParty

final class ActingParty extends Object
The acting party as defined in OAuth 2.0 Token Exchange.
  • Field Details

    • actorToken

      private final String actorToken
    • actorTokenType

      private final String actorTokenType
  • Constructor Details

    • ActingParty

      ActingParty(String actorToken, String actorTokenType)
  • Method Details

    • getActorToken

      String getActorToken()
    • getActorTokenType

      String getActorTokenType()