Skip to content

Commit 14c6611

Browse files
authored
Expose options property on OAuth2Server class
1 parent dafbad3 commit 14c6611

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)