Authenticate the user in the DPS by using a PAT (Personal Access Token).
The name of the target tenant (e.g. acme).
The login PAT and API Key.
The payload message for login requests based on PAT.
The API KEY identifying the client.
The PAT used for login.
Authentication succeeded.
The response message for login requests.
The JWT token to be used as bear token in the authenticated requets.
The timestamp when the token will expire and must be refreshed.
The Refresh token to be used to obtain a new JWT token.
The id of the authenticated user.
The id of the target tenant.
Invalid credentials, user not authenticated.
The error response.
Internal server error.
The error response.