module SAML2
Constants
- Key
@deprecated Deprecated alias for
KeyDescriptor
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/saml2.rb, line 14 def config @config ||= { max_message_size: 1024 * 1024 } end