Home
last modified time | relevance | path

Searched refs:authentication (Results 1 – 25 of 106) sorted by relevance

12345

/expo/docs/pages/develop/
H A Dauthentication.mdx3 description: Learn about setting up authentication in your Expo project.
26 title="Google authentication"
30 Google authentication in your Expo project.
33 href="/guides/google-authentication"
39 title="Facebook authentication"
43 authentication in your Expo project.
46 href="/guides/facebook-authentication"
54 <CODE>expo-apple-authentication</CODE> provides Apple authentication for iOS 13 and higher.
57 href="/versions/latest/sdk/apple-authentication"
62 title="Other authentication examples"
[all …]
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dlocal-authentication.mdx4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-46/packages/expo-local-authentication'
5 packageName: 'expo-local-authentication'
6 iconUrl: '/static/images/packages/expo-local-authentication.png'
13 **`expo-local-authentication`** allows you to use FaceID and TouchID (iOS) or the Biometric Prompt …
23 On Android, this module requires permissions to access the biometric data for authentication purpos…
28 import * as LocalAuthentication from 'expo-local-authentication';
31 <APISection packageName="expo-local-authentication" apiName="LocalAuthentication" />
H A Dapple-authentication.mdx4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-46/packages/expo-apple-authentication'
5 packageName: 'expo-apple-authentication'
12 `expo-apple-authentication` provides Apple authentication for iOS 13+. It does not yet support lowe…
14authentication options **must** provide Apple authentication as an option to comply with App Store…
62 import * as AppleAuthentication from 'expo-apple-authentication';
106 import * as AppleAuthentication from 'expo-apple-authentication';
109 <APISection packageName="expo-apple-authentication" apiName="AppleAuthentication" />
117 | ERR_APPLE_AUTHENTICATION_REQUEST_FAILED | The authentication request failed. See the error messag…
118 | ERR_APPLE_AUTHENTICATION_UNAVAILABLE | Apple authentication is unavailable on the device. …
H A Dauth-session.mdx3 description: A universal library provides an API to handle browser-based authentication.
14authentication (for example, browser-based OAuth flows) to your app, built on top of [WebBrowser](…
64 > The guides have moved: [Authentication Guide](/guides/authentication.mdx).
66 ## How web browser based authentication flows work
68 The typical flow for browser-based authentication in mobile apps is as follows:
79authentication session with `AuthSession`, it first visits `https://auth.expo.io/@your-username/yo…
104 - See the guide for more info on usage: [Google Authentication](/guides/authentication.mdx#google).
115 A hook used for opinionated Google authentication that works across platforms.
139 - See the guide for more info on usage: [Facebook Authentication](/guides/authentication.mdx#facebo…
149 A hook used for opinionated Facebook authentication that works across platforms.
[all …]
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dlocal-authentication.mdx4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-47/packages/expo-local-authentication'
5 packageName: 'expo-local-authentication'
6 iconUrl: '/static/images/packages/expo-local-authentication.png'
13 **`expo-local-authentication`** allows you to use FaceID and TouchID (iOS) or the Biometric Prompt …
23 On Android, this module requires permissions to access the biometric data for authentication purpos…
28 import * as LocalAuthentication from 'expo-local-authentication';
31 <APISection packageName="expo-local-authentication" apiName="LocalAuthentication" />
H A Dapple-authentication.mdx4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-47/packages/expo-apple-authentication'
5 packageName: 'expo-apple-authentication'
14 `expo-apple-authentication` provides Apple authentication for iOS 13+. It does not yet support lowe…
16 …ith iOS 13, any app that includes third-party authentication options **must** provide Apple authen…
27 You can configure `expo-apple-authentication` using its built-in [config plugin](/config-plugins/in…
60 "plugins": ["expo-apple-authentication"]
69 <SnackInline label="Apple Authentication Usage" dependencies={['expo-apple-authentication']} platfo…
72 import * as AppleAuthentication from 'expo-apple-authentication';
140 import * as AppleAuthentication from 'expo-apple-authentication';
143 <APISection packageName="expo-apple-authentication" apiName="AppleAuthentication" />
[all …]
H A Dauth-session.mdx3 description: A universal library provides an API to handle browser-based authentication.
15authentication (for example, browser-based OAuth flows) to your app, built on top of [WebBrowser](…
66 > The guides have moved: [Authentication Guide](/guides/authentication.mdx).
68 ## How web browser based authentication flows work
70 The typical flow for browser-based authentication in mobile apps is as follows:
81authentication session with `AuthSession`, it first visits `https://auth.expo.io/@your-username/yo…
106 - See the guide for more info on usage: [Google Authentication](/guides/authentication.mdx#google).
117 A hook used for opinionated Google authentication that works across platforms.
141 - See the guide for more info on usage: [Facebook Authentication](/guides/authentication.mdx#facebo…
151 A hook used for opinionated Facebook authentication that works across platforms.
[all …]
/expo/docs/pages/versions/unversioned/sdk/
H A Dlocal-authentication.mdx4 sourceCodeUrl: 'https://github.com/expo/expo/tree/main/packages/expo-local-authentication'
5 packageName: 'expo-local-authentication'
6 iconUrl: '/static/images/packages/expo-local-authentication.png'
19 `expo-local-authentication` allows you to use the Biometric Prompt (Android) or FaceID and TouchID …
29 You can configure `expo-local-authentication` using its built-in [config plugin](/config-plugins/in…
38 "expo-local-authentication",
64 …ctions in the `expo-local-authentication` repository](https://github.com/expo/expo/tree/main/packa…
71 import * as LocalAuthentication from 'expo-local-authentication';
74 <APISection packageName="expo-local-authentication" apiName="LocalAuthentication" />
H A Dapple-authentication.mdx4 sourceCodeUrl: 'https://github.com/expo/expo/tree/main/packages/expo-apple-authentication'
5 packageName: 'expo-apple-authentication'
14 `expo-apple-authentication` provides Apple authentication for iOS 13+. It does not yet support lowe…
16authentication options **must** provide Apple authentication as an option to comply with App Store…
26 You can configure `expo-apple-authentication` using its built-in [config plugin](/config-plugins/in…
48 "plugins": ["expo-apple-authentication"]
76 <SnackInline label="Apple Authentication Usage" dependencies={['expo-apple-authentication']} platfo…
79 import * as AppleAuthentication from 'expo-apple-authentication';
147 import * as AppleAuthentication from 'expo-apple-authentication';
150 <APISection packageName="expo-apple-authentication" apiName="AppleAuthentication" />
H A Dauth-session.mdx3 description: A universal library that provides an API to handle browser-based authentication.
15authentication (for example, browser-based OAuth flows) to your app, built on top of [WebBrowser](…
66 > The guides have moved: [Authentication Guide](/guides/authentication.mdx).
68 ## How web browser based authentication flows work
70 The typical flow for browser-based authentication in mobile apps is as follows:
95 … will be removed in a future SDK version. See [Google authentication](/guides/google-authenticatio…
101 - See the guide for more info on usage: [Google Authentication](/guides/authentication.mdx#google).
116 A hook used for opinionated Google authentication that works across platforms.
135 …ll be removed in a future SDK version. See [Facebook authentication](/guides/facebook-authenticati…
142 - See the guide for more info on usage: [Facebook Authentication](/guides/authentication.mdx#facebo…
[all …]
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dlocal-authentication.mdx4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-48/packages/expo-local-authentication'
5 packageName: 'expo-local-authentication'
6 iconUrl: '/static/images/packages/expo-local-authentication.png'
19 `expo-local-authentication` allows you to use the Biometric Prompt (Android) or FaceID and TouchID …
29 You can configure `expo-local-authentication` using its built-in [config plugin](/config-plugins/in…
38 "expo-local-authentication",
64 …ctions in the `expo-local-authentication` repository](https://github.com/expo/expo/tree/main/packa…
71 import * as LocalAuthentication from 'expo-local-authentication';
74 <APISection packageName="expo-local-authentication" apiName="LocalAuthentication" />
H A Dapple-authentication.mdx4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-48/packages/expo-apple-authentication'
5 packageName: 'expo-apple-authentication'
14 `expo-apple-authentication` provides Apple authentication for iOS 13+. It does not yet support lowe…
16 …ith iOS 13, any app that includes third-party authentication options **must** provide Apple authen…
17 to comply with App Store Review guidelines. For more information, see Apple authentication on the […
27 You can configure `expo-apple-authentication` using its built-in [config plugin](/config-plugins/in…
41 "plugins": ["expo-apple-authentication"]
69 <SnackInline label="Apple Authentication Usage" dependencies={['expo-apple-authentication']} platfo…
72 import * as AppleAuthentication from 'expo-apple-authentication';
140 import * as AppleAuthentication from 'expo-apple-authentication';
[all …]
H A Dauth-session.mdx3 description: A universal library provides an API to handle browser-based authentication.
15authentication (for example, browser-based OAuth flows) to your app, built on top of [WebBrowser](…
62authentication flow will complete but it will be unable to pass the information back into your app…
66 > The guides have moved: [Authentication Guide](/guides/authentication.mdx).
68 ## How web browser based authentication flows work
70 The typical flow for browser-based authentication in mobile apps is as follows:
99 - See the guide for more info on usage: [Google Authentication](/guides/authentication.mdx#google).
110 A hook used for opinionated Google authentication that works across platforms.
134 - See the guide for more info on usage: [Facebook Authentication](/guides/authentication.mdx#facebo…
144 A hook used for opinionated Facebook authentication that works across platforms.
[all …]
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dlocal-authentication.mdx4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-49/packages/expo-local-authentication'
5 packageName: 'expo-local-authentication'
6 iconUrl: '/static/images/packages/expo-local-authentication.png'
19 `expo-local-authentication` allows you to use the Biometric Prompt (Android) or FaceID and TouchID …
29 You can configure `expo-local-authentication` using its built-in [config plugin](/config-plugins/in…
38 "expo-local-authentication",
64 …ctions in the `expo-local-authentication` repository](https://github.com/expo/expo/tree/main/packa…
71 import * as LocalAuthentication from 'expo-local-authentication';
74 <APISection packageName="expo-local-authentication" apiName="LocalAuthentication" />
H A Dapple-authentication.mdx4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-49/packages/expo-apple-authentication'
5 packageName: 'expo-apple-authentication'
14 `expo-apple-authentication` provides Apple authentication for iOS 13+. It does not yet support lowe…
16authentication options **must** provide Apple authentication as an option to comply with App Store…
26 You can configure `expo-apple-authentication` using its built-in [config plugin](/config-plugins/in…
48 "plugins": ["expo-apple-authentication"]
76 <SnackInline label="Apple Authentication Usage" dependencies={['expo-apple-authentication']} platfo…
79 import * as AppleAuthentication from 'expo-apple-authentication';
147 import * as AppleAuthentication from 'expo-apple-authentication';
150 <APISection packageName="expo-apple-authentication" apiName="AppleAuthentication" />
H A Dauth-session.mdx3 description: A universal library that provides an API to handle browser-based authentication.
15authentication (for example, browser-based OAuth flows) to your app, built on top of [WebBrowser](…
66 > The guides have moved: [Authentication Guide](/guides/authentication.mdx).
68 ## How web browser based authentication flows work
70 The typical flow for browser-based authentication in mobile apps is as follows:
95 … will be removed in a future SDK version. See [Google authentication](/guides/google-authenticatio…
101 - See the guide for more info on usage: [Google Authentication](/guides/authentication.mdx#google).
116 A hook used for opinionated Google authentication that works across platforms.
135 …ll be removed in a future SDK version. See [Facebook authentication](/guides/facebook-authenticati…
142 - See the guide for more info on usage: [Facebook Authentication](/guides/authentication.mdx#facebo…
[all …]
/expo/packages/expo-local-authentication/
H A DREADME.md2 <a href="https://docs.expo.dev/versions/latest/sdk/local-authentication/">
4 src="../../.github/resources/expo-local-authentication.svg"
5 alt="expo-local-authentication"
14 …ttps://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/local-authentication.mdx)
15 …ion for the latest stable release](https://docs.expo.dev/versions/latest/sdk/local-authentication/)
19 …on for the latest stable release](https://docs.expo.dev/versions/latest/sdk/local-authentication/).
28 npx expo install expo-local-authentication
46 This module requires permissions to access the biometric data for authentication purposes. The `USE…
/expo/docs/pages/accounts/
H A Dtwo-factor.mdx2 title: Two-factor authentication
3 description: Learn about how you leverage two-factor authentication (2FA) to secure your Expo accou…
6authentication provides an extra layer of security when logging in to expo.dev, the Expo Go app, …
8 ## Enable two-factor authentication (2FA)
10 You can enable two-factor authentication from your [personal account settings](https://expo.dev/set…
12 ## Two-factor authentication methods
30 … longer supported for newly-added two-factor authentication methods. Existing SMS two-factor authe…
36 When you set up two-factor authentication for your account, you'll receive a set of recovery codes.…
46 - add or remove authentication methods
49 - disable two-factor authentication for your account
[all …]
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/
H A Dexpo-apple-authentication.js.map1authentication.js","names":["_configPlugins","data","require","_createLegacyPlugin","withAppleSign…
/expo/packages/expo-apple-authentication/
H A DREADME.md1 # expo-apple-authentication
3authentication for iOS standalone apps in the managed and bare workflows. Beginning with iOS 13, a…
7 …ttps://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/apple-authentication.mdx)
8 …ion for the latest stable release](https://docs.expo.dev/versions/latest/sdk/apple-authentication/)
12 …on for the latest stable release](https://docs.expo.dev/versions/latest/sdk/apple-authentication/).
21 npx expo install expo-apple-authentication
/expo/packages/expo-local-authentication/build/
H A DLocalAuthentication.types.js.map1authentication.\n */\n NONE = 0,\n /**\n * Indicates non-biometric authentication (e.g. PIN,…
H A DLocalAuthentication.js.map1authentication', 'hasHardwareAsync');\n }\n return await ExpoLocalAuthentication.hasHardwareAsyn…
/expo/packages/expo-auth-session/build/providers/
H A DGoogle.js183 return result?.type === 'success' && result.params.code && !result.authentication;
198 exchangeRequest.performAsync(discovery).then((authentication) => {
203 id_token: authentication?.idToken || '',
204 access_token: authentication.accessToken,
207 authentication,
/expo/packages/expo-auth-session/src/providers/
H A DGoogle.ts285 return result?.type === 'success' && result.params.code && !result.authentication;
301 exchangeRequest.performAsync(discovery).then((authentication) => {
306 id_token: authentication?.idToken || '',
307 access_token: authentication.accessToken,
310 authentication,
/expo/ios/versioned/sdk47/EXAppleAuthentication/EXAppleAuthentication/
H A DABI47_0_0EXAppleAuthentication.m78 …reject(@"ERR_APPLE_AUTHENTICATION_UNAVAILABLE", @"Apple authentication is not supported on this de…
98 …reject(@"ERR_APPLE_AUTHENTICATION_UNAVAILABLE", @"Apple authentication is not supported on this de…
114 // User canceled authentication attempt.
115 …reject(ABI47_0_0EXErrorCodeCanceled, @"The Apple authentication request has been canceled by the u…

12345