Class: WorkOS::Types::DataIntegrationAccessTokenResponseError

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

Constant Summary collapse

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