Parse (Back4app) 使用什么样的令牌?

What Kind Of Token Does Parse (Back4app) Use?

我已经开始编写 Android 应用程序并且我正在使用 Parse (back4app) 作为后端服务。有谁知道,Parse 在 sessionToken(jwt Token?)中使用哪种令牌。如果有人能告诉我,我会很高兴。

Parse Server 在此处使用此函数生成会话令牌: https://github.com/parse-community/parse-server/blob/de79b70cbce7abd3b8bae1ef66d5a15ab0a5f144/src/cryptoUtils.js#L42