File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ function escapeToLower(url) {
3535 * @property {number } start_time=now The start time of the token in seconds from epoch.
3636 * @property {string } expiration The expiration time of the token in seconds from epoch.
3737 * @property {string } duration The duration of the token (from start_time).
38- * @property {string|Array. } acl The ACL for the token.
38+ * @property {string|Array<string> } acl The ACL(s) for the token.
3939 * @property {string } url The URL to authentication in case of a URL token.
4040 *
4141 */
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ function escapeToLower(url) {
3333 * @property {number } start_time=now The start time of the token in seconds from epoch.
3434 * @property {string } expiration The expiration time of the token in seconds from epoch.
3535 * @property {string } duration The duration of the token (from start_time).
36- * @property {string|Array. } acl The ACL for the token.
36+ * @property {string|Array<string> } acl The ACL(s) for the token.
3737 * @property {string } url The URL to authentication in case of a URL token.
3838 *
3939 */
You can’t perform that action at this time.
0 commit comments