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 983605e commit f9ffdd5Copy full SHA for f9ffdd5
index.d.ts
@@ -222,7 +222,7 @@ declare namespace OAuth2Server {
222
/**
223
* Require a client secret. Defaults to true for all grant types.
224
*/
225
- requireClientAuthentication?: {};
+ requireClientAuthentication?: Record<string, boolean>;
226
227
228
* Always revoke the used refresh token and issue a new one for the refresh_token grant.
0 commit comments