AppTokenRequest
This content is not available in your language yet.
type AppTokenRequest = { endUserId: string; ttlSeconds?: number;};POST /v1/app-tokens 请求体类型
endUserId
Section titled “endUserId”endUserId: string;ttlSeconds?
Section titled “ttlSeconds?”optional ttlSeconds?: number;Was this page helpful?
Thanks for your feedback.