Frodo Library - v4.0.0-10
    Preparing search index...

    Type Alias AuthenticationSettings

    type AuthenticationSettings = {
        exportAuthenticationSettings(
            globalConfig: boolean,
        ): Promise<AuthenticationSettingsExportInterface>;
        importAuthenticationSettings(
            importData: AuthenticationSettingsExportInterface,
            globalConfig: boolean,
        ): Promise<AuthenticationSettingsSkeleton>;
        readAuthenticationSettings(
            globalConfig: boolean,
        ): Promise<AuthenticationSettingsSkeleton>;
        updateAuthenticationSettings(
            settings: AuthenticationSettingsSkeleton,
            globalConfig: boolean,
        ): Promise<AuthenticationSettingsSkeleton>;
    }
    Index

    Methods