Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AntiHub-Project/AntiHub
/ RefreshTokenRequest
Interface
RefreshTokenRequest
lib/api.ts:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
export
interface
RefreshTokenRequest {
37
refresh_token: string;
38
}
39
40
export
interface
RefreshTokenResponse {
41
access_token: string;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected