Skip to content

Commit 115308b

Browse files
authored
Merge branch 'master' into docs/beginners-guide
2 parents 4a307ef + cd81a3a commit 115308b

File tree

2 files changed

+83
-239
lines changed

2 files changed

+83
-239
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ declare namespace OAuth2Server {
222222
/**
223223
* Require a client secret. Defaults to true for all grant types.
224224
*/
225-
requireClientAuthentication?: {};
225+
requireClientAuthentication?: Record<string, boolean>;
226226

227227
/**
228228
* Always revoke the used refresh token and issue a new one for the refresh_token grant.

0 commit comments

Comments
 (0)