AppTokenRequestSchema
const AppTokenRequestSchema: z.ZodObject<{ endUserId: z.ZodString; ttlSeconds: z.ZodOptional<z.ZodNumber>;}, "strict", z.ZodTypeAny, { endUserId: string; ttlSeconds?: number;}, { endUserId: string; ttlSeconds?: number;}>;POST /v1/app-tokens 请求体:终端用户标识 + 可选 TTL(秒,[60, 86400])
本文是否有帮助?
感谢反馈,我们会持续改进这篇文章。