Interface Auth

    • Method Detail

      • apply

        void apply​(Map<String,​String> requestHeaders)
        Called to apply this auth mechanism to the HTTP request headers. Typically an implementation would add an "Authorization" header or something similar.
        Parameters:
        requestHeaders -