We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dafbad3 commit 14c6611Copy full SHA for 14c6611
index.d.ts
@@ -12,6 +12,8 @@ import * as http from 'http';
12
declare class OAuth2Server {
13
static OAuth2Server: typeof OAuth2Server;
14
15
+ options: OAuth2Server.ServerOptions;
16
+
17
/**
18
* Instantiates OAuth2Server using the supplied model
19
*/
0 commit comments