Searched refs:sso (Results 1 – 4 of 4) sorted by relevance
23 sso?: boolean | undefined;29 const sso = options.sso; constant35 if (sso) {
87 await showLoginPromptAsync({ username: 'hello', password: 'world', sso: false });106 await showLoginPromptAsync({ username: 'hello', password: 'world', sso: true });
45 sso: !!args['--sso'],
16 1. Navigate to [expo.dev/sso-login](https://expo.dev/sso-login) and enter the account name of your …18 …pre-fills the organization name. For example, [expo.dev/sso-login/test-org](https://expo.dev/sso-l…27 <Terminal cmd={["$ npx expo login --sso"]} />35 <Terminal cmd={["$ eas login --sso"]} />