connectionState property

String? connectionState
getter/setter pair

The connection state of the identity connector.

Output only. Possible string values are:

  • "CONNECTION_STATE_UNSPECIFIED" : Default unspecified value.
  • "CONNECTED" : The identity pool connection is connected.
  • "PARTIALLY_CONNECTED" : The identity pool connection is partially connected.
  • "DISCONNECTED" : The identity pool connection is disconnected.
  • "UNKNOWN" : The identity pool connection is in an unknown state.

Implementation

core.String? connectionState;