Objects

CollectionStatusInformation

Possible extra information returned for a collection status

ACCESS_TOKENstring

Access token to call get-data. Returned when data collection is initiated by client-id.

AUTOSTART_TOKENstring

A precompiled app-link with an embedded autostart token.

DANISH_NEM_ID_CARD_CODE_LOOKUPstring

Nem ID number lookup for correct code from code card.

NORWEGIAN_BANKID_WORDSstring

Two words for validating that the prompted session in app is the same.

QR_CODE_DATAstring

A base64 encoded QR-code.

SELECTED_TWO_FACTOR_METHODstring

UUID of Selected 2FA method.

SWEDISH_BANKID_QRCODEstring

A base64 encoded swedish BankId QR-code.

SWEDISH_MOBILE_BANKID_ANIMATED_QR_DATAstring

Used to generate an animated QR-code to authenticate users on other devices. The QR-code needs to be updated every second and is only applicable for companies that have the LoginMethod SWEDISH_MOBILE_BANKID_OTHER_DEVICE.

SWEDISH_MOBILE_BANKID_AUTOSTART_TOKENstring

Used to compile a QR image or an app-link.

Example
{  "ACCESS_TOKEN": "-- Missing example --",  "AUTOSTART_TOKEN": "bankid:///?autostarttoken=7c40b5c9-fa74-49cf-b98c-bfe651f9a7c6&redirect=bankid://bankid",  "DANISH_NEM_ID_CARD_CODE_LOOKUP": "12345",  "NORWEGIAN_BANKID_WORDS": "SPINKEL BRIKKE",  "QR_CODE_DATA": "R0lGODdhtAC0AIAAAAAAAP///ywAAALg==Lg==",  "SELECTED_TWO_FACTOR_METHOD": "2df80223-3d99-4ba5-b083-e4447e0546bd",  "SWEDISH_BANKID_QRCODE": "R0lGODdhtAC0AIAAAAAAAP///ywAAALg==Lg==",  "SWEDISH_MOBILE_BANKID_ANIMATED_QR_DATA": "bankid.67df3917-fa0d-44e5-b327-edcc928297f8.0.dc69358e712458a66a7525beef148ae8526b1c71610eff2c16cdffb4cdac9bf8",  "SWEDISH_MOBILE_BANKID_AUTOSTART_TOKEN": "7c40b5c9-fa74-49cf-b98c-bfe651f9a7c6"}