var Tokens = function (client) {
    if (!client) {
        throw new Error('No client object.');
    }
    this.client = client;