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.
2 parents 4590e69 + 4e7528b commit fa2dde4Copy full SHA for fa2dde4
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