class Restforce::SignedRequest
def decode
Returns the parsed JSON context.
Public: Decode the signed request.
def decode return nil if signature != hmac JSON.parse(Base64.decode64(payload)) end
def decode return nil if signature != hmac JSON.parse(Base64.decode64(payload)) end