Method: RSAML::Protocol::RequestedAuthnContext#comparison
- Defined in:
- lib/rsaml/protocol/requested_authn_context.rb
#comparison ⇒ Object
Specifies the comparison method used to evaluate the requested context classes or statements, one of “exact”, “minimum”, “maximum”, or “better”. The default is “exact”
18 19 20 |
# File 'lib/rsaml/protocol/requested_authn_context.rb', line 18 def comparison @comparison ||= 'exact' end |