Class: WorkOS::Types::PipeConnectedAccountState
- Inherits:
-
Object
- Object
- WorkOS::Types::PipeConnectedAccountState
- Defined in:
- lib/workos/types/pipe_connected_account_state.rb
Constant Summary collapse
- CONNECTED =
"connected"- NEEDS_REAUTHORIZATION =
"needs_reauthorization"- ALL =
[CONNECTED, NEEDS_REAUTHORIZATION].freeze