foundation-auth.authconfig
Home > @genesislcap/foundation-auth > AuthConfig
AuthConfig interface
AuthConfig DI interface.
Signature:
export interface AuthConfig extends PartialFASTElementDefinition
Extends: PartialFASTElementDefinition
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
ComposableStyles | ComposableStyles[] | null |
Background styles. | ||
|
{ src: string; type: 'video/ogg' | 'video/mp4' | 'video/webm'; } | null |
Background video. | ||
|
number |
(Optional) Feedback delay. | ||
|
Map of configuration for each of the primary form fields. | |||
|
string |
The | ||
|
I18nextConfig['resources'] |
(Optional) I18n resources. | ||
|
ComposableStyles | ComposableStyles[] | null |
Logo styles. | ||
|
string |
Logo alt text. | ||
|
string[] |
Omit certain return URLs which the session service may have captured. | ||
|
Exclude<AuthRoutes, 'login' | 'not-found'>[] |
Omit any of the internal routes except 'login' and 'not-found'. | ||
|
() => void | |||
|
() => void | |||
|
boolean |
(Optional) Show or hide the environment indicator. | ||
|
SSOConfig | null |
SSO configuration. | ||
|
TemplateOptions |
Template options. | ||
|
string |
(Optional) Display arbitrary version information. |