MCPcopy Create free account
hub / github.com/MatterAIOrg/OrbCode / DeviceAuthStart

Interface DeviceAuthStart

src/auth/auth.ts:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46// 3. pollDeviceAuth(code) is called until it returns the token.
47
48export interface DeviceAuthStart {
49 devicecode: string;
50 expiresIn: number;
51 interval: number;
52}
53
54function deviceAuthBaseUrl(): string {
55 return process.env.MATTERAI_BACKEND_URL || DEFAULT_BACKEND_URL;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected