Interface IAuthorizationException

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

Properties

Properties

methods: Web2Method[]
urlPattern: RegExp