CreateAuthTokenRequestBody

July 31, 2026 ยท View on GitHub

Example Usage

import { CreateAuthTokenRequestBody } from "@vercel/sdk/models/createauthtokenop.js";

let value: CreateAuthTokenRequestBody = {
  name: "<value>",
};

Fields

FieldTypeRequiredDescription
namestring:heavy_check_mark:N/A
expiresAtnumber:heavy_minus_sign:N/A
projectIdstring:heavy_minus_sign:The ID of the project to scope this token to