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 与回显的终端用户标识
이 페이지가 도움이 되었나요?
피드백 감사합니다. 이 문서를 계속 개선하겠습니다.