Method: OryClient::NormalizedProjectRevisionHook#web_hook_config_can_interrupt
- Defined in:
 - lib/ory-client/models/normalized_project_revision_hook.rb
 
#web_hook_config_can_interrupt ⇒ Object
If enabled allows the web hook to interrupt / abort the self-service flow. It only applies to certain flows (registration/verification/login/settings) and requires a valid response format.
      58 59 60  | 
    
      # File 'lib/ory-client/models/normalized_project_revision_hook.rb', line 58 def web_hook_config_can_interrupt @web_hook_config_can_interrupt end  |