Package version:

The configuration settings of the Apple provider.

interface Apple {
    enabled?: boolean;
    login?: LoginScopes;
    registration?: AppleRegistration;
}

Properties

enabled?: boolean

false if the Apple provider should not be enabled despite the set registration; otherwise, true.

login?: LoginScopes

The configuration settings of the login flow.

registration?: AppleRegistration

The configuration settings of the Apple registration.