Home
last modified time | relevance | path

Searched refs:authorization (Results 1 – 25 of 52) sorted by relevance

123

/expo/packages/expo-auth-session/build/
H A DErrors.js.map1authorization code using this method.`,\n access_denied: `The resource owner or authorization s…
H A DTokenRequest.types.js.map1authorization server.\n *\n * [Section 2.2](https://tools.ietf.org/html/rfc6749#section-2.2)\n…
H A DAuthRequest.types.js.map1authorization server of the desired grant type by using the response type.\n *\n * @see [Section 3…
H A DAuthRequestHooks.js.map1authorization request for a code. When the prompt method completes then the response will be fulfi…
/expo/packages/@expo/cli/src/api/graphql/
H A Dclient.ts24 authorization: string;
50 authorization: `Bearer ${token}`,
/expo/ios/versioned/sdk47/EXLocation/EXLocation/Requesters/
H A DABI47_0_0EXBaseLocationRequester.m71 … // 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 DABI48_0_0EXBaseLocationRequester.m71 … // 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 DEXBaseLocationRequester.m71 … // 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 Dapple-authentication.mdx151 | 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 Dauth-session.mdx102 - 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 DABI49_0_0EXBaseLocationRequester.m71 … // 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 DAppleAuthenticationRequest.swift49 …r(controller: ASAuthorizationController, didCompleteWithAuthorization authorization: ASAuthorizati… in authorizationController()
50 let credential = authorization.credential as? ASAuthorizationAppleIDCredential in authorizationController()
/expo/ios/versioned/sdk49/ExpoAppleAuthentication/
H A DAppleAuthenticationRequest.swift49 …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 DAppleAuthenticationRequest.swift49 …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 Dapple-authentication.mdx158 | 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 Dauth-session.mdx109 - 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 Dapple-authentication.mdx158 | 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 Dauth-session.mdx109 - 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 DsendNotificationToAPNS.js31 authorization: `bearer ${token}`, property
/expo/ios/versioned/sdk47/EXAppleAuthentication/EXAppleAuthentication/
H A DABI47_0_0EXAppleAuthenticationRequest.m67 didCompleteWithAuthorization:(ASAuthorization *)authorization
69 ASAuthorizationAppleIDCredential *credential = authorization.credential;
/expo/apps/router-e2e/__e2e__/auth/app/(app)/
H A D_layout.tsx12 …// 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 Dclient.ts64 resolvedHeaders.authorization = `Bearer ${token}`;
/expo/packages/create-expo/src/__tests__/
H A Dtelemetry.test.ts65 authorization: expect.stringContaining('Basic '),
178 authorization: expect.stringContaining('Basic '),
/expo/packages/create-expo/src/
H A Dtelemetry.ts151 authorization: 'Basic ' + Buffer.from(`${xdlUnifiedWriteKey}:`).toString('base64'),
/expo/tools/src/dynamic-macros/
H A Dmacros.ts38 type AssetRequestHeaders = { authorization: string };

123