跳至内容 跳至搜索
方法
A
N

Attributes

[R] 键 (key)
[R] request

类公共方法

new(request, key)

# File actionmailbox/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb, line 64
def initialize(request, key)
  @request, @key = request, key
end

实例公共方法

authenticated?()

# File actionmailbox/app/controllers/action_mailbox/ingresses/mandrill/inbound_emails_controller.rb, line 68
def authenticated?
  ActiveSupport::SecurityUtils.secure_compare given_signature, expected_signature
end