Method: SAML2::Conditions::OneTimeUse#validate
- Defined in:
- lib/saml2/conditions.rb
#validate(_) ⇒ []
The caller will need to see if this condition exists, and validate it using their own state store.
132 133 134 |
# File 'lib/saml2/conditions.rb', line 132 def validate(_) [] end |