Authentication endpoints for Bearer Token Authentication actions.
| Method |
Name |
Description |
|
POST
|
Refresh
|
Refresh Access token using current Refresh token.
|
|
GET
|
GetAuthLevel
|
Return the value as an integer for the current user (or zero for non-authenticated requests).
|
|
DELETE
|
Logout
|
Destroy Bearer tokens for the currently authenticated user.
|