React Native Auth0 中的 Web 身份验证是什么?

What is web authentication in React Native Auth0?

我正在阅读有关 Auth0 1.6.0 的以下文档:https://github.com/auth0/react-native-auth0

表示只有"using web authentication"才应该添加某段代码。我正在制作一个移动应用程序,所以我不知道这是否意味着我没有使用网络身份验证?

Web 身份验证并不意味着您的应用程序必须是 Web 应用程序;这只是意味着您正在使用 Auth0 网络服务器对用户进行身份验证。