diff --git a/index.d.ts b/index.d.ts index bb1396c..5b85609 100644 --- a/index.d.ts +++ b/index.d.ts @@ -222,7 +222,7 @@ declare namespace OAuth2Server { /** * Require a client secret. Defaults to true for all grant types. */ - requireClientAuthentication?: {}; + requireClientAuthentication?: Record; /** * Always revoke the used refresh token and issue a new one for the refresh_token grant.