跳转到内容

AppTokenResponse

type AppTokenResponse = {
appId: string;
endUserId: string;
expiresAt: string;
token: string;
};

POST /v1/app-tokens 响应体类型

appId: string;

endUserId: string;

expiresAt: string;

token: string;