UNPKG

@trixcms/nauth

Version:

NAuth is an library for using custom auth between nodejs and TrixCMS. (For exemple : For your modded minecraft project...)

5 lines (4 loc) 108 B
export default class InvalidCredentialsException extends Error { code: string; constructor(); }