Skip to content
Snippets Groups Projects
Commit 56f85429 authored by Lukas Ruge's avatar Lukas Ruge
Browse files

constants

parent caa46e32
No related branches found
No related tags found
No related merge requests found
Pipeline #2446 passed
var consumerKey = null;
var consumerSecret = null;
var accessTokenKey = null;
var accessTokenSecret = null;
exports.getConsumerSecret = function() {
return consumerSecret ;
};
exports.getConsumerKey = function() {
return consumerKey;
};
exports.getTokenKey = function() {
return accessTokenKey;
};
exports.getTokenSecret = function() {
return accessTokenSecret;
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment