我正在阅读Connect Interface of Epic Online Services的文档,在讨论Device ID的部分中,它指出:
The EOS SDK stores the Device ID credential locally in the keychain of the currently logged
in user of the local device.我仍然不明白的是这个设备ID实际存储在哪里。什么是设备的本地密钥链?
发布于 2021-08-11 10:59:46
您看不到存储位置,但您可以使用EOS SDK中的API检索或存储它。EOS_Auth_Logout将创建刷新令牌,并将其保存在密钥链中。您可以通过调用EOS_Auth_DeletePersistentAuth显式删除用户的本地密钥链中存储的所有凭据来删除它。
阅读文档here。
https://stackoverflow.com/questions/68696765
复制相似问题