Method: Akeyless::AuthMethodCreateOauth2#jwks_uri
- Defined in:
- lib/akeyless/models/auth_method_create_oauth2.rb
#jwks_uri ⇒ Object
The URL to 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.
68 69 70 |
# File 'lib/akeyless/models/auth_method_create_oauth2.rb', line 68 def jwks_uri @jwks_uri end |