标签: react-native-keychain
我想知道本机钥匙串可以存储多少对用户名/密码。这是一个代码示例:
// Retreive the credentials const credentials = await Keychain.getGenericPassword()
没有位置指定要检索的用户名。我的理解是只有一个用户名(仅存储了一对用户名/密码)。是吗?