Method: Akeyless::OIDCAccessRules#audience
- Defined in:
- lib/akeyless/models/oidc_access_rules.rb
#audience ⇒ Object
Audience claim to be used as part of the authentication flow. In case set, it must match the one configured on the Identity Provider’s Application
23 24 25 |
# File 'lib/akeyless/models/oidc_access_rules.rb', line 23 def audience @audience end |