value: function as()

in lib/Registration.js [67:75]


		value: function as(key) {
			if (typeof key !== 'string') {
				_Logger2.default.error('RHE13', 'Unexpected key type. Expected a string.', key);
				return;
			}
			this._key = key;

			return this;
		}