Class | OpenID::Server::Signatory |
In: |
lib/openid/server.rb
|
Parent: | Object |
I sign things.
I also check signatures.
All my state is encapsulated in a store, which means I‘m not generally pickleable but I am easy to reconstruct.
secret_lifetime | [RW] | The number of seconds a secret remains valid. Defaults to 14 days. |
store | [RW] |
Sign a response.
I take an OpenIDResponse, create a signature for everything in its signed list, and return a new copy of the response object with that signature included.