From 5dacb56a0c85f90455cea9b0b9068f3feb7263ac Mon Sep 17 00:00:00 2001 From: Edwin Wu Date: Thu, 2 Nov 2023 19:56:39 -0700 Subject: [PATCH] [Connections] Impl to auto connect once the auth compound result is FAILURE. PiperOrigin-RevId: 579049556 --- proto/connections_enums.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/connections_enums.proto b/proto/connections_enums.proto index 6873d7dc..ccc7aa7d 100644 --- a/proto/connections_enums.proto +++ b/proto/connections_enums.proto @@ -170,6 +170,7 @@ enum DisconnectionReason { SHUTDOWN = 5; UNFINISHED = 6; PREV_CHANNEL_DISCONNECTION_IN_RECONNECT = 7; + AUTHENTICATION_FAILURE = 8; } // The type of a Payload.