Skip to main content

AuthConfiguration

interface

Read-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.

interface AuthConfiguration

Import

import { AuthConfiguration } from '@modular/sdk';

Members2

getNumber
(key: string) => number | undefined
getString
(key: string) => string | undefined

Notes

category
Authoring