AppTokenResponse
type AppTokenResponse = { appId: string; endUserId: string; expiresAt: string; token: string;};POST /v1/app-tokens 响应体类型
appId: string;endUserId
Section titled “endUserId”endUserId: string;expiresAt
Section titled “expiresAt”expiresAt: string;token: string;本文是否有帮助?
感谢反馈,我们会持续改进这篇文章。