在使用 Android 的 Neural sdk 进行身份验证后,如何获取访问令牌

How do i get an accessToken after authenticating with Neura sdk for Android

当使用 (neura sdk) 检测用户所在的位置以及 he/she 30 分钟前在做什么时。

我们已按照他们的指南与 neara 进行交互,并成功通过了 Neura 的身份验证。

对于我们的服务器端,我们需要使用 neura 的 api 请求 receiving the user's situation。 问题是我们没有 link.

中描述的 accessToken

我是从哪里得到这个 accessToken 的?

您可以从:SDKUtils

mNeuraApiClient 是 com.neura.standalonesdk.service

的实例
import com.neura.standalonesdk.util;

SDKUtils.isConnected(getApplicationContext(), mNeuraApiClient);