Exception: MAuth::UnableToAuthenticateError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/mauth/errors.rb

Overview

mAuth client was unable to verify the authenticity of a signed object (this does NOT mean the object is inauthentic). typically due to a failure communicating with the mAuth service, in which case the error may include the attribute mauth_service_response - a response from the mauth service (if it was contactable at all), which may contain more information about the error.

Instance Attribute Summary collapse

Instance Attribute Details

#mauth_service_responseObject

the response from the MAuth service encountered when attempting to retrieve authentication



9
10
11
# File 'lib/mauth/errors.rb', line 9

def mauth_service_response
  @mauth_service_response
end