1
0

Added JSDoc

This commit is contained in:
2021-05-26 02:19:04 +02:00
parent 5fd472c33d
commit 79f030a35a
2 changed files with 33 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ Argument | Type | Satus | Default | Description
`algorithm` | `string` | optional | `HS256` | The algorithm used to sign the payload, possible values: `HS256` or `HS512`
#### `return`
returns token as a `string`
Returns token as a `string`.
<hr>