SignonInfo

OFX / Types / SignonInfo
#TagType
1 SIGNONREALM GenericNameType
2 MIN MAXMINType
3 MAX MAXMINType
4 CHARTYPE CharTypeEnum
5 CASESEN BooleanType
6 SPECIAL BooleanType
7 SPACES BooleanType
8 PINCH BooleanType
9 CHGPINFIRST BooleanType
10 USERCRED1LABEL MFATextType
11 USERCRED2LABEL MFATextType
12 CLIENTUIDREQ BooleanType
13 AUTHTOKENFIRST BooleanType
14 AUTHTOKENLABEL MFATextType
15 AUTHTOKENINFOURL MFAUrlType
16 MFACHALLENGESUPT BooleanType
17 MFACHALLENGEFIRST BooleanType
18 ACCESSTOKENREQ BooleanType
Usages:
XSD
	<xsd:complexType name="SignonInfo">
		<xsd:annotation>
			<xsd:documentation>The OFX element "SIGNONINFO" is of type "SignonInfo"</xsd:documentation>
		</xsd:annotation>
		<xsd:sequence>
			<xsd:element name="SIGNONREALM" type="ofx:GenericNameType"/>
			<xsd:element name="MIN" type="ofx:MAXMINType"/>
			<xsd:element name="MAX" type="ofx:MAXMINType"/>
			<xsd:element name="CHARTYPE" type="ofx:CharTypeEnum"/>
			<xsd:element name="CASESEN" type="ofx:BooleanType"/>
			<xsd:element name="SPECIAL" type="ofx:BooleanType"/>
			<xsd:element name="SPACES" type="ofx:BooleanType"/>
			<xsd:element name="PINCH" type="ofx:BooleanType"/>
			<xsd:element name="CHGPINFIRST" type="ofx:BooleanType"/>
			<xsd:sequence minOccurs="0" maxOccurs="1">
				<xsd:element name="USERCRED1LABEL" type="ofx:MFATextType"/>
				<xsd:element name="USERCRED2LABEL" type="ofx:MFATextType" minOccurs="0" maxOccurs="1"/>
			</xsd:sequence>
			<xsd:element name="CLIENTUIDREQ" type="ofx:BooleanType" minOccurs="0" maxOccurs="1"/>
			<xsd:element name="AUTHTOKENFIRST" type="ofx:BooleanType" minOccurs="0" maxOccurs="1"/>
			<xsd:element name="AUTHTOKENLABEL" type="ofx:MFATextType" minOccurs="0" maxOccurs="1"/>
			<xsd:element name="AUTHTOKENINFOURL" type="ofx:MFAUrlType" minOccurs="0" maxOccurs="1"/>
			<xsd:element name="MFACHALLENGESUPT" type="ofx:BooleanType" minOccurs="0" maxOccurs="1"/>
			<xsd:element name="MFACHALLENGEFIRST" type="ofx:BooleanType" minOccurs="0" maxOccurs="1"/>
			<xsd:element name="ACCESSTOKENREQ" type="ofx:BooleanType" minOccurs="0" maxOccurs="1"/>
		</xsd:sequence>
	</xsd:complexType>

© Copyright 2023. All Rights Reserved.