Interface Authentication.Result

    • Method Detail

      • getURI

        java.net.URI getURI()
        Deprecated.
        Returns:
        the URI of the request that has been used to generate this Authentication.Result
      • apply

        void apply​(Request request)
        Deprecated.
        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