Type alias AuthenticationSettings

AuthenticationSettings: {
    exportAuthenticationSettings(): Promise<AuthenticationSettingsExportInterface>;
    importAuthenticationSettings(importData: AuthenticationSettingsExportInterface): Promise<AuthenticationSettingsSkeleton>;
    readAuthenticationSettings(): Promise<AuthenticationSettingsSkeleton>;
    updateAuthenticationSettings(settings: AuthenticationSettingsSkeleton): Promise<AuthenticationSettingsSkeleton>;
}

Type declaration