class IMS::LTI::Errors::AuthenticationFailedError

Attributes

response[R]

Public Class Methods

new(response: nil) click to toggle source
# File lib/ims/lti/errors/authentication_failed_error.rb, line 6
def initialize(response: nil)
  @response = response
end