@vk-io/authorization
    Preparing search index...

    Interface IAuthorizationErrorOptions

    interface IAuthorizationErrorOptions {
        code: string;
        message: string;
        pageHtml?: string;
    }
    Index

    Properties

    code: string
    message: string
    pageHtml?: string