Package version:

The configuration settings of the registration for the Apple provider

interface AppleRegistration {
    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.