class SMARTAppLaunch::OIDCJWKS

def jwks_path

def jwks_path
  @jwks_path ||=
    ENV.fetch('SIMULATED_OIDC_JWKS_PATH', default_jwks_path)
end