Skip to main content

Auth

Deprecated

This component is deprecated and will not receive updates.

Install

npm install @basketry/typescript-auth

Basic Usage

basketry.config.json
{
"source": "petstore.json",
"parser": "@basketry/openapi-3",
"generators": ["@basketry/typescript", "@basketry/typescript-auth"],
"output": "src"
}