Method: RSAML::Protocol::AuthnRequest#validate
- Defined in:
- lib/rsaml/protocol/authn_request.rb
#validate ⇒ Object
Validate the authentication request.
67 68 69 |
# File 'lib/rsaml/protocol/authn_request.rb', line 67 def validate raise ValidationError, "Conditions must be of type Conditions" if conditions && !conditions.is_a?(Conditions) end |