Skip to content

Commit

Permalink
eseye-bindings: allow access token refreshing (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
recursivetree authored Sep 6, 2024
1 parent f378db3 commit 31974c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Contracts/EsiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,6 @@ public function getLogger(): LoggerInterface;
* @return \Psr\SimpleCache\CacheInterface
*/
public function getCache(): CacheInterface;

public function getValidAccessToken(): string;
}

0 comments on commit 31974c9

Please sign in to comment.