Skip to content

Commit

Permalink
Remove unused imports in OktaOAuthAuthenticationService
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcolon021 committed Jan 24, 2024
1 parent 230f3d5 commit 7d90d7e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
import javax.inject.Inject;
import javax.ws.rs.core.Response;
import javax.ws.rs.core.UriInfo;
import java.io.IOException;
import java.net.URI;
import java.net.http.HttpClient;
import java.net.http.HttpRequest;
import java.net.http.HttpResponse;
import java.util.*;

public class OktaOAuthAuthenticationService {
Expand Down

0 comments on commit 7d90d7e

Please sign in to comment.