Class
OpenID::Association
In:
lib/openid/association.rb
Parent:
Object
Methods
==
add_signature
deserialize
expired?
expires_in
from_expires_in
new
serialize
sign
sign_hash
Attributes
assoc_type
[R]
handle
[R]
issued
[R]
lifetime
[R]
secret
[R]
Public Class methods
deserialize
(assoc_s)
from_expires_in
(expires_in, handle, secret, assoc_type)
new
(handle, secret, issued, lifetime, assoc_type)
serialize
(assoc)
Public Instance methods
==
(other)
add_signature
(fields, hash, prefix='openid.')
expired?
()
expires_in
()
sign
(pairs)
sign_hash
(fields, hash, prefix='openid.')
[Validate]