Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 2.96 KB

getauthtokenrequest.md

File metadata and controls

17 lines (12 loc) · 2.96 KB

GetAuthTokenRequest

Example Usage

import { GetAuthTokenRequest } from "@vercel/sdk/models/getauthtokenop.js";

let value: GetAuthTokenRequest = {
  tokenId: "5d9f2ebd38ddca62e5d51e9c1704c72530bdc8bfdd41e782a6687c48399e8391",
};

Fields

Field Type Required Description Example
tokenId string ✔️ The identifier of the token to retrieve. The special value "current" may be supplied, which returns the metadata for the token that the current HTTP request is authenticated with. 5d9f2ebd38ddca62e5d51e9c1704c72530bdc8bfdd41e782a6687c48399e8391