Class OpenID::FailureResponse
In: lib/openid/consumer.rb
Parent: OpenIDStatus

Object returned from Consumer.complete when the auth request failed. The identity_url, msg, and service methods may contain useful information about the failure if it is available. These methods will return nil if no useful info can be determined.

Methods

new  

Attributes

identity_url  [RW] 
msg  [RW] 
service  [RW] 

Public Class methods

[Validate]