Package version:

Interface ClientRegistration

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

interface ClientRegistration {
    clientId?: string;
    clientSecretSettingName?: string;
}

Properties

clientId?: string

The Client ID of the app used for login.

clientSecretSettingName?: string

The app setting name that contains the client secret.