Go to documentation repository
Note | ||
---|---|---|
| ||
A direct gRPC request can be anonymous. If an HTTP request is made to a web server, then it is necessary to use the Basic authorization type, since the anonymous requests to the web server are prohibited. |
...
expires_at − token expiration date and time in the UTC time zone.
Request body:
Code Block |
---|
{ "method": "axxonsoft.bl.auth.AuthenticationService.RenewSession", "data": { } } |
...
Note | ||
---|---|---|
| ||
The token should be active at the time of the request. |
Request body:
Code Block |
---|
{ "method": "axxonsoft.bl.auth.AuthenticationService.CloseSession", "data": { } } |
...