Skip to content

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.

Development: "development"

Defined in: packages/auth/src/config/environments.ts:12


Production: "production"

Defined in: packages/auth/src/config/environments.ts:11