AuthEnvironment
Defined in: packages/auth/src/config/environments.ts:10
SDK runtime environment.
Controls which Account/Auth service the AuthClient talks to. Use AuthEnvironment.Production for live traffic and AuthEnvironment.Development for the dev/staging tier.
Enumeration Members
Section titled “Enumeration Members”Development
Section titled “Development”Development:
"development"
Defined in: packages/auth/src/config/environments.ts:12
Production
Section titled “Production”Production:
"production"
Defined in: packages/auth/src/config/environments.ts:11