umbot
    Preparing search index...

    Interface IAuthGuardOptions

    Опции middleware authGuard.

    interface IAuthGuardOptions {
        deniedText?: string;
    }
    Index

    Properties

    Properties

    deniedText?: string

    Текст ответа пользователю, который не прошёл авторизацию.

    'Доступ запрещён.'