getBasicUserInfo

open suspend override fun getBasicUserInfo(context: Context): LinkedHashMap<String, Any>?

Get the basic user information of the authenticated user from the server using the userinfo endpoint.

Return

The user details LinkedHashMap that contains the user details

Parameters

context

The Context of the application