AuthConfiguration
interfaceRead-only view of user settings, for the parts of a sign-in flow the user configures: a tenant, a host name, a port. Never for secrets.
Import
import { AuthConfiguration } from '@modular/sdk';Members2
- getNumber
(key: string) => number | undefined- getString
(key: string) => string | undefined
Notes
- category
- Authoring