Method: RSAML::Conditions#audience_restrictions
- Defined in:
- lib/rsaml/conditions.rb
#audience_restrictions ⇒ Object
Specifies that the assertion is addressed to a particular audience. Audiences are represented as A URI reference that identifies an intended audience. A URI may reference a document that describes the terms of service for audience membership.
48 49 50 |
# File 'lib/rsaml/conditions.rb', line 48 def audience_restrictions @audience_restrictions ||= [] end |