Interface Authentication.Result

    • Method Detail

      • apply

        void apply​(Request request)
        Applies the authentication result to the given request. Typically, a Authorization header is added to the request, with the right information to successfully authenticate at the server.
        Parameters:
        request - the request to authenticate