authenticate
abstract suspend fun authenticate(postAuthenticationRequest: PostAuthenticationRequest, returnClientList: Boolean? = false): PostAuthenticationResponse
Verify authentication Authenticates the credentials provided and returns the set roles and permissions allowed. Responses:
200: OK
400: Unauthenticated. Please login
Return
Parameters
post Authentication Request
return Client List
(optional, default to false)