Method: Codebot::Integration#secret

Defined in:
lib/codebot/integration.rb

#secretString

Returns the secret for verifying the authenticity of payloads delivered to the endpoint.

Returns:

  • (String)

    the secret for verifying the authenticity of payloads delivered to the endpoint



22
23
24
# File 'lib/codebot/integration.rb', line 22

def secret
  @secret
end