Variable postChildAccountTokenResponseSchemaConst
postChildAccountTokenResponseSchema: ZodObject<
{
created: ZodReadonly<ZodISODateTime>;
expiry: ZodReadonly<ZodISODateTime>;
id: ZodReadonly<ZodInt>;
label: ZodString;
scopes: ZodReadonly<ZodString>;
token: ZodReadonly<ZodString>;
},
$strip,
> = ...
The token generated manually for a child account so its proxy user can access the API and CLI without going through an OAuth login.