MCPcopy Create free account
hub / github.com/Noumena-Network/code / SdkAccountInfo

Interface SdkAccountInfo

src/cli/sdkAccountSession.ts:5–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { getAPIProvider } from '../utils/model/providers.js'
4
5export interface SdkAccountInfo {
6 subscription?: string
7 tokenSource?: string
8 apiKeySource?: string
9 organization?: string
10 email?: string
11 authTokenExpired?: boolean
12}
13
14type SdkAccountSessionInput = Pick<
15 ResolvedAuthSession,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected