Method: Akeyless::OAuth2AccessRules#jwks_json_data
- Defined in:
- lib/akeyless/models/o_auth2_access_rules.rb
#jwks_json_data ⇒ Object
The JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server. base64 encoded string
38 39 40 |
# File 'lib/akeyless/models/o_auth2_access_rules.rb', line 38 def jwks_json_data @jwks_json_data end |