AccessTokenType
OFX / Types / AccessTokenType
Minimum length: 1
Maximum length: 10000
Usages:
- SignonRequest ACCESSTOKEN
XSD
<xsd:simpleType name="AccessTokenType"> <xsd:annotation> <xsd:documentation> The OFX element "ACCESSTOKEN" is of type "AccessTokenType" </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:minLength value="1"/> <xsd:maxLength value="10000" /> </xsd:restriction> </xsd:simpleType>