Reauthenticate

Description

The provider has indicated that a user must go through authentication again to use this connection, or consent.

Causes

  • Provider security process have indicated that this connection requires re-authenticating.

Example

{
  "operation_id": "open_banking_refresh_get",
    "data": {
        "provider": "Some_Bank",
        "reconnect_required": true,
        "result": "provider_reauthenticate",
        "status": "Failed",
        "step": 4,
        "task_id": "task-1",
        "text": "Completed"
    },
    "metadata": {
        "status": "Failed"
    }
}