plugin/authenticate
Creates and returns access and refresh tokens for the given user and access rights.
Request
HTTP Request
POST /token/plugin/authenticate
Authorization
Access JSON Web Token (ManagePlugin)
Parameters
Property Name | Required | Type | Description |
---|---|---|---|
token | Yes | string | Jwt Plugin Token. |
Request Body
Do not supply a request body with this method.
Response
If successful, this method returns a payload for JWT Plugin Token.
Property Name | Type | Description |
---|---|---|
tpc | string | Permitted topic name. |
e | string | Expiration date (UTC). |
t | integer | Token type: 0 - REFRESH, 1 - ACCESS. |
Updated about 7 years ago