Class: WorkOS::Types::DataIntegrationAccessTokenResponseError

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

Constant Summary collapse

NEEDS_REAUTHORIZATION =
"needs_reauthorization"
NOT_INSTALLED =
"not_installed"
ALL =
[NEEDS_REAUTHORIZATION, NOT_INSTALLED].freeze