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

PostAuthenticationResponse

Parameters

postAuthenticationRequest
returnClientList

(optional, default to false)