Class | OpenID::Server::CheckAuthRequest |
In: |
lib/openid/server.rb
|
Parent: | OpenIDRequest |
A request to verify the validity of a previous response.
assoc_handle | [RW] | |
invalidate_handle | [RW] | |
sig | [RW] | |
signed | [RW] |
Produce a CheckAuthRequest instance from the request query. Raises a ProtocolError if the request is malformed, and returns an instance CheckAuthRequest on success.
Create a new CheckAuthRequest. Please see the CheckAuthRequest.from_query class method, as it is the preferred way to produce this object.
Respond to this request. Given an OpenID::Server::Signatory instance the validity of the signature and invalidate_handle can be checked.
Returns an OpenIDResponse object with an appropriate "is_valid" field and an "invalidate_handle" field if appropriate.