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 与回显的终端用户标识
このページは役に立ちましたか?
フィードバックありがとうございます。この記事の改善に活かします。