authenticate1

abstract suspend fun authenticate1(postAuthenticationRequest: PostAuthenticationRequest): PostSelfAuthenticationResponse

Verify authentication Authenticates the credentials provided and returns the set roles and permissions allowed. Please visit this link for more info - https://fineract.apache.org/legacy-docs/apiLive.htm#selfbasicauth Responses:

  • 200: OK

Return

PostSelfAuthenticationResponse

Parameters

postAuthenticationRequest