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.
AVAILABLE_TWO_FACTOR_METHODSArray<TwoFactorOption>
Available 2FA methods for this collection.
FRENCH_AUTHENTICATION_APP_URLstring
A url to trigger french authentication apps.
FRENCH_AUTHENTICATION_APP_QR_CODEstring
A base64 encoded QR-code.
RESEND_CODE_THRESHOLD_SECONDSinteger[int32]
Number of seconds to wait before showing the resend 2FA code option. Null if resend is not available.
REQUIRED_INPUT_TYPESArray<string>
Input that needs to be provided for the collection process to continue.
Type of input.
Possible Enum values are
EMAIL, LOGIN_METHOD, PASSWORD, POSTCODE, REGION or USERNAME.Example
{ "ACCESS_TOKEN": "-- Missing example --", "AVAILABLE_TWO_FACTOR_METHODS": [], "FRENCH_AUTHENTICATION_APP_URL": "https://app.trustmeid.io/transaction/0.1?transaction=bc453568-1e63-432c-9957-ae2fc6acb825&brand=FranceConnect", "FRENCH_AUTHENTICATION_APP_QR_CODE": "R0lGODdhtAC0AIAAAAAAAP///ywAAALg==Lg==", "RESEND_CODE_THRESHOLD_SECONDS": "-- Missing example --", "REQUIRED_INPUT_TYPES": "EMAIL"}