Skip to content

Commit

Permalink
Implementation of token re fetch logic
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere committed Jun 13, 2024
1 parent f89ba9f commit ba5c794
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/twilio/http/bearertoken/TokenManager.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package com.twilio.http.bearertoken;

import jdk.internal.net.http.common.Pair;

public interface TokenManager {
public String refreshAccessToken(String refreshToken);
public String fetchAccessToken();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import lombok.Setter;
import lombok.RequiredArgsConstructor;
import jdk.internal.net.http.common.Pair;
import com.twilio.rest.previewiam.organizations.Token;

@RequiredArgsConstructor
Expand Down

0 comments on commit ba5c794

Please sign in to comment.