Package version:

The configuration settings of the Twitter provider.

interface Twitter {
    enabled?: boolean;
    registration?: TwitterRegistration;
}

Properties

enabled?: boolean

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

registration?: TwitterRegistration

The configuration settings of the app registration for the Twitter provider.