UNPKG

authen

Version:

Authentication tools - signing, tokens, password hashes

13 lines (8 loc) 209 B
"use strict"; var mt = require('marked_types'); var AuthProblem = function (code, data) { this.code = code; this.data = data; }; mt.mark(AuthProblem, 'authen:AuthProblem'); module.exports = AuthProblem;