跳转到内容

AppTokenResponseSchema

const AppTokenResponseSchema: z.ZodObject<{
appId: z.ZodString;
endUserId: z.ZodString;
expiresAt: z.ZodString;
token: z.ZodString;
}, "strict", z.ZodTypeAny, {
appId: string;
endUserId: string;
expiresAt: string;
token: string;
}, {
appId: string;
endUserId: string;
expiresAt: string;
token: string;
}>;

POST /v1/app-tokens 响应体:令牌本体、过期时刻、appId 与回显的终端用户标识