Package version:

The configuration settings of the app registration for providers that have app ids and app secrets

interface AppRegistration {
    appId?: string;
    appSecretSettingName?: string;
}

Properties

appId?: string

The App ID of the app used for login.

appSecretSettingName?: string

The app setting name that contains the app secret.