콘텐츠로 이동

AppTokenResponse

이 콘텐츠는 아직 번역되지 않았습니다.

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

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

appId: string;

endUserId: string;

expiresAt: string;

token: string;