We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410e99e commit 7ae18eaCopy full SHA for 7ae18ea
packages/core/src/auth/index.ts
@@ -22,6 +22,6 @@ export {
22
export { Auth } from './auth'
23
export { CredentialsStore } from './credentials/store'
24
export { LoginManager } from './deprecated/loginManager'
25
-export { builderIdStartUrl, builderIdRegion } from './sso/constants'
+export * as constants from './sso/constants'
26
export * as authUtils from './utils'
27
export * as auth2 from './auth2'
0 commit comments