Method: Codebot::Integration#secret
- Defined in:
- lib/codebot/integration.rb
#secret ⇒ String
Returns 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 |