ark::rest::RestServiceConfiguration

Defined in header “ark/rest/rest_service.hh”.


This is configuration for the REST service. It allows you to specify the address it listens on, along with configuration for things like token validation.

Variables

  • comms::HttpServerConfig http_config_
    Configuration for the underlying HTTP server.

  • aws::JwksClientPtr jwks_client
    The JWKS client to use for JWT validation.

  • aws::IdentityProviderClientPtr auth_client
    The identity provider client to use for authorization.