Method: RSAML::Protocol::RequestedAuthnContext#authn_context_refs
- Defined in:
- lib/rsaml/protocol/requested_authn_context.rb
#authn_context_refs ⇒ Object
Authentication context references, either AuthnContextDeclRef or AuthnContextClassRef.
12 13 14 |
# File 'lib/rsaml/protocol/requested_authn_context.rb', line 12 def authn_context_refs @authn_context_refs ||= [] end |