AppTokenRequest
type AppTokenRequest = { endUserId: string; ttlSeconds?: number;};POST /v1/app-tokens 请求体类型
endUserId
Section titled “endUserId”endUserId: string;ttlSeconds?
Section titled “ttlSeconds?”optional ttlSeconds?: number;本文是否有帮助?
感谢反馈,我们会持续改进这篇文章。