Dictionary

A dictionary with fields

Field Type Description
enable Bool A boolean value
client_id String A String value
api_secret String A String value

Examples

Example 1

{
    "enable": true,
    "client_id": "...",
    "api_secret": "..."
}
1.9.0 stable