Searched refs:applyRequiredScopes (Results 1 – 10 of 10) sorted by relevance
| /expo/packages/expo-auth-session/build/providers/ |
| H A D | ProviderUtils.d.ts | 1 export declare function applyRequiredScopes(scopes: string[] | undefined, requiredScopes: string[])… function
|
| H A D | ProviderUtils.js | 1 export function applyRequiredScopes(scopes = [], requiredScopes) { function
|
| H A D | Facebook.js | 3 import { applyRequiredScopes } from './ProviderUtils'; 33 const scopes = applyRequiredScopes(config.scopes, settings.minimumScopes);
|
| H A D | Google.js | 4 import { applyRequiredScopes, invariantClientId } from './ProviderUtils'; 39 const scopes = applyRequiredScopes(config.scopes, settings.minimumScopes);
|
| H A D | ProviderUtils.js.map | 1 …AY,yBAAyB,CACjG,CAAC;AACN,CAAC","sourcesContent":["export function applyRequiredScopes(scopes: str…
|
| H A D | Facebook.js.map | 1 …applyRequiredScopes } from './ProviderUtils';\nimport { AuthRequestConfig } from '../AuthRequest.t…
|
| H A D | Google.js.map | 1 …applyRequiredScopes, invariantClientId } from './ProviderUtils';\nimport { useAuthRequestResult, u…
|
| /expo/packages/expo-auth-session/src/providers/ |
| H A D | ProviderUtils.ts | 1 export function applyRequiredScopes(scopes: string[] = [], requiredScopes: string[]): string[] { function
|
| H A D | Facebook.ts | 5 import { applyRequiredScopes } from './ProviderUtils'; 76 const scopes = applyRequiredScopes(config.scopes, settings.minimumScopes);
|
| H A D | Google.ts | 6 import { applyRequiredScopes, invariantClientId } from './ProviderUtils'; 104 const scopes = applyRequiredScopes(config.scopes, settings.minimumScopes);
|