# Installation > `npm install --save @types/oauth2orize-pkce` # Summary This package contains type definitions for oauth2orize-pkce (https://github.com/jaredhanson/oauth2orize-pkce). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/oauth2orize-pkce. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/oauth2orize-pkce/index.d.ts) ````ts import { MiddlewareFunction } from "oauth2orize"; export function extensions(): MiddlewareFunction; ```` ### Additional Details * Last updated: Tue, 07 Nov 2023 09:09:39 GMT * Dependencies: [@types/oauth2orize](https://npmjs.com/package/@types/oauth2orize) # Credits These definitions were written by [mtgto](https://github.com/mtgto).