Interface Authentication

All Known Implementing Classes:
ApiKeyAuth, HttpBasicAuth, HttpBearerAuth, OAuth

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-26T20:15:43.926055890+07:00[Asia/Bangkok]", comments="Generator version: 7.13.0") public interface Authentication
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    applyToParams(org.springframework.util.MultiValueMap<String,String> queryParams, org.springframework.http.HttpHeaders headerParams, org.springframework.util.MultiValueMap<String,String> cookieParams)
    Apply authentication settings to header and / or query parameters.
  • Method Details

    • applyToParams

      void applyToParams(org.springframework.util.MultiValueMap<String,String> queryParams, org.springframework.http.HttpHeaders headerParams, org.springframework.util.MultiValueMap<String,String> cookieParams)
      Apply authentication settings to header and / or query parameters.
      Parameters:
      queryParams - The query parameters for the request
      headerParams - The header parameters for the request
      cookieParams - The cookie parameters for the request