Skip to content

Commit fa2dde4

Browse files
authored
Merge pull request #378 from wille/oauth2server-options
Expose options property on OAuth2Server class types
2 parents 4590e69 + 4e7528b commit fa2dde4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ import * as http from 'http';
1212
declare class OAuth2Server {
1313
static OAuth2Server: typeof OAuth2Server;
1414

15+
options: OAuth2Server.ServerOptions;
16+
1517
/**
1618
* Instantiates OAuth2Server using the supplied model
1719
*/

0 commit comments

Comments
 (0)