Map<String, dynamic> toJson() { return { 'authorizeUrl': authorizeUrl, 'deviceCodeUrl': deviceCodeUrl, 'tokenUrl': tokenUrl, 'clientId': clientId, }; }