currentUserDS Data Type

Namespace
http://www.efdis.de/ob-sf-api/
Elements
name data type min/max occurs description
iTanStatus int 1/1
iTAN Status
mTanStatus int 1/1
mTAN Status
defaultTanMethod tanMethods 0/1
Standard TAN-Verfahren
emailAddress string 1/1
E-Mail-Adresse

EFDIS: Person PSMAIl
mobileNumber string 1/1
Mobilfunknummer für mTAN

EFDIS: Person PSOBMT
scaLastSessionId string 0/1
de
ID der zuletzt durchgeführten starken Kundenauthentifizierung innerhalb eines definierten Zeitraums. Falls vorhanden, kann diese ID stellvertretend für eine SCA beim nächsten Loginvorgang verwendet werden.
en
ID of last Strong Customer Authentication within a defined period. If available, this ID can be used instead of a SCA during the next login process.
scaLastSessionValidUntil string 0/1
de
Datum, bis zu dem keine starke Kundenauthentifizierung beim Login erzwungen wird. Hinweis: Mit erfolgreicher Durchführung einer TAN-Eingabe kann der Kunde das Datum jederzeit ändern (verlängern).
en
Until the date specified no Strong Customer Authentication is enforced during login. Note: By successfully passing a TAN procedure, the customer can change (prolongate) this date at any time.

Example

<c----->
  <iTanStatus>...</iTanStatus>
  <mTanStatus>...</mTanStatus>
  <defaultTanMethod>...</defaultTanMethod>
  <emailAddress>...</emailAddress>
  <mobileNumber>...</mobileNumber>
  <scaLastSessionId>...</scaLastSessionId>
  <scaLastSessionValidUntil>...</scaLastSessionValidUntil>
</c----->