Objects

This is a preview version of the API intended for early testing and integration. Preview versions are not stable and may include breaking changes before general availability.

TwoFactorCode

A two factor code to be supplied to a collection. The collection will have status `TWO FACTOR PENDING` when a two factor code is expected from the user.

typestring
Possible Enum values are TWO_FACTOR_CODE.
valuestring

Two factor code

Example
{  "type": "TWO_FACTOR_CODE",  "value": "A12345"}