Auth Expired

Description

The authorisation process by a user and a provider, has expired.

Causes

  • Network issues causing a delay to the redirect from the authorisation server
  • Authorisation code expired before it could be used

Example

{
    "operation_id": "open_banking_async_customer_connect_get",
    "data": {
      "task_id":  "task-id",
            "provider": "Some_Bank",
            "status":   "Failed",
            "result":   "auth_expired"
    }
}