requestSelfUserInfo
Requests information for the currently authenticated user. This uses the user ID from the access token to fetch user information.
Declaration
suspend fun requestSelfUserInfo( timeoutMs: Long = DEFAULT_TIMEOUT_MS ): UserResult
Summary
Returns
[UserResult] containing the user information if successful.
Requests information for the currently authenticated user. This uses the user ID from the access token to fetch user information.