Method: Auth::Concerns::NotificationResponseConcern#set_webhook_identifier

Defined in:
app/models/auth/concerns/notification_response_concern.rb

#set_webhook_identifier(response) ⇒ Object

fixes the identifier by which this response can be identified during webhook calls.

Parameters:

  • response (String)

    : the json string that contains the response that was obtained by sending the notification.



41
42
43
# File 'app/models/auth/concerns/notification_response_concern.rb', line 41

def set_webhook_identifier(response)
  
end