MCPcopy 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
36export interface RefreshTokenRequest {
37 refresh_token: string;
38}
39
40export interface RefreshTokenResponse {
41 access_token: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected