class SAML2::Conditions::OneTimeUse

Public Instance Methods

build(builder) click to toggle source

(see Base#build)

# File lib/saml2/conditions.rb, line 143
def build(builder)
  builder["saml"].OneTimeUse
end
validate(_) click to toggle source

The caller will need to see if this condition exists, and validate it using their own state store. @return [[]]

# File lib/saml2/conditions.rb, line 138
def validate(_)
  []
end