UNPKG

@mvx/identity

Version:

identity is oidc for mvc, type-mvc is base on koa. Decorator, Ioc, AOP mvc framework on server.

14 lines (13 loc) 308 B
import { AuthenticationError } from './AuthenticationError'; /** * invalid token. * * @export * @class InvalidToken * @extends {AuthenticationError} */ export declare class InvalidToken extends AuthenticationError { error_detail: string; constructor(detail: string); static ρAnn(): any; }