<ServiceCallout name='SC-2-multiple-token-nodes'>
  <Request variable='myrequestvariable'>
    <Set>
      <Headers>
        <Header name='whatever'>anything here</Header>
      </Headers>
      <Verb>POST</Verb>
    </Set>
  </Request>
  <Response>tokenResponse</Response>

  <HTTPTargetConnection>

    <Authentication>
      <GoogleAccessToken>
        <Scopes>
          <Scope>SCOPE</Scope>
        </Scopes>
      </GoogleAccessToken>
      <GoogleAccessToken>
        <Scopes>
          <Scope>SCOPE</Scope>
        </Scopes>
      </GoogleAccessToken>
    </Authentication>

    <SSLInfo>
        <Enabled>true</Enabled>
        <IgnoreValidationErrors>true</IgnoreValidationErrors>
        <TrustStore>ref://truststore-1</TrustStore>
    </SSLInfo>
    <Properties>
      <Property name='success.codes'>2xx, 3xx</Property>
    </Properties>
    <URL>https://www.my-site.com/service</URL>
  </HTTPTargetConnection>
</ServiceCallout>
