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 NameRequiredTypeDescription
tokenYesstringJwt 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 NameTypeDescription
tpcstringPermitted topic name.
estringExpiration date (UTC).
tintegerToken type:
0 - REFRESH,
1 - ACCESS.