Class: WorkOS::Types::PipeConnectedAccountState

Inherits:
Object
  • Object
show all
Defined in:
lib/workos/types/pipe_connected_account_state.rb

Constant Summary collapse

CONNECTED =
"connected"
NEEDS_REAUTHORIZATION =
"needs_reauthorization"
ALL =
[CONNECTED, NEEDS_REAUTHORIZATION].freeze