Method: RSAML::Conditions#one_time_use
- Defined in:
- lib/rsaml/conditions.rb
#one_time_use ⇒ Object
Specifies that the assertion SHOULD be used immediately and MUST NOT be retained for future use.
12 13 14 |
# File 'lib/rsaml/conditions.rb', line 12 def one_time_use @one_time_use end |