1
0

Added JSDoc

This commit is contained in:
2021-05-26 02:19:04 +02:00
parent 3a0ea171a8
commit 45dc91bf2d
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>