Interface IAuthorizationErrorOptions

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

Properties

code: string
message: string
pageHtml?: string

Generated using TypeDoc