Twitter Class
The configuration settings of the Twitter provider.
Constructor
Twitter(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
enabled
|
|
|
registration
|
The configuration settings of the app registration for the Twitter provider. |
Attributes
enabled
false if the Twitter provider should not be enabled despite the set registration;
otherwise, true.
enabled: bool | None
registration
The configuration settings of the app registration for the Twitter provider.
registration: _models.TwitterRegistration | None