From 14c6611338b0d151d0c3aece39460eb372ece995 Mon Sep 17 00:00:00 2001 From: wille Date: Tue, 11 Nov 2025 23:20:46 +0100 Subject: [PATCH] Expose options property on OAuth2Server class --- index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.d.ts b/index.d.ts index 85e6a63..9c9f3cf 100644 --- a/index.d.ts +++ b/index.d.ts @@ -12,6 +12,8 @@ import * as http from 'http'; declare class OAuth2Server { static OAuth2Server: typeof OAuth2Server; + options: OAuth2Server.ServerOptions; + /** * Instantiates OAuth2Server using the supplied model */