class SAML2::Conditions::OneTimeUse
Public Instance Methods
Source
# File lib/saml2/conditions.rb, line 143 def build(builder) builder["saml"].OneTimeUse end
(see Base#build
)
Source
# File lib/saml2/conditions.rb, line 138 def validate(_) [] end
The caller will need to see if this condition exists, and validate it using their own state store. @return [[]]