MCPcopy
hub / github.com/claabs/epicgames-freegames-node / ClientCredentialsTokenResponse

Interface ClientCredentialsTokenResponse

src/device-login.ts:17–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15import { sendNotification } from './notify.js';
16
17export interface ClientCredentialsTokenResponse {
18 access_token: string;
19 expires_in: number;
20 expires_at: string;
21 token_type: string;
22 client_id: string;
23 internal_client: boolean;
24 client_service: string;
25}
26
27export interface DeviceAuthResponse {
28 deviceId: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected