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.

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.
{
  "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==",
  "REQUIRED_INPUT_TYPES": "EMAIL"
}