Class: EndPointBlank::Commands::EndpointAuthorize
- Inherits:
-
Object
- Object
- EndPointBlank::Commands::EndpointAuthorize
- Includes:
- EndpointAuthorizeMethods
- Defined in:
- lib/end_point_blank/commands/endpoint_authorize.rb
Overview
Authenticates incoming requests by sending request details to a remote authorization service. Sends the request path, HTTP method, client authorization header, application name, API version, and client IP address to the configured authorize_url for validation. Returns the HTTP response from the authorization service or nil if an error occurs.