Method: OpenID::Server::AssociateRequest#assoc_type
- Defined in:
- lib/openid/server.rb
#assoc_type ⇒ Object
The type of association. Supported values include HMAC-SHA256 and HMAC-SHA1
291 292 293 |
# File 'lib/openid/server.rb', line 291 def assoc_type @assoc_type end |