getBasicUserInfo

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

Get the basic user information of the authenticated.

Return

User details as a LinkedHashMap

Parameters

accessToken

Access token to authorize the request