Type alias TransactionSecurityAction

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

Type declaration