vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface TransactionSecurityAction

    interface TransactionSecurityAction {
        block: boolean;
        endSession: boolean;
        freezeUser: boolean;
        notifications?: TransactionSecurityNotification[];
        twoFactorAuthentication: boolean;
    }
    Index

    Properties

    block: boolean
    endSession: boolean
    freezeUser: boolean
    twoFactorAuthentication: boolean