| /expo/packages/expo-auth-session/build/ |
| H A D | Errors.js.map | 1 …authorization code using this method.`,\n access_denied: `The resource owner or authorization s…
|
| H A D | TokenRequest.types.js.map | 1 …authorization server.\n *\n * [Section 2.2](https://tools.ietf.org/html/rfc6749#section-2.2)\n…
|
| H A D | AuthRequest.types.js.map | 1 …authorization server of the desired grant type by using the response type.\n *\n * @see [Section 3…
|
| H A D | AuthRequestHooks.js.map | 1 …authorization request for a code. When the prompt method completes then the response will be fulfi…
|
| /expo/packages/@expo/cli/src/api/graphql/ |
| H A D | client.ts | 24 authorization: string; 50 authorization: `Bearer ${token}`,
|
| /expo/ios/versioned/sdk47/EXLocation/EXLocation/Requesters/ |
| H A D | ABI47_0_0EXBaseLocationRequester.m | 71 … // This lets Apple warn developers when it notices that location authorization may be requested 77 // 2. Why there's no way to call specifically whenInUse or always authorization? 85 // - app requests `whenInUse` authorization 86 // - user allows `whenInUse` authorization 88 // - app wants to escalate authorization to `always` 89 // - user selects `whenInUse` authorization (iOS 11+) 92 … // To support this use case we will have to change the way location authorization is requested
|
| /expo/ios/versioned/sdk48/EXLocation/EXLocation/Requesters/ |
| H A D | ABI48_0_0EXBaseLocationRequester.m | 71 … // This lets Apple warn developers when it notices that location authorization may be requested 77 // 2. Why there's no way to call specifically whenInUse or always authorization? 85 // - app requests `whenInUse` authorization 86 // - user allows `whenInUse` authorization 88 // - app wants to escalate authorization to `always` 89 // - user selects `whenInUse` authorization (iOS 11+) 92 … // To support this use case we will have to change the way location authorization is requested
|
| /expo/packages/expo-location/ios/EXLocation/Requesters/ |
| H A D | EXBaseLocationRequester.m | 71 … // This lets Apple warn developers when it notices that location authorization may be requested 77 // 2. Why there's no way to call specifically whenInUse or always authorization? 85 // - app requests `whenInUse` authorization 86 // - user allows `whenInUse` authorization 88 // - app wants to escalate authorization to `always` 89 // - user selects `whenInUse` authorization (iOS 11+) 92 … // To support this use case we will have to change the way location authorization is requested
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | apple-authentication.mdx | 151 | ERR_INVALID_OPERATION | An invalid authorization operation has been performed. … 152 | ERR_INVALID_RESPONSE | The authorization request received an invalid response. … 154 | ERR_REQUEST_CANCELED | The user canceled the authorization attempt. … 155 | ERR_REQUEST_FAILED | The authorization attempt failed. See the error message for an addi… 156 | ERR_REQUEST_NOT_HANDLED | The authorization request wasn’t correctly handled. … 157 | ERR_REQUEST_NOT_INTERACTIVE | The authorization request isn’t interactive. … 158 | ERR_REQUEST_UNKNOWN | The authorization attempt failed for an unknown reason. …
|
| H A D | auth-session.mdx | 102 - By default, the authorization `code` will be automatically exchanged for an access token. This ca… 119 …Request`](#googleauthrequest) that can be used to prompt the user for authorization. This will be … 120 … `promptAsync` has been invoked. Once fulfilled it will return information about the authorization. 153 …quest`](#facebookauthrequest) that can be used to prompt the user for authorization. This will be … 154 … `promptAsync` has been invoked. Once fulfilled it will return information about the authorization.
|
| /expo/ios/versioned/sdk49/EXLocation/EXLocation/Requesters/ |
| H A D | ABI49_0_0EXBaseLocationRequester.m | 71 … // This lets Apple warn developers when it notices that location authorization may be requested 77 // 2. Why there's no way to call specifically whenInUse or always authorization? 85 // - app requests `whenInUse` authorization 86 // - user allows `whenInUse` authorization 88 // - app wants to escalate authorization to `always` 89 // - user selects `whenInUse` authorization (iOS 11+) 92 … // To support this use case we will have to change the way location authorization is requested
|
| /expo/ios/versioned/sdk48/ExpoAppleAuthentication/ |
| H A D | AppleAuthenticationRequest.swift | 49 …r(controller: ASAuthorizationController, didCompleteWithAuthorization authorization: ASAuthorizati… in authorizationController() 50 let credential = authorization.credential as? ASAuthorizationAppleIDCredential in authorizationController()
|
| /expo/ios/versioned/sdk49/ExpoAppleAuthentication/ |
| H A D | AppleAuthenticationRequest.swift | 49 …r(controller: ASAuthorizationController, didCompleteWithAuthorization authorization: ASAuthorizati… in authorizationController() 50 let credential = authorization.credential as? ASAuthorizationAppleIDCredential in authorizationController()
|
| /expo/packages/expo-apple-authentication/ios/ |
| H A D | AppleAuthenticationRequest.swift | 49 …r(controller: ASAuthorizationController, didCompleteWithAuthorization authorization: ASAuthorizati… in authorizationController() 50 let credential = authorization.credential as? ASAuthorizationAppleIDCredential in authorizationController()
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | apple-authentication.mdx | 158 | ERR_INVALID_OPERATION | An invalid authorization operation has been performed. … 159 | ERR_INVALID_RESPONSE | The authorization request received an invalid response. … 161 | ERR_REQUEST_CANCELED | The user canceled the authorization attempt. … 162 | ERR_REQUEST_FAILED | The authorization attempt failed. See the error message for an addi… 163 | ERR_REQUEST_NOT_HANDLED | The authorization request wasn’t correctly handled. … 164 | ERR_REQUEST_NOT_INTERACTIVE | The authorization request isn’t interactive. … 165 | ERR_REQUEST_UNKNOWN | The authorization attempt failed for an unknown reason. …
|
| H A D | auth-session.mdx | 109 - By default, the authorization `code` will be automatically exchanged for an access token. This ca… 125 …Request`](#googleauthrequest) that can be used to prompt the user for authorization. This will be … 126 … `promptAsync` has been invoked. Once fulfilled it will return information about the authorization. 160 …quest`](#facebookauthrequest) that can be used to prompt the user for authorization. This will be … 161 … `promptAsync` has been invoked. Once fulfilled it will return information about the authorization.
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | apple-authentication.mdx | 158 | ERR_INVALID_OPERATION | An invalid authorization operation has been performed. … 159 | ERR_INVALID_RESPONSE | The authorization request received an invalid response. … 161 | ERR_REQUEST_CANCELED | The user canceled the authorization attempt. … 162 | ERR_REQUEST_FAILED | The authorization attempt failed. See the error message for an addi… 163 | ERR_REQUEST_NOT_HANDLED | The authorization request wasn’t correctly handled. … 164 | ERR_REQUEST_NOT_INTERACTIVE | The authorization request isn’t interactive. … 165 | ERR_REQUEST_UNKNOWN | The authorization attempt failed for an unknown reason. …
|
| H A D | auth-session.mdx | 109 - By default, the authorization `code` will be automatically exchanged for an access token. This ca… 125 …Request`](#googleauthrequest) that can be used to prompt the user for authorization. This will be … 126 … `promptAsync` has been invoked. Once fulfilled it will return information about the authorization. 160 …quest`](#facebookauthrequest) that can be used to prompt the user for authorization. This will be … 161 … `promptAsync` has been invoked. Once fulfilled it will return information about the authorization.
|
| /expo/docs/public/static/code/ |
| H A D | sendNotificationToAPNS.js | 31 authorization: `bearer ${token}`, property
|
| /expo/ios/versioned/sdk47/EXAppleAuthentication/EXAppleAuthentication/ |
| H A D | ABI47_0_0EXAppleAuthenticationRequest.m | 67 didCompleteWithAuthorization:(ASAuthorization *)authorization 69 ASAuthorizationAppleIDCredential *credential = authorization.credential;
|
| /expo/apps/router-e2e/__e2e__/auth/app/(app)/ |
| H A D | _layout.tsx | 12 …// Only do authorization on the (app) group as users should always be able to access the (auth) gr…
|
| /expo/packages/@expo/cli/src/api/rest/ |
| H A D | client.ts | 64 resolvedHeaders.authorization = `Bearer ${token}`;
|
| /expo/packages/create-expo/src/__tests__/ |
| H A D | telemetry.test.ts | 65 authorization: expect.stringContaining('Basic '), 178 authorization: expect.stringContaining('Basic '),
|
| /expo/packages/create-expo/src/ |
| H A D | telemetry.ts | 151 authorization: 'Basic ' + Buffer.from(`${xdlUnifiedWriteKey}:`).toString('base64'),
|
| /expo/tools/src/dynamic-macros/ |
| H A D | macros.ts | 38 type AssetRequestHeaders = { authorization: string };
|