getBasicUserInfo

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

Get the basic user information of the authenticated.

Return

User details as a LinkedHashMap

Parameters

context

The context of the application