Exception: MAuth::UnableToAuthenticateError
- Inherits:
-
StandardError
- Object
- StandardError
- MAuth::UnableToAuthenticateError
- 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
-
#mauth_service_response ⇒ Object
the response from the MAuth service encountered when attempting to retrieve authentication.
Instance Attribute Details
#mauth_service_response ⇒ Object
the response from the MAuth service encountered when attempting to retrieve authentication
11 12 13 |
# File 'lib/mauth/errors.rb', line 11 def mauth_service_response @mauth_service_response end |