0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-30 20:33:54 -05:00

chore: apply suggestions

This commit is contained in:
Darcy Ye 2024-03-21 18:26:37 +08:00
parent 8726c11d52
commit 8688b2b174
No known key found for this signature in database
GPG key ID: B46F4C07EDEFC610

View file

@ -88,7 +88,7 @@ const defaultClientCredentialsJwtCustomizerCode = `/**
* This function is called to get custom claims for the JWT token.
*
* @param {${JwtCustomizerTypeDefinitionKey.ClientCredentialsPayload}} token -The JWT token.
* @param {undefined} data - Logto internal data placeholder that can be used to pass additional information (temporarily not used but should be kept for future use)
* @param {undefined} data - Logto internal data placeholder that can be used to pass additional information (undefined for M2M accesstoken)
* @param {${JwtCustomizerTypeDefinitionKey.EnvironmentVariables}} [envVariables] - The environment variables.
*
* @returns The custom claims.