Class FormSignerV4

    • Method Detail

      • filter

        public HttpRequest filter​(HttpRequest request)
                           throws HttpException
        Adds the Authorization header to the request. Also if the method for the operation (or its class) is annotated with a version that is higher than the default (apiVersion), then the Version parameter of the request is set to be the value from the annotation.
        Specified by:
        filter in interface HttpRequestFilter
        Parameters:
        request - The HTTP request for the API call.
        Returns:
        The request
        Throws:
        HttpException