Method: OpenapiClient::ProxyApi#authenticate_proxy_key
- Defined in:
- lib/ff/ruby/server/generated/lib/openapi_client/api/proxy_api.rb
#authenticate_proxy_key(opts = {}) ⇒ AuthenticationResponse
Endpoint that the Proxy can use to authenticate with the client server Endpoint that the Proxy can use to authenticate with the client server
27 28 29 30 |
# File 'lib/ff/ruby/server/generated/lib/openapi_client/api/proxy_api.rb', line 27 def authenticate_proxy_key(opts = {}) data, _status_code, _headers = authenticate_proxy_key_with_http_info(opts) data end |