Interface IAuthorizationException

interface IAuthorizationException {
    methods: EnumWeb2Methods[];
    urlPattern: RegExp;
}

Properties

Properties

methods: EnumWeb2Methods[]
urlPattern: RegExp