AuthTokenType

OFX / Types / AuthTokenType

Minimum length: 1

Maximum length: 171

Usages:
XSD
  <xsd:simpleType name="AuthTokenType">
    <xsd:annotation>
      <xsd:documentation>
        The OFX element "AUTHTOKEN" is of type "AuthTokenType".
        The effective size of AUTHTOKEN is A-32.  If Type 1
          security is used, then the actual field length is A-171.
      </xsd:documentation>
    </xsd:annotation>

    <xsd:restriction base="xsd:string">
      <xsd:minLength value="1"/>
      <xsd:maxLength value="171"/>
    </xsd:restriction>
  </xsd:simpleType>

© Copyright 2023. All Rights Reserved.