Skip to content

Commit

Permalink
Improve jsdoc param annotation (#422)
Browse files Browse the repository at this point in the history
Fix jsdoc param annotation in authorization-code-grant-type
  • Loading branch information
pafik13 authored Feb 2, 2023
1 parent 3b99c3a commit c2ea2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/authorization-code-grant-type.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ module.exports = class AuthorizationCode {

/**
* Requests and returns an access token from the authorization server
*
* @param {Object} params
* @param {String} params.code Authorization code (from previous step)
* @param {String} params.redirectURI String representing the registered application URI where the user is redirected after authentication
* @param {String|Array<String>} [params.scope] String or array of strings representing the application privileges
Expand Down

0 comments on commit c2ea2e4

Please # to comment.