MCPcopy Create free account
hub / github.com/Hello-Application-XH/HelloGML / tokenSplit

Function tokenSplit

src/chat.ts:1096–1098  ·  view source on GitHub ↗
(authorization: string)

Source from the content-addressed store, hash-verified

1094}
1095
1096export function tokenSplit(authorization: string): string[] {
1097 return authorization.replace("Bearer ", "").split(",");
1098}
1099
1100export async function getTokenLiveStatus(refreshToken: string) {
1101 const sign = await generateSign();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected