UNPKG

@solid/oidc-auth-manager

Version:

An OpenID Connect (OIDC) authentication manager (OP, RP and RS) for decentralized peer-to-peer authentication

12 lines (8 loc) 164 B
'use strict' class AuthResponseSent extends Error { constructor (message) { super(message) this.handled = true } } module.exports = AuthResponseSent