Class OpenID::Consumer::SuccessResponse
In: lib/openid/consumer/responses.rb
Parent: Object

A successful acknowledgement from the OpenID server that the supplied URL is, indeed controlled by the requesting agent.

Methods

Included Modules

Response

Constants

STATUS = SUCCESS

Attributes

message  [R] 
signed_fields  [R] 

Public Class methods

Public Instance methods

Return response arguments in the specified namespace. If require_signed is true and the arguments are not signed, return nil.

Return the specified signed field if available, otherwise return default

Get signed arguments from the response message. Return a dict of all arguments in the specified namespace. If any of the arguments are not signed, return nil.

Was this authentication response an OpenID 1 authentication response?

Return whether a particular key is signed, regardless of its namespace alias

[Validate]