Interface IAuthorizationConfig

interface IAuthorizationConfig {
    authTimeout?: number;
    exceptions: IAuthorizationException[];
    requireAuthForAll: boolean;
}

Properties

authTimeout?: number
requireAuthForAll: boolean