QueryTokenName Element

If the access token type is Query, this element specifies the name in the query string if the name is different from access_token.

XML Schema of the Element

  <xs:element name="QueryTokenName" minOccurs="0">
    <xs:simpleType>
      <xs:restriction base="xs:string"/>
    </xs:simpleType>
  </xs:element>