Open the Portico Developer Guide site
PosGateway Schema
PosAuthenticateRspType Complex Type
PosGateway Schema : PosAuthenticateRspType Complex Type
Namespace http://Hps.Exchange.PosGateway
Diagram
CredentialToken Element Sequence PosAuthenticateRspType Complex Type
Overview
Sequence
CredentialToken xs:string

A credential token that can be used to identify a specific user session on subsequent requests

Used By
Authenticate Element
Source
<xs:complexType name="PosAuthenticateRspType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element name="CredentialToken" type="xs:string">
      <xs:annotation>
        <xs:documentation>
          <p xmlns="http://Hps.Exchange.PosGateway">A credential token that can be used to identify a specific user session on subsequent requests</p>
        </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
See Also
PosGateway Schema