AppTokenResponseSchema
This content is not available in your language yet.
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 与回显的终端用户标识
Was this page helpful?
Thanks for your feedback.