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

Interface DeviceAuthorizationCodeResponse

src/device-login.ts:39–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39export interface DeviceAuthorizationCodeResponse {
40 user_code: string;
41 device_code: string;
42 verification_uri: string;
43 verification_uri_complete: string;
44 prompt: string;
45 expires_in: number;
46 interval: number;
47 client_id: string;
48}
49
50export interface ClientCredentialsError {
51 errorCode: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected